vault backup: 2026-01-02 03:17:49

This commit is contained in:
2026-01-02 03:17:49 +01:00
parent bc63ddebf1
commit 6db72155ac
8 changed files with 345 additions and 1 deletions
+30
View File
@@ -0,0 +1,30 @@
---
journal: cimt yearly
journal-date: 2026-01-01
journal-start-date: 2026-01-01
journal-end-date: 2026-12-31
---
```calendar-timeline
```
---
## Jahresziele
```dataviewjs
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
const page = dv.page(p.path);
const tasks = page.file.tasks;
return [
page.file.link,
page.status,
tasks.where(t => t.fullyCompleted === true).length,
tasks.length
]
}));
```
^2026i
---
## 🗓️ Wichtige Ereignisse