zk/core/note
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.
2021-03-08 21:38:32 +01:00
..
create_test.go Replace dir configs with more flexible group config overrides 2021-02-19 22:41:36 +01:00
create.go Ask to open any existing note with zk new 2021-02-20 21:15:56 +01:00
edit_test.go Add support of ZK_EDITOR to set the editor 2021-02-20 21:50:00 +01:00
edit.go Add support of ZK_EDITOR to set the editor 2021-02-20 21:50:00 +01:00
find_test.go Enable overriding sort criteria of config aliases with --sort flags 2021-02-27 20:24:12 +01:00
find.go Rename --linking-to filtering option to --link-to 2021-03-07 17:14:07 +01:00
format_test.go Filter notes by tags (#6) 2021-03-07 17:00:09 +01:00
format.go Save additional metadata in the database (#7) 2021-03-08 21:38:32 +01:00
index.go Save additional metadata in the database (#7) 2021-03-08 21:38:32 +01:00
parse.go Save additional metadata in the database (#7) 2021-03-08 21:38:32 +01:00
util_test.go Filter notes interactively with fzf 2021-01-23 13:29:14 +01:00