Added
-
New
--date
flag forzk new
to set the current date manually. -
New
--id
flag forzk new
to skip ID generation and use a provided value (contributed by @skbolton). -
#144 LSP auto-completion of YAML frontmatter tags.
-
zk-nvim#26 The LSP server doesn't use
additionalTextEdits
anymore to remove the trigger characters when completing links.- You can customize the default behavior with the
use-additional-text-edits
configuration key.
- You can customize the default behavior with the
-
#163 Use the
ZK_SHELL
environment variable to override the shell forzk
only. -
#173 Support for double star globbing in
note.ignore
config option. -
#137 Customize the
fzf
options used byzk
's interactive modes with thefzf-options
config option (contributed by @Nelyah). -
#168 Customize the
fzf
key binding to create new notes with thefzf-bind-new
config option.
Changed
- The default
fzf
key binding to create a new note withzk edit --interactive
was changed toCtrl-E
, to avoid conflict with the defaultCtrl-N
binding.