github zk-org/zk v0.8.0
0.8.0

latest releases: v0.14.0, v0.13.0, v0.12.0...
2 years ago

Added

  • New zk graph --format json command which produces a JSON graph of the notes matching the given criteria.
  • New template variables filename and filename-stem when formatting notes (e.g. with zk list --format) and for the fzf-line config key.
  • Customize how LSP completion items appear in your editor when auto-completing links with the [lsp.completion] configuration section.
    [lsp.completion]
    # Show the note title in the completion pop-up, or fallback on its path if empty.
    note-label = "{{title-or-path}}"
    # Filter out the completion pop-up using the note title or its path.
    note-filter-text = "{{title}} {{path}}"
    # Show the note filename without extension as detail.
    note-detail = "{{filename-stem}}"
  • New --dry-run flag for zk new which prints out the path and content of the generated note instead of saving it to the file system.
  • New --verbose flag for zk index which prints detailed information about the indexing process.
  • You can now filter through the YAML frontmatter with zk list --interactive.

Fixed

  • #89 Calling zk index from outside the notebook (contributed by @adamreese).
  • #98 Index wiki links using partial paths for --linked-by and --link-to.
  • #98 Ignore spaces around the pipe in wiki links for LSP diagnostics.

Don't miss a new zk release

NewReleases is sending notifications on new releases.