github zk-org/zk v0.12.0
0.12.0

latest releases: v0.14.0, v0.13.0
17 months ago

Added

  • LSP: Support for external URLs with documentLink.
  • New {{date}} template helper to obtain a date object from natural language (contributed by @zalegrala).
    Get a relative date using natural language:
    {{date "next week"}}
    
    Format a date returned by `get-date`:
    {{format-date (date "monday") "timestamp"}}
    
  • zk list now support multiple --match/-m flags, which allows to search for several tokens appearing in any order in the notes (contributed by @rktjmp).

Changed

  • Breaking change: The {{date}} template helper was renamed to {{format-date}}. You might need to update your configuration and templates.

Fixed

  • #243 LSP: Fixed finding backlink references for notes in a folder.
  • #254 Fixed SQL error when pairing --link-to and --linked-by.

Don't miss a new zk release

NewReleases is sending notifications on new releases.