vault backup: 2024-10-21 08:54:40
This commit is contained in:
parent
ab4f531bf9
commit
99401257c9
8
.obsidian/graph.json
vendored
8
.obsidian/graph.json
vendored
@ -63,10 +63,10 @@
|
|||||||
"nodeSizeMultiplier": 1.79713541666667,
|
"nodeSizeMultiplier": 1.79713541666667,
|
||||||
"lineSizeMultiplier": 3.1625,
|
"lineSizeMultiplier": 3.1625,
|
||||||
"collapse-forces": false,
|
"collapse-forces": false,
|
||||||
"centerStrength": 0.25,
|
"centerStrength": 0.255208333333333,
|
||||||
"repelStrength": 7.39583333333333,
|
"repelStrength": 12.5,
|
||||||
"linkStrength": 0.536458333333333,
|
"linkStrength": 1,
|
||||||
"linkDistance": 140,
|
"linkDistance": 140,
|
||||||
"scale": 0.5804431065747794,
|
"scale": 0.38696207104985214,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
||||||
@ -13,5 +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
|
||||||
# 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
|
||||||
|
|||||||
50
1 Daily Notes/2024/10 October/2024-10-17.md
Normal file
50
1 Daily Notes/2024/10 October/2024-10-17.md
Normal 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
|
||||||
50
1 Daily Notes/2024/10 October/2024-10-18.md
Normal file
50
1 Daily Notes/2024/10 October/2024-10-18.md
Normal 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
|
||||||
52
1 Daily Notes/2024/10 October/2024-10-21.md
Normal file
52
1 Daily Notes/2024/10 October/2024-10-21.md
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user