vault backup: 2024-10-09 09:47:17
This commit is contained in:
parent
c83290ca44
commit
c3c23aeec4
@ -5,6 +5,7 @@
|
||||
|
||||
# Personal
|
||||
- [x] Water the plants! ⏳ 2024-09-24 📅 2024-09-24 [completion:: 2024-09-24]
|
||||
- [ ] Check in for flight to MSY! 📅 2024-10-09
|
||||
|
||||
# Work Stuff
|
||||
- [x] Put Zotero web server on my own box ✅ 2024-10-01
|
||||
|
||||
50
1 Daily Notes/2024/10 October/2024-10-08.md
Normal file
50
1 Daily Notes/2024/10 October/2024-10-08.md
Normal file
@ -0,0 +1,50 @@
|
||||
---
|
||||
date: 2024-10-08
|
||||
tags:
|
||||
---
|
||||
# Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/10 October/2024-10-07]] | [[1 Daily Notes/2024/10 October/2024-10-09 ]] >>
|
||||
# This Week's Weekly Note
|
||||
[[ Weekly Note 2024-10-02]]
|
||||
# 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
|
||||
50
1 Daily Notes/2024/10 October/2024-10-09.md
Normal file
50
1 Daily Notes/2024/10 October/2024-10-09.md
Normal file
@ -0,0 +1,50 @@
|
||||
---
|
||||
date: 2024-10-09
|
||||
tags:
|
||||
---
|
||||
# Yesterday | Tomorrow
|
||||
<< [[1 Daily Notes/2024/10 October/2024-10-08]] | [[1 Daily Notes/2024/10 October/2024-10-10 ]] >>
|
||||
# This Week's Weekly Note
|
||||
[[ Weekly Note 2024-10-02]]
|
||||
# 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
|
||||
@ -1,2 +1,3 @@
|
||||
# Homework
|
||||
- [x] Homework 2 🛫 2024-10-02 📅 2024-10-04 ✅ 2024-10-04
|
||||
- [x] Homework 2 🛫 2024-10-02 📅 2024-10-04 ✅ 2024-10-04
|
||||
- [ ] Homework 3🛫 2024-10-14 📅 2024-10-18
|
||||
@ -6,4 +6,4 @@ endTime: 19:01
|
||||
date: 2024-10-08
|
||||
completed: null
|
||||
---
|
||||
- [ ] Midterm 📅 2024-10-08 🔺 ⏳ 2024-10-07
|
||||
- [x] Midterm 🔺 ⏳ 2024-10-07 📅 2024-10-08 ✅ 2024-10-08
|
||||
Loading…
x
Reference in New Issue
Block a user