36 lines
850 B
Markdown
36 lines
850 B
Markdown
---
|
|
date: 2025-01-20
|
|
tags:
|
|
---
|
|
# Links to Other Pages
|
|
## Yesterday | Tomorrow
|
|
<< [[1 Daily Notes/2025/2025-01-17]] | [[1 Daily Notes/2025/2025-01-21 ]] >>
|
|
## This Week's Weekly Note
|
|
[[ Weekly Note 2025-01-15]]
|
|
# 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
|
|
- More 2150 [startTime:: 17:15] [endTime:: 18:20]
|
|
- Walk Lewie [startTime:: 16:30] [endTime:: 17:15]
|
|
- Lonch [startTime:: 13:00] [endTime:: 15:00]
|
|
- Writing for ME 2150 [startTime:: 15:00] [endTime:: 16:30]
|
|
- ME2046 HW1 [startTime:: 10:30] [endTime:: 13:00] |