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 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
..
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 Filter notes by tags (#6) 3 years ago
find_test.go Enable overriding sort criteria of config aliases with --sort flags 3 years ago
format.go Filter notes by tags (#6) 3 years ago
format_test.go Filter notes by tags (#6) 3 years ago
index.go Parse tags in Markdown documents (#5) 3 years ago
parse.go Parse tags in Markdown documents (#5) 3 years ago
util_test.go Filter notes interactively with fzf 3 years ago