Added
- Editor integration through LSP:
- New code actions to create a note using the current selection as title.
- Custom commands to run
new
andindex
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).