Commit Graph

11 Commits (01b85c55e8a1030b7c0c788f2fd0dbc5da9dc426)

Author SHA1 Message Date
Mickaël Menu 36365c68fb
Expose environment variables to note templates with the new {{env}} variable 4 years ago
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.
4 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"`.
4 years ago
Mickaël Menu 4c8a7b4105
Rename every occurrence of "slip box" into "notebook" 4 years ago
Mickaël Menu e0c8e2fd02
Make the fzf preview command customizable 4 years ago
Mickaël Menu 7c2ca2c62e
Add the {{list}} template helper 4 years ago
Mickaël Menu 08e09d94ae
Add a {{concat}} template helper 4 years ago
Mickaël Menu b011d6adc5
Extract contextual snippets for link filters 4 years ago
Mickaël Menu fe6b062309
Filter notes interactively with fzf 4 years ago
Mickaël Menu 5c59d7946b
Test the note formatter 4 years ago
Mickaël Menu 5759896fd4
Refactor note formatter 4 years ago