669 B
669 B
id, journal, journal-date, journal-end-date, journal-start-date
| id | journal | journal-date | journal-end-date | journal-start-date |
|---|---|---|---|---|
| 2025 | cimt yearly | 2025-01-01 | 2025-12-31 | 2025-01-01 |
Jahresziele
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
]
}));
^2025i
🗓️ Wichtige Ereignisse
- 27.3. JaKo 2025
- 19.6. Grillen auf dem Dach
- 26.9.-28.9. 25 cimtastic years