vault backup: 2025-01-22 23:08:11

This commit is contained in:
Dane Sabo 2025-01-22 23:08:11 -05:00
parent b35cbdf3a0
commit bccc763c13
2 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,40 @@
---
date: 2025-01-23
tags:
---
# Links to Other Pages
## Yesterday | Tomorrow
<< [[1 Daily Notes/2025/2025-01-22]] | [[1 Daily Notes/2025/2025-01-24 ]] >>
## This Week's Weekly Note
[[ Weekly Note 2025-01-22]]
# 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
- QE Exam Slides [startTime:: 12:00] [endTime:: 13:00]
- Look around at wireless [startTime:: 22:00] [endTime:: 23:00]
- Travel Home [startTime:: 18:30] [endTime:: 19:00]
- ANS Paper [startTime:: 14:30] [endTime:: 16:00]
- Shower [startTime:: 10:00] [endTime:: 11:00]
- Gym [startTime:: 09:00] [endTime:: 10:00]
- Walk Lew Lew Lemon [startTime:: 08:30] [endTime:: 09:00]
- Do morning chores [startTime:: 07:30] [endTime:: 08:30]
- Travel 2 School [startTime:: 12:00] [endTime:: 12:30]

View File

@ -0,0 +1,32 @@
---
date: 2025-01-24
tags:
---
# Links to Other Pages
## Yesterday | Tomorrow
<< [[1 Daily Notes/2025/2025-01-23]] | [[1 Daily Notes/2025/2025-01-27 ]] >>
## This Week's Weekly Note
[[ Weekly Note 2025-01-22]]
# 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
- Travel 2 School [startTime:: 08:30] [endTime:: 09:00]