Files
bobbie-pkm/Templates/Bases/Daily note today.base
2026-03-02 17:06:32 +00:00

43 lines
808 B
Plaintext

filters:
and:
- file.folder != "Template"
- file.folder != "Daily Notes"
- date == this.date
formulas:
title2: link(file.name, if(title, title, file.name))
properties:
file.name:
displayName: Title
formula.title2:
displayName: Title
views:
- type: table
name: All
groupBy:
property: category
direction: ASC
order:
- formula.title2
- tags
sort:
- property: file.name
direction: DESC
columnSize:
formula.title2: 517
- type: table
name: All plus
filters:
and:
- created == this.date
groupBy:
property: category
direction: ASC
order:
- formula.title2
- tags
sort:
- property: file.name
direction: DESC
columnSize:
formula.title2: 517