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.