33 lines
813 B
Markdown
33 lines
813 B
Markdown
---
|
|
date: 2025-01-17
|
|
tags:
|
|
---
|
|
# Links to Other Pages
|
|
## Yesterday | Tomorrow
|
|
<< [[1 Daily Notes/2025/2025-01-16]] | [[1 Daily Notes/2025/2025-01-20 ]] >>
|
|
## 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!
|
|
- [ ] Make bullet list for Gleeson about what is not clear for QE #GSA 🔼 ⏳ 2025-01-27 📅 2025-01-27
|
|
- [/] Find out about [[Microreactors]]. Are there any models or designs out there? #Research ⏳ 2025-01-29 📅 2025-01-30
|
|
|
|
## 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 |