vault backup: 2025-01-13 08:55:32

This commit is contained in:
Dane Sabo 2025-01-13 08:55:32 -05:00
parent f0c006aa95
commit 1ed9097f20
3 changed files with 38 additions and 2 deletions

View File

@ -159,7 +159,9 @@
"NPIC2025": 147,
"Thesis": 148,
"Organization": 149,
"Frequency": 150
"Frequency": 150,
"Administrative": 151,
"ME2046": 152
},
"_version": 3
}

View File

@ -42,7 +42,7 @@
"anuppuccin-theme-settings@@anp-h6-color-custom": "none",
"anuppuccin-theme-settings@@anp-h2-divider": false,
"anuppuccin-theme-settings@@anp-h5-color-custom": "none",
"anuppuccin-theme-settings@@anuppuccin-theme-accents": "ctp-accent-blue",
"anuppuccin-theme-settings@@anuppuccin-theme-accents": "ctp-accent-peach",
"anuppuccin-theme-settings@@anuppuccin-light-theme-accents": "ctp-accent-light-blue",
"anuppuccin-theme-settings@@anp-decoration-toggle": false,
"anuppuccin-theme-settings@@anp-colorful-frame-opacity": 0.4

View File

@ -0,0 +1,34 @@
---
date: 2025-01-13
tags:
---
# Links to Other Pages
## Yesterday | Tomorrow
<< [[1 Daily Notes/2025/2025-01-10]] | [[1 Daily Notes/2025/2025-01-14 ]] >>
## This Week's Weekly Note
[[ Weekly Note 2025-01-08]]
# Summary
## What's Overdue!
```dataview
task
from "1 Daily Notes"
where !completed
and status != "-"
and file.name != this.file.name
group by file.name
```
## What's the plan!
- [ ] Email! #Administrative
- [ ] Polish up notes from digital control #ME2046
- [ ]
## What's the results!
```dataview
task
from "1 Daily Notes"
where completed
and completion = date(this.file.name)
and file.name != this.file.name
group by file.name
```
# Calendar Tasks