vault backup: 2025-01-09 14:55:03
This commit is contained in:
parent
2092248bf2
commit
9b0b887a7e
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@ -68,5 +68,5 @@
|
|||||||
"linkStrength": 0.333333333333333,
|
"linkStrength": 0.333333333333333,
|
||||||
"linkDistance": 140,
|
"linkDistance": 140,
|
||||||
"scale": 0.07643695230614346,
|
"scale": 0.07643695230614346,
|
||||||
"close": true
|
"close": false
|
||||||
}
|
}
|
||||||
32
1 Daily Notes/2025/2025-01-09.md
Normal file
32
1 Daily Notes/2025/2025-01-09.md
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
date: 2025-01-09
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
# Links to Other Pages
|
||||||
|
## Yesterday | Tomorrow
|
||||||
|
<< [[1 Daily Notes/2025/2025-01-08]] | [[1 Daily Notes/2025/2025-01-10 ]] >>
|
||||||
|
## This Week's Weekly Note
|
||||||
|
[[ Weekly Note 2025-01-08]]
|
||||||
|
# Summary
|
||||||
|
## What's Overdue!
|
||||||
|
```dataview
|
||||||
|
task
|
||||||
|
from "1 Daily Notes"
|
||||||
|
where !completed
|
||||||
|
and status != "-"
|
||||||
|
and file.name != this.file.name
|
||||||
|
group by file.name
|
||||||
|
```
|
||||||
|
## What's the plan!
|
||||||
|
- [ ] Fill out evaluation form
|
||||||
|
|
||||||
|
## What's the results!
|
||||||
|
```dataview
|
||||||
|
task
|
||||||
|
from "1 Daily Notes"
|
||||||
|
where completed
|
||||||
|
and completion = date(this.file.name)
|
||||||
|
and file.name != this.file.name
|
||||||
|
group by file.name
|
||||||
|
```
|
||||||
|
# Calendar Tasks
|
||||||
Loading…
x
Reference in New Issue
Block a user