vault backup: 2025-01-08 15:48:36

This commit is contained in:
Dane Sabo 2025-01-08 15:48:36 -05:00
parent e213e3659b
commit d31cb26aa1
3 changed files with 16 additions and 2 deletions

View File

@ -157,7 +157,8 @@
"Robust-relative-stability": 145, "Robust-relative-stability": 145,
"Unstructured-multiplicative-uncertainty": 146, "Unstructured-multiplicative-uncertainty": 146,
"NPIC2025": 147, "NPIC2025": 147,
"Thesis": 148 "Thesis": 148,
"Organization": 149
}, },
"_version": 3 "_version": 3
} }

View File

@ -20,7 +20,7 @@ group by file.name
## What's the plan! ## What's the plan!
1 866 688 8775 - Ultimus 1 866 688 8775 - Ultimus
- [ ] OSI model and where MODBUS is in that #NPIC2025 - [ ] OSI model and where MODBUS is in that #NPIC2025
- [ ] Rework weekly template pages to use tags. #Organization
## What's the results! ## What's the results!
```dataview ```dataview

13
5 Thesis/Things to Do.md Normal file
View File

@ -0,0 +1,13 @@
Follow up tasks:
```dataview
task
where contains(tags, "Thesis")
group by file.folder
```
Tasks from Daily Notes:
```dataview
task
from "1 Daily Note"
where
```