23 lines
449 B
Plaintext
23 lines
449 B
Plaintext
filters:
|
|
and:
|
|
- file.folder == "/"
|
|
- file.ext == "md"
|
|
views:
|
|
- type: table
|
|
name: notes-without-destiny
|
|
filters:
|
|
and:
|
|
- '!file.hasTag("destiny")'
|
|
- type: table
|
|
name: fleeting-notes
|
|
filters:
|
|
and:
|
|
- file.hasTag("destiny/fleeting")
|
|
- file.name != "tags"
|
|
- type: table
|
|
name: notes-without-status
|
|
filters:
|
|
and:
|
|
- '!file.hasTag("status")'
|
|
- file.ext == "md"
|