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

39 lines
918 B
Plaintext

properties:
file.name:
displayName: Name
note.rows.file.link:
displayName: Task
views:
- type: table
name: Default view
filters:
and:
- file.inFolder("TaskNotes")
- or:
- completed == this.date
- status == "in-progress"
- and:
- status != "done"
- status != "cancelled"
- or:
- and:
- start
- start <= this.date
- and:
- scheduled
- scheduled <= this.date
- and:
- due
- due <= this.date
groupBy:
property: status
direction: ASC
order:
- file.name
- title
sort: []
group_by: status
columnSize:
file.name: 176
indentProperties: true