zk/adapter/sqlite/fixtures/default/notes_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

19 lines
483 B
YAML

- id: 1
note_id: 1 # log/2021-01-03.md
collection_id: 1 # tag:fiction
- id: 2
note_id: 1 # log/2021-01-03.md
collection_id: 2 # tag:adventure
- id: 3
note_id: 2 # log/2021-01-04.md
collection_id: 3 # genre:fiction
- id: 4
note_id: 5 # ref/test/b.md
collection_id: 2 # tag:adventure
- id: 5
note_id: 4 # f39c8.md
collection_id: 4 # tag:fantasy
- id: 6
note_id: 5 # ref/test/b.md
collection_id: 5 # tag:adventure