Files
kepano-obsidian/Templates/Bases/Daily.base
Steph Ango c4300a86dd rename
2025-05-25 17:46:30 -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