vault backup: 2025-01-08 09:55:49
This commit is contained in:
parent
d0bc33e10a
commit
1882c467df
31
1 Daily Notes/2024/2025-01-07.md
Normal file
31
1 Daily Notes/2024/2025-01-07.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
date: 2025-01-07
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
# Links to Other Pages
|
||||||
|
## Yesterday | Tomorrow
|
||||||
|
<< [[1 Daily Notes/2024/2025-01-06]] | [[1 Daily Notes/2024/2025-01-08 ]] >>
|
||||||
|
## This Week's Weekly Note
|
||||||
|
[[ Weekly Note 2025-01-01]]
|
||||||
|
# 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
|
||||||
31
1 Daily Notes/2024/2025-01-08.md
Normal file
31
1 Daily Notes/2024/2025-01-08.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
date: 2025-01-08
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
# Links to Other Pages
|
||||||
|
## Yesterday | Tomorrow
|
||||||
|
<< [[1 Daily Notes/2024/2025-01-07]] | [[1 Daily Notes/2024/2025-01-09 ]] >>
|
||||||
|
## This Week's Weekly Note
|
||||||
|
[[ Weekly Note 2025-01-01]]
|
||||||
|
# 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