sam-4screen-desktop 2026-9-24:13:3:7

This commit is contained in:
2026-09-24 13:03:07 +10:00
parent 12078a5bd6
commit 60372a223c
5 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ updated: 2026-09-16
## Active Projects
```datavield
```dataview
TABLE status, areas
FROM ""
WHERE type = "project" AND status = "active"
@@ -23,7 +23,7 @@ SORT title ASC
## On Hold / Archived
```datavield
```dataview
TABLE status, areas
FROM ""
WHERE type = "project" AND status != "active"