vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
---
|
||||
journal: cimt yearly
|
||||
journal-date: 2022-01-01
|
||||
journal-start-date: 2022-01-01
|
||||
journal-end-date: 2022-12-31
|
||||
---
|
||||
##### [[2022-01|1]] · [[2022-02|2]] · [[2022-03|3]] · [[2022-04|4]] · [[2022-05|5]] · [[2022-06|6]] · [[2022-07|7]] · [[2022-08|8]] · [[2022-09|9]] · [[2022-10|10]] · [[2022-11|11]] · [[2022-12|12]] ^01y
|
||||
|
||||
[[Journal/cimt AG/2021|❮❮]] ⋮ [[Journal/cimt AG/2022|2022]] ⋮ [[Journal/cimt AG/2023|❯❯]]
|
||||
|
||||
---
|
||||
## 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
|
||||
]
|
||||
}));
|
||||
```
|
||||
^2022i
|
||||
|
||||
---
|
||||
## 🗓️ Wichtige Ereignisse
|
||||
|
||||
Reference in New Issue
Block a user