vault backup: 2025-01-10 10:48:39
This commit is contained in:
parent
9ce70e3826
commit
64f5b352fc
18
.obsidian/graph.json
vendored
18
.obsidian/graph.json
vendored
@ -1,5 +1,5 @@
|
||||
{
|
||||
"collapse-filter": false,
|
||||
"collapse-filter": true,
|
||||
"search": "",
|
||||
"showTags": false,
|
||||
"showAttachments": false,
|
||||
@ -57,16 +57,16 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"collapse-display": false,
|
||||
"collapse-display": true,
|
||||
"showArrow": false,
|
||||
"textFadeMultiplier": -1.8,
|
||||
"nodeSizeMultiplier": 1.79713541666667,
|
||||
"lineSizeMultiplier": 0.7125,
|
||||
"collapse-forces": false,
|
||||
"centerStrength": 0.255208333333333,
|
||||
"repelStrength": 12.5,
|
||||
"linkStrength": 0.333333333333333,
|
||||
"linkDistance": 140,
|
||||
"scale": 0.07643695230614346,
|
||||
"close": false
|
||||
"collapse-forces": true,
|
||||
"centerStrength": 0.114583333333333,
|
||||
"repelStrength": 9.16666666666667,
|
||||
"linkStrength": 0.552083333333333,
|
||||
"linkDistance": 84,
|
||||
"scale": 0.050957968204095636,
|
||||
"close": true
|
||||
}
|
||||
32
1 Daily Notes/2025/2025-01-10.md
Normal file
32
1 Daily Notes/2025/2025-01-10.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
date: 2025-01-10
|
||||
tags:
|
||||
---
|
||||
Work from home day 😎
|
||||
# Links to Other Pages
|
||||
## Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2025/2025-01-09]] | [[1 Daily Notes/2025/2025-01-13 ]] >>
|
||||
## 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!
|
||||
|
||||
## 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