1.7 KiB
1.7 KiB
categories, tags, date, created, updated
| categories | tags | date | created | updated | ||
|---|---|---|---|---|---|---|
|
|
2025-12-30 | 2025-12-30T05:08:05+00:00 | 2025-12-30T05:08:05+00:00 |
MOC | 2025-12-29 | 2025.12.31.We
TABLE rows.file.link as "Task"
FROM "TaskNotes"
WHERE (completed = this.date) OR (status = "in-progress")
OR (((status != "done" AND status != "cancelled") AND
((start AND start <= this.date) OR
(scheduled AND scheduled <= this.date) OR
(due AND due <= this.date)))
)
GROUP BY status
SORT rows.priority ASC, rows.due ASC
notepad
tasks
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
today
daily log
2025.12.30.Tu
2025-12-30_Tu
2025-12-30 Tu
2025-12-30_Tuesday
daily-reflection
what happened today
Log:
- 2025-12-30T05:08:05: Daily note created.