38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
---
|
|
date: 2025-12-27
|
|
created: 2025-12-27T00:51:17+00:00
|
|
category:
|
|
- "[[Daily Notes]]"
|
|
---
|
|
# today's activity
|
|
![[Daily note today.base]]
|
|
|
|
[[2025-12-26|Yesterday]] | [[2025-12-28|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
|
|
- [ ] [[2025-12-27 1711 Capture issues with van, raised at service, in obsidian]]
|
|
|
|
# daily log
|
|
- 00:52: So, i am a little drunk, sat here drinking an Irish coffee, about to go to bed, good evening z
|
|
- 11:44: Dog walk at Rolston.
|
|
|
|
# [[daily-reflection|daily reflection]]
|
|
|
|
## what happened today
|
|
|
|
Lovely afternoon walk at Rolston with [[Erin Mary Hodgetts|Erin]], [[Jessica Louise Hodgetts|Jess]], [[Isabella Jaime Hodgetts|Bella]], [[Lyndsay Stones|Lyndsay]], [[Louise Newington|Louise]] and [[Adam Newington|Adam]], there were cute little piglets, and a tabby cat sleeping in the hay, at the farm. The parking layby is also the scene of [[Lyndsay Stones|Lyndsay]]'s immortalisation in Google's street view earlier this year!
|
|
|
|
---
|
|
Log:
|
|
- 2025-12-27T00:51:17: Daily note created. |