vault backup: 2025-12-10 15:58:11

This commit is contained in:
2025-12-10 15:58:11 -05:00
parent 2a36747bee
commit 8cb39aad0e
150 changed files with 1530 additions and 868 deletions
+15 -5
View File
@@ -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")'