29 lines
553 B
Markdown
29 lines
553 B
Markdown
---
|
|
journal: cimt yearly
|
|
journal-date: 2024-01-01
|
|
journal-start-date: 2024-01-01
|
|
journal-end-date: 2024-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", "Completed", "Tasks"], pages.map(p => {
|
|
const page = dv.page(p.path);
|
|
const tasks = page.file.tasks;
|
|
return [
|
|
page.file.link,
|
|
tasks.where(t => t.fullyCompleted === true).length,
|
|
tasks.length
|
|
]
|
|
}));
|
|
```
|
|
^2024i
|
|
---
|
|
## 🗓️ Wichtige Ereignisse
|