Switch to separate base files

This commit is contained in:
Steph Ango
2025-05-26 17:38:24 -07:00
parent c4300a86dd
commit 66fdb29fbc
22 changed files with 250 additions and 181 deletions

View File

@@ -6,23 +6,22 @@ filters:
- contains(property.end, this.file.name)
display:
file.name: Entry
property.category: Categories
property.created: Created
property.categories: Categories
views:
- type: table
name: Daily notes
filters:
and:
- not(contains(property.tags, "monthly"))
- not(taggedWith(file.file, "daily"))
- not(taggedWith(file.file, "monthly"))
order:
- file.name
- category
- categories
- created
sort:
- column: file.name
direction: ASC
- column: property.category
direction: ASC
- column: property.created
direction: ASC
columnSize: