vault backup: 2024-11-06 09:49:23
This commit is contained in:
parent
79eeb43d26
commit
585906d01a
52
1 Daily Notes/2024/9 September/2024-11-06.md
Normal file
52
1 Daily Notes/2024/9 September/2024-11-06.md
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
---
|
||||||
|
date: <% tp.file.title %>
|
||||||
|
tags:
|
||||||
|
---
|
||||||
|
# Yesterday | Tomorrow
|
||||||
|
<< [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", -3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD");} %>]] | [[1 Daily Notes/2024/11 November/<%*if (tp.date.weekday("YYYY-MM-DD", 5, tp.file.title, "YYYY-MM-DD") == tp.file.title) { tR += tp.date.now("YYYY-MM-DD", +3, tp.file.title, "YYYY-MM-DD"); } else { tR += tp.date.now("YYYY-MM-DD", +1, tp.file.title, "YYYY-MM-DD");} %> ]] >>
|
||||||
|
# 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"); } %>]]
|
||||||
|
# Tasks for today
|
||||||
|
## Due
|
||||||
|
```dataview
|
||||||
|
task
|
||||||
|
where
|
||||||
|
due <= date(this.date)
|
||||||
|
and due
|
||||||
|
and !completed
|
||||||
|
and status != "-"
|
||||||
|
sort due asc
|
||||||
|
group by file.folder
|
||||||
|
```
|
||||||
|
## Scheduled
|
||||||
|
```dataview
|
||||||
|
task
|
||||||
|
where
|
||||||
|
scheduled
|
||||||
|
and scheduled <= date(this.date)
|
||||||
|
and !completed
|
||||||
|
and status != "-"
|
||||||
|
sort due asc
|
||||||
|
group by file.folder
|
||||||
|
```
|
||||||
|
## Tasks in Progress
|
||||||
|
```dataview
|
||||||
|
task
|
||||||
|
where
|
||||||
|
status != "-"
|
||||||
|
and status = "/"
|
||||||
|
sort due asc
|
||||||
|
group by file.folder
|
||||||
|
```
|
||||||
|
## Completed
|
||||||
|
```dataview
|
||||||
|
task
|
||||||
|
where
|
||||||
|
completed
|
||||||
|
and completion = date(this.date)
|
||||||
|
sort due asc
|
||||||
|
group by file.folder
|
||||||
|
```
|
||||||
|
# Calendar Tasks
|
||||||
|
- Qualifying Exam Hell Storm [startTime:: 09:30] [endTime:: 12:00]
|
||||||
|
- Coffee [startTime:: 09:00] [endTime:: 09:45]
|
||||||
@ -3,7 +3,7 @@ title: Homework 7
|
|||||||
allDay: true
|
allDay: true
|
||||||
date: 2024-11-05
|
date: 2024-11-05
|
||||||
endDate: 2024-11-06
|
endDate: 2024-11-06
|
||||||
completed: false
|
completed: 2024-11-06T09:47:22.930-05:00
|
||||||
type: single
|
type: single
|
||||||
---
|
---
|
||||||
- [ ] Homework 7 📅 2024-11-05
|
- [ ] Homework 7 📅 2024-11-05
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
- [x] What is disk uncertainty? ✅ 2024-10-17 [completion:: 2024-11-05]
|
- [x] What is disk uncertainty? ✅ 2024-10-17 [completion:: 2024-11-05]
|
||||||
- [x] Why is this something difficult to sample? [completion:: 2024-11-05]
|
- [x] Why is this something difficult to sample? [completion:: 2024-11-05]
|
||||||
- [x] Write about how to generate structured perturbations 📅 2024-10-17 ✅ 2024-10-16
|
- [x] Write about how to generate structured perturbations 📅 2024-10-17 ✅ 2024-10-16
|
||||||
- [ ] Write story for RA
|
- [x] Write story for RA ✅ 2024-11-06
|
||||||
- [-] Reposition things on the timeline
|
- [-] Reposition things on the timeline
|
||||||
- Just thug it out.
|
- Just thug it out.
|
||||||
- [x] How does H_infty work? ✅ 2024-11-04
|
- [x] How does H_infty work? ✅ 2024-11-04
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user