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