41 lines
950 B
Markdown
41 lines
950 B
Markdown
---
|
|
date: <% tp.file.title %>
|
|
tags:
|
|
---
|
|
---
|
|
date: 2025-01-21
|
|
tags:
|
|
---
|
|
# Links to Other Pages
|
|
## Yesterday | Tomorrow
|
|
<< [[1 Daily Notes/2025/2025-01-20]] | [[1 Daily Notes/2025/2025-01-22 ]] >>
|
|
## 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
|
|
- Microreactor review [startTime:: 11:00] [endTime:: 11:30]
|
|
- Edit HACPS hw1 [startTime:: 09:15] [endTime:: 09:30]
|
|
- Shower and Breakfast [startTime:: 08:30] [endTime:: 09:15]
|
|
- ANS Paper [startTime:: 15:30] [endTime:: 16:30]
|
|
- Lunch [startTime:: 11:30] [endTime:: 12:30]
|
|
- Gym [startTime:: 08:00] [endTime:: 08:30] |