Commit Graph

11 Commits (f5b3102debee16207473677a28adf7e51ac50ddf)

Author SHA1 Message Date
Mickaël Menu f5b3102deb
Save additional metadata in the database (#7)
* YAML frontmatter as a JSON object in `notes.metadata`
    * Print metadata from the YAML frontmatter in `list` output using `{{metadata.<key>}}`, e.g. `{{metadata.description}}`. Keys are normalized to lower case.
* Start and end offsets for link snippets.
    * This could be useful to expand backlinks contexts.
3 years ago
Mickaël Menu f1391b5a63
Rename --linking-to filtering option to --link-to 3 years ago
Mickaël Menu 08cc4a3c3f
Filter notes by tags (#6)
Filter notes by their tags using `--tag "history, europe"`. To match notes associated with either tags, use a pipe `|` or `OR` (all caps), e.g. `--tag "inbox OR todo"`.
3 years ago
Mickaël Menu 7dc3120d3a
Separate multiple --extra variables with , instead of ; 3 years ago
Mickaël Menu 4bf660f934
Parse tags in Markdown documents (#5)
Many tag flavors are supported: `#hashtags`, `:colon:separated:tags:` and even Bear's [`#multi-word tags#`](https://blog.bear.app/2017/11/bear-tips-how-to-create-multi-word-tags/). If you prefer to use a YAML frontmatter, list your tags with the keys `tags` or `keywords`.
3 years ago
Mickaël Menu a4b961c36a
Add screencasts in the Getting Started page 3 years ago
Mickaël Menu 838f316694
Add a screencast to the README 3 years ago
Mickaël Menu ac545f550a
Guard against infinite loops with recursive links traversal 3 years ago
Mickaël Menu 81f3aaa6fa
Add a default template 3 years ago
Mickaël Menu 7c1bd8b318
Improve README 3 years ago
Mickaël Menu 6ce25e0ed6
Add doc pages 3 years ago