vault backup: 2025-01-16 13:22:56

This commit is contained in:
Dane Sabo 2025-01-16 13:22:56 -05:00
parent 867aa4db7d
commit 7f4203f31f
4 changed files with 17 additions and 14 deletions

View File

@ -1,5 +1,5 @@
{ {
"collapse-filter": true, "collapse-filter": false,
"search": "", "search": "",
"showTags": false, "showTags": false,
"showAttachments": false, "showAttachments": false,
@ -67,6 +67,6 @@
"repelStrength": 6.14583333333333, "repelStrength": 6.14583333333333,
"linkStrength": 0.4765625, "linkStrength": 0.4765625,
"linkDistance": 207, "linkDistance": 207,
"scale": 0.9974854539557366, "scale": 0.45701546612642585,
"close": true "close": false
} }

View File

@ -3,8 +3,8 @@
"anuppuccin-theme-settings@@anuppuccin-accent-toggle": true, "anuppuccin-theme-settings@@anuppuccin-accent-toggle": true,
"anuppuccin-theme-settings-extended@@anp-theme-ext-light": true, "anuppuccin-theme-settings-extended@@anp-theme-ext-light": true,
"anuppuccin-theme-settings-extended@@anp-theme-ext-dark": true, "anuppuccin-theme-settings-extended@@anp-theme-ext-dark": true,
"anuppuccin-theme-settings-extended@@catppuccin-theme-extended": "ctp-notion-light", "anuppuccin-theme-settings-extended@@catppuccin-theme-extended": "ctp-solarized-light",
"anuppuccin-theme-settings-extended@@catppuccin-theme-dark-extended": "ctp-gruvbox-dark", "anuppuccin-theme-settings-extended@@catppuccin-theme-dark-extended": "ctp-kanagawa-dark",
"anuppuccin-theme-settings@@anuppuccin-theme-dark": "ctp-frappe", "anuppuccin-theme-settings@@anuppuccin-theme-dark": "ctp-frappe",
"anuppuccin-theme-settings@@anp-custom-checkboxes": true, "anuppuccin-theme-settings@@anp-custom-checkboxes": true,
"anuppuccin-theme-settings@@anp-speech-bubble": true, "anuppuccin-theme-settings@@anp-speech-bubble": true,

View File

@ -5,15 +5,6 @@ tags:
- Management - Management
--- ---
# Tasks # Tasks
## Undated
---
```dataview
TASK
where !completed
and status != "-"
and !due
group by file.folder
```
## Overdue ## Overdue
--- ---
```dataview ```dataview
@ -25,6 +16,16 @@ where !completed
sort due asc sort due asc
group by file.folder group by file.folder
``` ```
## Undated
---
```dataview
TASK
where !completed
and status != "-"
and !due
group by file.folder
```
## Next 2 Weeks ## Next 2 Weeks
--- ---
```dataview ```dataview

View File

@ -0,0 +1,2 @@
**Verification** - Is the code correct?
**Validation** - Is the code built correctly for the purpose?