zk/adapter/sqlite/fixtures/default/collections.yml
Mickaël Menu 08cc4a3c3f
Filter notes by tags (#6)
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"`.
2021-03-07 17:00:09 +01:00

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"