Files
bobbie-pkm/Daily Notes/2025-12-28.md
2026-03-02 17:06:32 +00:00

35 lines
852 B
Markdown

---
date: 2025-12-28
created: 2025-12-28T08:01:25+00:00
category:
- "[[Daily Notes]]"
---
# today's activity
![[Daily note today.base]]
[[Home]] | [[2025-12-27|Yesterday]] | [[2025-12-29|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
```
# notepad
- [ ]
# daily log
- 14:30: Dog walk with [[Erin Mary Hodgetts|Erin]], [[Jessica Louise Hodgetts|Jess]], [[Isabella Jaime Hodgetts|Bella]], and [[Lyndsay Stones|Lyndsay]] on Hornsea beach.
- 18:19: 🏆 Competed a few hours of study
---
Log:
- 2025-12-28T08:01:25: Daily note created.