Files
kepano-obsidian/Daily.base
Steph Ango 3372f128c3 more bases
2025-05-25 15:17:10 -07:00

30 lines
674 B
Plaintext

filters:
or:
- linksTo(file.file, this.file.path)
- contains(property.created, this.file.name)
- contains(property.last, this.file.name)
- contains(property.end, this.file.name)
display:
file.name: Entry
property.category: Categories
property.created: Created
views:
- type: table
name: Daily notes
filters:
and:
- not(contains(property.tags, "monthly"))
order:
- file.name
- category
- created
sort:
- column: file.name
direction: ASC
- column: property.category
direction: ASC
- column: property.created
direction: ASC
columnSize:
file.name: 263