From 60372a223c592d12bc8ca00b2c887fb395925e9f Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Thu, 24 Sep 2026 13:03:07 +1000 Subject: [PATCH] sam-4screen-desktop 2026-9-24:13:3:7 --- 100 Table of Contents/Areas.md | 6 +++--- 100 Table of Contents/Machines & Systems.md | 8 ++++---- 100 Table of Contents/Personal Family.md | 4 ++-- 100 Table of Contents/Projects.md | 4 ++-- 100 Table of Contents/Tools & Software.md | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/100 Table of Contents/Areas.md b/100 Table of Contents/Areas.md index c4a1f75..3db2092 100644 --- a/100 Table of Contents/Areas.md +++ b/100 Table of Contents/Areas.md @@ -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" diff --git a/100 Table of Contents/Machines & Systems.md b/100 Table of Contents/Machines & Systems.md index 8ecca6a..8925c37 100644 --- a/100 Table of Contents/Machines & Systems.md +++ b/100 Table of Contents/Machines & Systems.md @@ -50,10 +50,10 @@ borg list ::snapshot-id --- -## Datavew Queries +## Dataview Queries ### All Machines -```datavield +```dataview TABLE os, role, ip_address FROM "" WHERE type = "machine" @@ -61,7 +61,7 @@ SORT title ASC ``` ### All Containers -```datavield +```dataview TABLE host, status FROM "" WHERE type = "container" @@ -69,7 +69,7 @@ SORT title ASC ``` ### All Backup Systems -```datavield +```dataview TABLE software, schedule, destination FROM "" WHERE type = "backup-system" diff --git a/100 Table of Contents/Personal Family.md b/100 Table of Contents/Personal Family.md index c29ab8a..d4f3939 100644 --- a/100 Table of Contents/Personal Family.md +++ b/100 Table of Contents/Personal Family.md @@ -55,10 +55,10 @@ Personal topics, family events, ideas, and hobbies. --- -## Datavew Queries +## Dataview Queries ### All Personal Family notes -```datavield +```dataview TABLE status FROM "" WHERE contains(tags, "personal") OR type = "subject" diff --git a/100 Table of Contents/Projects.md b/100 Table of Contents/Projects.md index a2667b7..6209dd1 100644 --- a/100 Table of Contents/Projects.md +++ b/100 Table of Contents/Projects.md @@ -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" diff --git a/100 Table of Contents/Tools & Software.md b/100 Table of Contents/Tools & Software.md index 9b0cbd7..2580ce3 100644 --- a/100 Table of Contents/Tools & Software.md +++ b/100 Table of Contents/Tools & Software.md @@ -32,10 +32,10 @@ Installed tools, frameworks, and services used across projects. --- -## Datavew Queries +## Dataview Queries ### All Tools -```datavield +```dataview TABLE status, areas, host FROM "" WHERE type = "tool"