github zk-org/zk v0.5.0
0.5.0

latest releases: v0.14.1, v0.14.0, v0.13.0...
3 years ago

Added

  • Editor integration through LSP:
    • New code actions to create a note using the current selection as title.
    • Custom commands to run new and index from your editor.
    • Diagnostics to report dead links or wiki-link titles.
    • Auto-complete only the path of a Markdown link by typing [custom title]((.
  • Customize the format of fzf's lines with your own template.
    [tool]
    fzf-line = "{{style 'green' path}}{{#each tags}} #{{this}}{{/each}} {{style 'black' body}}"

Changed

  • Automatically index the notebook when saving a note with an LSP-enabled editor.
    • This ensures that tags and notes auto-completion lists are up-to-date.

Fixed

  • Creating a new note from fzf in a directory containing spaces.
  • Fix completion with Neovim's built-in LSP client (contributed by @cormacrelf).

Don't miss a new zk release

NewReleases is sending notifications on new releases.