sam-4screen-desktop 2026-9-24:13:3:7
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user