| banner |
01 Projects/Common/banner.jpg |
| id |
Projects |
| aliases |
|
| tags |
|
| cssclasses |
|
| dg-publish |
true |
Welcome to your central Project Hub — an overview of all projects, tasks, and notes.
table
Status,
length(file.tasks) as "Tasks",
sum(file.tasks.completed) as "Done",
file.mtime as "Last Updated"
from #projects
where Status != "Completed"
Limit 5
sort file.mtime desc
table date(file.mtime) as "Completed On"
from #projects
where Status = "Completed"
sort file.mtime desc
task
from "Projects"
where !completed and due and due <= (date(today) + dur(7 days))
sort due asc