Skip to content

0.13.0

Compare
Choose a tag to compare
@mickael-menu mickael-menu released this 13 Feb 07:33
· 54 commits to main since this release

Added

  • LSP:
    • zk.new now returns the created note's content in its output (content), and has two new options:
      • dryRun will prevent zk.new from creating the note on the file system.
      • insertContentAtLocation can be used to insert the created note's content into an arbitrary location.
    • A new zk.link command to insert a link to a given note (contributed by @psanker).