vault backup: 2026-03-06 18:46:02
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user