Initial commit
This commit is contained in:
35
Daily Notes/2025-12-28.md
Normal file
35
Daily Notes/2025-12-28.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user