Files
thpeetz-notes/Journal/cimt AG/2024.md
T

553 B

journal, journal-date, journal-start-date, journal-end-date
journal journal-date journal-start-date journal-end-date
cimt yearly 2024-01-01 2024-01-01 2024-12-31

Jahresziele

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