github zk-org/zk v0.11.0
0.11.0

latest releases: v0.14.1, v0.14.0, v0.13.0...
24 months ago

Added

  • Use regular expressions when searching for notes with --match.
    # Find notes containing emails.
    $ zk list --match-strategy re --match ".+@.+"
    $ zk list -Mr -m ".+@.+"

Changed

  • The flags --exact-match/-e are deprecated in favor of --match-strategy exact/-Me.

Deprecated

  • The LSP server does not support resolving a wiki link to a note title anymore. See more info about this change.
    • For example, [[Planet]] can match a note with filename i4w0 Planet.md but not i4w0.md with a Markdown title Planet anymore.
    • This "smart" fallback resolution based on note titles was too fragile and not supported by the zk CLI.

Fixed

  • #233 Hide index progress in non-interactive shells.
  • #235 Fix LSP link recognition with unicode (contributed by @zkbpkp).
  • #236 Fix updating links after creating a new note.
  • #239 Support standard input via shell redirection with zk new.

Don't miss a new zk release

NewReleases is sending notifications on new releases.