Skip to content

0.12.0

Compare
Choose a tag to compare
@mickael-menu mickael-menu released this 04 Dec 09:26
· 73 commits to main since this release

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.