mirror of
https://github.com/mickael-menu/zk
synced 2024-11-11 07:10:25 +00:00
08cc4a3c3f
Filter notes by their tags using `--tag "history, europe"`. To match notes associated with either tags, use a pipe `|` or `OR` (all caps), e.g. `--tag "inbox OR todo"`.
16 lines
204 B
YAML
16 lines
204 B
YAML
- id: 1
|
|
kind: "tag"
|
|
name: "fiction"
|
|
- id: 2
|
|
kind: "tag"
|
|
name: "adventure"
|
|
- id: 3
|
|
kind: "genre"
|
|
name: "fiction"
|
|
- id: 4
|
|
kind: "tag"
|
|
name: "fantasy"
|
|
- id: 5
|
|
kind: "tag"
|
|
name: "history"
|