vault backup: 2024-10-21 08:54:40

This commit is contained in:
Dane Sabo 2024-10-21 08:54:41 -04:00
parent ab4f531bf9
commit 99401257c9
5 changed files with 157 additions and 4 deletions

View File

@ -63,10 +63,10 @@
"nodeSizeMultiplier": 1.79713541666667,
"lineSizeMultiplier": 3.1625,
"collapse-forces": false,
"centerStrength": 0.25,
"repelStrength": 7.39583333333333,
"linkStrength": 0.536458333333333,
"centerStrength": 0.255208333333333,
"repelStrength": 12.5,
"linkStrength": 1,
"linkDistance": 140,
"scale": 0.5804431065747794,
"scale": 0.38696207104985214,
"close": true
}

View File

@ -13,5 +13,6 @@
- [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] 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
# Class Stuff
- [x] Move the sketches from my iPad to the notes for ME 2016 📅 2024-10-02 ✅ 2024-10-02

View File

@ -0,0 +1,50 @@
---
date: 2024-10-17
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-16]] | [[1 Daily Notes/2024/10 October/2024-10-18 ]] >>
# 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-18
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-17]] | [[1 Daily Notes/2024/10 October/2024-10-21 ]] >>
# 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,52 @@
---
date: 2024-10-21
tags:
---
# Yesterday | Tomorrow
<< [[1 Daily Notes/2024/10 October/2024-10-18]] | [[1 Daily Notes/2024/10 October/2024-10-22 ]] >>
# This Week's Weekly Note
[[ Weekly Note 2024-10-16]]
# Tasks for today
- [ ] Email Kerry back 📅 2024-10-21
- [ ] Set up airsoft list and start getting money from people📅 2024-10-21
## 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