vault backup: 2025-01-03 11:13:18
This commit is contained in:
parent
1f8d826c60
commit
25d12012b8
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@ -67,6 +67,6 @@
|
||||
"repelStrength": 12.5,
|
||||
"linkStrength": 1,
|
||||
"linkDistance": 140,
|
||||
"scale": 0.1719831426888229,
|
||||
"scale": 0.07643695230614346,
|
||||
"close": true
|
||||
}
|
||||
@ -9,6 +9,7 @@ tags:
|
||||
[[ Weekly Note 2025-01-01]]
|
||||
# Summary
|
||||
## What's the plan!
|
||||
- [x] test [completion:: 2025-01-03]
|
||||
|
||||
## What's the results!
|
||||
|
||||
|
||||
@ -11,17 +11,27 @@ tags:
|
||||
## What's Overdue!
|
||||
```dataview
|
||||
task
|
||||
from 1
|
||||
from "1 Daily Notes"
|
||||
where !completed
|
||||
and status != "-"
|
||||
and due
|
||||
group by file.folder
|
||||
and status != "-"
|
||||
and file.name != this.file.name
|
||||
group by file.name
|
||||
```
|
||||
## What's the plan!
|
||||
- [ ] Get whatever I wrote for that old paper into the NPIC one
|
||||
- [ ] Fill in highlighted sections for Lauren and GSA document
|
||||
- [ ] Join union discord?
|
||||
- [ ] Look around at wireless proposals / papers
|
||||
- [x] Fixed up daily note template to cater to quick tasks ✅ 2025-01-03
|
||||
- [ ] Figure out class / work schedule
|
||||
## 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
|
||||
31
1 Daily Notes/2024/2025-01-06.md
Normal file
31
1 Daily Notes/2024/2025-01-06.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
date: 2025-01-06
|
||||
tags:
|
||||
---
|
||||
# Links to Other Pages
|
||||
## Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/2025-01-03]] | [[1 Daily Notes/2024/2025-01-07 ]] >>
|
||||
## This Week's Weekly Note
|
||||
[[ Weekly Note 2025-01-01]]
|
||||
# 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
|
||||
@ -8,8 +8,24 @@ tags:
|
||||
## This Week's Weekly Note
|
||||
[[ Weekly Note <%*if (tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD") >= tp.file.title) {tR += tp.date.weekday("YYYY-MM-DD", -4, tp.file.title, "YYYY-MM-DD"); } else {tR += tp.date.weekday("YYYY-MM-DD", 3, tp.file.title, "YYYY-MM-DD"); } %>]]
|
||||
# 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
|
||||
Loading…
x
Reference in New Issue
Block a user