vault backup: 2026-03-06 18:46:02

This commit is contained in:
Thomas Peetz
2026-03-06 18:46:02 +01:00
parent b7db56b51b
commit 551f229037
24 changed files with 614 additions and 20 deletions
+1 -2
View File
@@ -29,11 +29,10 @@ SORT file.name DESC
### Ideen
- Konfiguration von vim [[Konfiguration von vim]]
### Offene Projekte
```dataviewjs
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project')).where(p => dv.page(p.path).status != "Archiv");
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/lecture')).where(p => dv.page(p.path).status != "Archiv");
let projects = new Set();
for (let projectPage of pages) {