You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
create.go Ask to open any existing note with `zk new` 3 years ago
create_test.go Replace dir configs with more flexible group config overrides 3 years ago
edit.go Add support of ZK_EDITOR to set the editor 3 years ago
edit_test.go Add support of ZK_EDITOR to set the editor 3 years ago
find.go Rename --linking-to filtering option to --link-to 3 years ago
find_test.go Enable overriding sort criteria of config aliases with --sort flags 3 years ago
format.go Save additional metadata in the database (#7) 3 years ago
format_test.go Filter notes by tags (#6) 3 years ago
index.go Save additional metadata in the database (#7) 3 years ago
parse.go Save additional metadata in the database (#7) 3 years ago
util_test.go Filter notes interactively with fzf 3 years ago