mirror of
https://github.com/mickael-menu/zk
synced 2024-11-07 15:20:21 +00:00
726 B
726 B
Changelog
All notable changes to this project will be documented in this file.
Unreleased
Added
- Support for tags.
- Filter notes by their tags using
--tag "history, europe"
. To match notes associated with either tags, use a pipe|
orOR
(all caps), e.g.--tag "inbox OR todo"
. - Many tag flavors are supported:
#hashtags
,:colon:separated:tags:
and even Bear's#multi-word tags#
. If you prefer to use a YAML frontmatter, list your tags with the keytags
orkeywords
.
- Filter notes by their tags using
Changed
- Renamed
--linking-to
filtering option to--link-to
. - Multiple
--extra
variables are now separated by,
instead of;
.