37 lines
866 B
Markdown
37 lines
866 B
Markdown
---
|
|
date: 2025-12-29
|
|
created: 2025-12-29T09:55:31+00:00
|
|
category:
|
|
- "[[Daily Notes]]"
|
|
---
|
|
# today's activity
|
|
![[Daily note today.base]]
|
|
|
|
[[Home]] | [[2025-12-28|Yesterday]] | [[2025-12-30|Tomorrow]]
|
|
``` dataview
|
|
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
|
|
```
|
|
# today's activity
|
|
![[Daily note today.base]]
|
|
|
|
# notepad
|
|
- [ ]
|
|
|
|
# daily log
|
|
|
|
- 1230-1500: Visit to Sewerby Hall and Gardens with [[Erin Mary Hodgetts|Erin]], [[Jessica Louise Hodgetts|Jess]], [[Isabella Jaime Hodgetts|Bella]] and [[Lyndsay Stones|Lyndsay]].
|
|
|
|
|
|
|
|
---
|
|
Log:
|
|
- 2025-12-29T09:55:31: Daily note created. |