Files
zmVault/backlog.base
T

33 lines
669 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"
- type: table
name: notes-without-authorship
filters:
and:
- '!file.hasTag("authorship")'
- type: table
name: complete-notes
filters:
and:
- file.hasTag("status/complete")