Tags¶
Tags are a useful way to organize and filter your notes with zk
, which
supports most syntaxes:
#hashtags
:colon:separated:tags:
(opt-in)Bear’s
#multi-word tags#
(opt-in)YAML frontmatter (
tags
andkeywords
keys).
You can filter your notes by their tags using the --tag
option, as
demonstrated in Searching and filtering notes.
$ zk list --tag "inbox OR todo, NOT done"
Listing tags¶
You can list all the tags found in your notebook using zk tag list
.
The following variables are available in the templates used when formatting
tags, for example with zk tag list --format <template>
.
Variable |
Type |
Description |
---|---|---|
|
int |
Unique ID of this tag in the Notebook database |
|
string |
Name of the tag |
|
int |
Number of notes attached to this tag |