vault backup: 2024-12-30 09:27:34
This commit is contained in:
parent
be3a6426da
commit
fa2b1ca68c
@ -7,8 +7,7 @@
|
||||
|
||||
# Personal
|
||||
- [x] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 [completion:: 2024-09-24]
|
||||
- [x] Check in for flight to MSY! 📅 2024-10-09 [completion:: 2024-10-09]
|
||||
|
||||
- [x] Check in for flight to MSY! 📅 2024-10-09 [completion:: 2024-10-09
|
||||
# Work Stuff
|
||||
- [x] Put Zotero web server on my own box ✅ 2024-10-01
|
||||
- [x] Email Megan Lenze about tablecloth 📅 2024-10-07 [completion:: 2024-10-09]
|
||||
|
||||
@ -4,7 +4,7 @@ tags:
|
||||
---
|
||||
# Links to Other Pages
|
||||
## Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/2024-12-17]] | [[1 Daily Notes/2024/2024-12-19 ]] >>
|
||||
<< [[1 Daily Notes/2024/2024-12-17]] | [[1 Daily Notes/2024/2024-12-30 ]] >>
|
||||
## This Week's Weekly Note
|
||||
[[ Weekly Note 2024-12-11]]
|
||||
# Summary
|
||||
|
||||
15
1 Daily Notes/2024/2024-12-30.md
Normal file
15
1 Daily Notes/2024/2024-12-30.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
date: 2024-12-30
|
||||
tags:
|
||||
---
|
||||
# Links to Other Pages
|
||||
## Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/2024-12-27]] | [[1 Daily Notes/2024/2024-12-31 ]] >>
|
||||
## This Week's Weekly Note
|
||||
[[ Weekly Note 2024-12-25]]
|
||||
# Summary
|
||||
## What's the plan!
|
||||
|
||||
## What's the results!
|
||||
|
||||
# Calendar Tasks
|
||||
51
1 Daily Notes/2024/9 September/2024-12-30.md
Normal file
51
1 Daily Notes/2024/9 September/2024-12-30.md
Normal file
@ -0,0 +1,51 @@
|
||||
---
|
||||
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
|
||||
- seL4 and Docker [startTime:: 09:30] [endTime:: 12:00]
|
||||
2
Investigating seL4 with Docker.md
Normal file
2
Investigating seL4 with Docker.md
Normal file
@ -0,0 +1,2 @@
|
||||
# What're we doing?
|
||||
Dan is running a new class
|
||||
Loading…
x
Reference in New Issue
Block a user