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