vault backup: 2024-12-18 11:09:51
This commit is contained in:
parent
d4fb85d5f8
commit
6953e0aaf3
@ -3,6 +3,7 @@
|
|||||||
- [x] Create meeting for next week 📅 2024-09-20 ✅ 2024-09-20
|
- [x] Create meeting for next week 📅 2024-09-20 ✅ 2024-09-20
|
||||||
- [x] Email Megan Lenze looking for table cloth 📅 2024-09-27 [completion:: 2024-09-30]
|
- [x] Email Megan Lenze looking for table cloth 📅 2024-09-27 [completion:: 2024-09-30]
|
||||||
- [x] Write an email for Lauren 📅 2024-10-15 [completion:: 2024-10-15]
|
- [x] Write an email for Lauren 📅 2024-10-15 [completion:: 2024-10-15]
|
||||||
|
- [ ] Make QSG Plan
|
||||||
|
|
||||||
# Personal
|
# Personal
|
||||||
- [x] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 [completion:: 2024-09-24]
|
- [x] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 [completion:: 2024-09-24]
|
||||||
|
|||||||
@ -1,43 +0,0 @@
|
|||||||
---
|
|
||||||
date: <% tp.file.title %>
|
|
||||||
tags:
|
|
||||||
---
|
|
||||||
# Yesterday | Tomorrow
|
|
||||||
<< [[<%*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");} %>]] | [[<%*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
|
|
||||||
```
|
|
||||||
## Completed
|
|
||||||
```dataview
|
|
||||||
task
|
|
||||||
where
|
|
||||||
completed
|
|
||||||
and completion = date(this.date)
|
|
||||||
sort due asc
|
|
||||||
group by file.folder
|
|
||||||
```
|
|
||||||
# Calendar Tasks
|
|
||||||
- Lunch [startTime:: 12:30] [endTime:: 13:30]
|
|
||||||
- Goals and Outcomes [startTime:: 10:00] [endTime:: 12:00]
|
|
||||||
@ -1,51 +0,0 @@
|
|||||||
---
|
|
||||||
date: <% tp.file.title %>
|
|
||||||
tags:
|
|
||||||
---
|
|
||||||
# Yesterday | Tomorrow
|
|
||||||
<< [[1 Daily Notes/2024/10 October/<%*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/10 October/<%*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
|
|
||||||
- NUCE 2100 Midtemr [startTime:: 10:30] [endTime:: 11:30]
|
|
||||||
@ -1,52 +0,0 @@
|
|||||||
---
|
|
||||||
date: <% tp.file.title %>
|
|
||||||
tags:
|
|
||||||
---
|
|
||||||
# Yesterday | Tomorrow
|
|
||||||
<< [[1 Daily Notes/2024/10 October/<%*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/10 October/<%*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
|
|
||||||
- Lunch [startTime:: 12:00] [endTime:: 13:00]
|
|
||||||
- SOTA [startTime:: 10:30] [endTime:: 12:00]
|
|
||||||
@ -1,52 +0,0 @@
|
|||||||
---
|
|
||||||
date: <% tp.file.title %>
|
|
||||||
tags:
|
|
||||||
---
|
|
||||||
# Yesterday | Tomorrow
|
|
||||||
<< [[1 Daily Notes/2024/10 October/<%*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/10 October/<%*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
|
|
||||||
- Classes, Lauren Email, Find papers for QE [startTime:: 10:30] [endTime:: 12:30]
|
|
||||||
- NRC note and other [startTime:: 09:00] [endTime:: 10:30]
|
|
||||||
@ -1,51 +0,0 @@
|
|||||||
---
|
|
||||||
date: <% tp.file.title %>
|
|
||||||
tags:
|
|
||||||
---
|
|
||||||
# Yesterday | Tomorrow
|
|
||||||
<< [[1 Daily Notes/2024/10 October/<%*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/10 October/<%*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
|
|
||||||
- QE workin [startTime:: 08:30] [endTime:: 12:00]
|
|
||||||
Loading…
x
Reference in New Issue
Block a user