vault backup: 2025-10-10 14:37:17
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user