sam-4screen-desktop 2026-9-24:15:18:7

This commit is contained in:
2026-09-24 15:18:07 +10:00
parent a8ec97138f
commit adff81d8c4
12 changed files with 52 additions and 355 deletions

View File

@@ -10,7 +10,7 @@ updated: 2026-09-16
# Areas Overview
Ongoing domains of responsibility — things you maintain, monitor, or improve over time.
Ongoing interests — things you maintain, monitor, or keep learning about.
## Home Assistant (4 devices)
@@ -93,10 +93,10 @@ WHERE type = "area"
SORT title ASC
```
### All Subject-type notes
### All area-type notes
```dataview
TABLE status, type
FROM ""
WHERE type = "subject" AND type != "redirect"
WHERE type = "area"
SORT title ASC
```