Initial commit
This commit is contained in:
69
Templates/Bases/Daily.base
Normal file
69
Templates/Bases/Daily.base
Normal file
@@ -0,0 +1,69 @@
|
||||
filters:
|
||||
and:
|
||||
- file.folder != "Templates"
|
||||
- category.contains(link("Daily Notes"))
|
||||
formulas:
|
||||
Month: date.date().format("YYYY") + "-" + date.date().format("MM")
|
||||
views:
|
||||
- type: table
|
||||
name: "2026"
|
||||
filters:
|
||||
and:
|
||||
- date >= "2026-01-01"
|
||||
- date < "2027-01-01"
|
||||
groupBy:
|
||||
property: formula.Month
|
||||
direction: DESC
|
||||
order:
|
||||
- file.name
|
||||
- date
|
||||
sort:
|
||||
- property: date
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 402
|
||||
- type: table
|
||||
name: "2025"
|
||||
filters:
|
||||
and:
|
||||
- date >= "2025-01-01"
|
||||
- date < "2026-01-01"
|
||||
groupBy:
|
||||
property: formula.Month
|
||||
direction: ASC
|
||||
order:
|
||||
- file.name
|
||||
- date
|
||||
sort:
|
||||
- property: date
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 402
|
||||
- type: table
|
||||
name: 2024 and before
|
||||
filters:
|
||||
and:
|
||||
- date < "2025-01-01"
|
||||
groupBy:
|
||||
property: formula.Month
|
||||
direction: ASC
|
||||
order:
|
||||
- file.name
|
||||
- date
|
||||
sort:
|
||||
- property: date
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 402
|
||||
- type: table
|
||||
name: All
|
||||
order:
|
||||
- file.name
|
||||
- categories
|
||||
- date
|
||||
sort:
|
||||
- property: date
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 409
|
||||
note.categories: 143
|
||||
Reference in New Issue
Block a user