vault backup: 2025-12-10 15:58:11
This commit is contained in:
+15
-5
@@ -4,30 +4,40 @@ filters:
|
||||
- file.ext == "md"
|
||||
- '!file.basename.endsWith(".excalidraw")'
|
||||
views:
|
||||
- type: table
|
||||
- type: list
|
||||
name: notes-without-destiny
|
||||
filters:
|
||||
and:
|
||||
- '!file.hasTag("destiny")'
|
||||
- type: table
|
||||
- type: list
|
||||
name: fleeting-notes
|
||||
filters:
|
||||
and:
|
||||
- file.hasTag("destiny/fleeting")
|
||||
- file.name != "tags"
|
||||
- type: table
|
||||
- type: list
|
||||
name: notes-without-status
|
||||
filters:
|
||||
and:
|
||||
- '!file.hasTag("status")'
|
||||
- file.ext == "md"
|
||||
- type: table
|
||||
- type: list
|
||||
name: notes-without-authorship
|
||||
filters:
|
||||
and:
|
||||
- '!file.hasTag("authorship")'
|
||||
- type: table
|
||||
- type: list
|
||||
name: complete-notes
|
||||
filters:
|
||||
and:
|
||||
- file.hasTag("status/complete")
|
||||
- type: list
|
||||
name: notes-with-uncertain-destiny
|
||||
filters:
|
||||
and:
|
||||
- file.hasTag("destiny/uncertain")
|
||||
- type: list
|
||||
name: notes-without-type
|
||||
filters:
|
||||
and:
|
||||
- '!file.hasTag("type")'
|
||||
|
||||
Reference in New Issue
Block a user