vault backup: 2025-01-22 23:08:11
This commit is contained in:
parent
b35cbdf3a0
commit
bccc763c13
@ -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]
|
||||
32
1 Daily Notes/2025/2025-01-24.md
Normal file
32
1 Daily Notes/2025/2025-01-24.md
Normal 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]
|
||||
Loading…
x
Reference in New Issue
Block a user