vault backup: 2026-03-07 12:19:22
This commit is contained in:
@@ -13,18 +13,16 @@ journal-end-date: 2024-12-31
|
||||
```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 => {
|
||||
dv.table(["Project", "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
|
||||
]
|
||||
}));
|
||||
```
|
||||
```
|
||||
^2024i
|
||||
---
|
||||
## 🗓️ Wichtige Ereignisse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user