migrate to bases

This commit is contained in:
Steph Ango
2025-05-24 16:03:46 -07:00
parent 831af0dd26
commit b160d8bec5
32 changed files with 588 additions and 306 deletions

20
Templates/Daily.base Normal file
View File

@@ -0,0 +1,20 @@
filters:
or:
- linksTo(file.file, this.file.path)
- contains(property.created, this.file.name)
- contains(property.last, this.file.name)
views:
- type: table
name: Day
order:
- file.name
sort:
- column: property.created
direction: ASC
- type: table
name: Daily note
order:
- file.name
sort:
- column: property.created
direction: ASC