vault backup: 2024-10-28 08:36:10

This commit is contained in:
Dane Sabo 2024-10-28 08:36:10 -04:00
parent 4e25018936
commit 4f26fb0273
8 changed files with 302 additions and 2 deletions

View File

@ -13,6 +13,6 @@
- [x] Email Megan Lenze about tablecloth 📅 2024-10-07 [completion:: 2024-10-09] - [x] Email Megan Lenze about tablecloth 📅 2024-10-07 [completion:: 2024-10-09]
- [x] Find Classes📅 2024-10-21 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15] - [x] Find Classes📅 2024-10-21 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15]
- [x] Fill out NRC Update for Mike📅 2024-10-28 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15] - [x] Fill out NRC Update for Mike📅 2024-10-28 🛫 2024-10-15 ⏳ 2024-10-15 [completion:: 2024-10-15]
- [ ] Abstract for NPIC+HMIT paper 📅 2024-10-25⏳ 2024-10-21 - [x] Abstract for NPIC+HMIT paper ⏳ 2024-10-21 📅 2024-10-25 ✅ 2025-10-25
# Class Stuff # Class Stuff
- [x] Move the sketches from my iPad to the notes for ME 2016 📅 2024-10-02 ✅ 2024-10-02 - [x] Move the sketches from my iPad to the notes for ME 2016 📅 2024-10-02 ✅ 2024-10-02

View File

@ -7,7 +7,7 @@ tags:
# This Week's Weekly Note # This Week's Weekly Note
[[ Weekly Note 2024-10-16]] [[ Weekly Note 2024-10-16]]
# Tasks for today # Tasks for today
- [ ] Email Kerry back 📅 2024-10-21 - [-] Email Kerry back 📅 2024-10-21
- [x] Set up airsoft list and start getting money from people 📅 2024-10-21 ✅ 2024-10-21 - [x] Set up airsoft list and start getting money from people 📅 2024-10-21 ✅ 2024-10-21
## Due ## Due
```dataview ```dataview

View File

@ -0,0 +1,50 @@
---
date: 2024-10-22
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-21]] | [[1 Daily Notes/2024/10 October/2024-10-23 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-10-16]]
# 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

View File

@ -0,0 +1,50 @@
---
date: 2024-10-23
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-22]] | [[1 Daily Notes/2024/10 October/2024-10-24 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-10-16]]
# 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

View File

@ -0,0 +1,50 @@
---
date: 2024-10-24
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-23]] | [[1 Daily Notes/2024/10 October/2024-10-25 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-10-23]]
# 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

View File

@ -0,0 +1,50 @@
---
date: 2024-10-25
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-24]] | [[1 Daily Notes/2024/10 October/2024-10-28 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-10-23]]
# 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

View File

@ -0,0 +1,50 @@
---
date: 2024-10-28
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-25]] | [[1 Daily Notes/2024/10 October/2024-10-29 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-10-23]]
# 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

View File

@ -0,0 +1,50 @@
---
date: 2024-10-29
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-28]] | [[1 Daily Notes/2024/10 October/2024-10-30 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-10-23]]
# 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