vault backup: 2025-10-10 14:37:17

This commit is contained in:
2025-10-10 14:37:17 -04:00
parent fb46ae17d3
commit 55b9385f62
79 changed files with 860 additions and 728 deletions
+22
View File
@@ -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"