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

@@ -76,10 +76,10 @@ Evaluation notes for tools being considered.
---
## Datavew Queries
## Dataview Queries
### All Area-type notes
```datavield
```dataview
TABLE status
FROM ""
WHERE type = "area"
@@ -87,7 +87,7 @@ SORT title ASC
```
### All Subject-type notes
```datavield
```dataview
TABLE status, type
FROM ""
WHERE type = "subject" AND type != "redirect"