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
|
### All Area-type notes
|
||||||
```datavield
|
```dataview
|
||||||
TABLE status
|
TABLE status
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE type = "area"
|
WHERE type = "area"
|
||||||
@@ -87,7 +87,7 @@ SORT title ASC
|
|||||||
```
|
```
|
||||||
|
|
||||||
### All Subject-type notes
|
### All Subject-type notes
|
||||||
```datavield
|
```dataview
|
||||||
TABLE status, type
|
TABLE status, type
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE type = "subject" AND type != "redirect"
|
WHERE type = "subject" AND type != "redirect"
|
||||||
|
|||||||
@@ -50,10 +50,10 @@ borg list ::snapshot-id
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Datavew Queries
|
## Dataview Queries
|
||||||
|
|
||||||
### All Machines
|
### All Machines
|
||||||
```datavield
|
```dataview
|
||||||
TABLE os, role, ip_address
|
TABLE os, role, ip_address
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE type = "machine"
|
WHERE type = "machine"
|
||||||
@@ -61,7 +61,7 @@ SORT title ASC
|
|||||||
```
|
```
|
||||||
|
|
||||||
### All Containers
|
### All Containers
|
||||||
```datavield
|
```dataview
|
||||||
TABLE host, status
|
TABLE host, status
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE type = "container"
|
WHERE type = "container"
|
||||||
@@ -69,7 +69,7 @@ SORT title ASC
|
|||||||
```
|
```
|
||||||
|
|
||||||
### All Backup Systems
|
### All Backup Systems
|
||||||
```datavield
|
```dataview
|
||||||
TABLE software, schedule, destination
|
TABLE software, schedule, destination
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE type = "backup-system"
|
WHERE type = "backup-system"
|
||||||
|
|||||||
@@ -55,10 +55,10 @@ Personal topics, family events, ideas, and hobbies.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Datavew Queries
|
## Dataview Queries
|
||||||
|
|
||||||
### All Personal Family notes
|
### All Personal Family notes
|
||||||
```datavield
|
```dataview
|
||||||
TABLE status
|
TABLE status
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE contains(tags, "personal") OR type = "subject"
|
WHERE contains(tags, "personal") OR type = "subject"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ updated: 2026-09-16
|
|||||||
|
|
||||||
## Active Projects
|
## Active Projects
|
||||||
|
|
||||||
```datavield
|
```dataview
|
||||||
TABLE status, areas
|
TABLE status, areas
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE type = "project" AND status = "active"
|
WHERE type = "project" AND status = "active"
|
||||||
@@ -23,7 +23,7 @@ SORT title ASC
|
|||||||
|
|
||||||
## On Hold / Archived
|
## On Hold / Archived
|
||||||
|
|
||||||
```datavield
|
```dataview
|
||||||
TABLE status, areas
|
TABLE status, areas
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE type = "project" AND status != "active"
|
WHERE type = "project" AND status != "active"
|
||||||
|
|||||||
@@ -32,10 +32,10 @@ Installed tools, frameworks, and services used across projects.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Datavew Queries
|
## Dataview Queries
|
||||||
|
|
||||||
### All Tools
|
### All Tools
|
||||||
```datavield
|
```dataview
|
||||||
TABLE status, areas, host
|
TABLE status, areas, host
|
||||||
FROM ""
|
FROM ""
|
||||||
WHERE type = "tool"
|
WHERE type = "tool"
|
||||||
|
|||||||
Reference in New Issue
Block a user