Obsidian/0 Managerial Pages/1 Task Dashboard.md

900 B
Executable File

🏥 Task Hospital

not done
(no due date) 
path does not include 1000s Templates/Literature Note.md
sort by function task.created.format("dddd")

😎 Tasks

[!danger] Extreme Urgency Tasks

tags do not include #Z
not done
show urgency
filter by function task.urgency >16.999
sort by urgency
group by tags

[!warning] High Urgency Tasks

tags do not include #Z
not done
show urgency
filter by function task.urgency >12.999 && task.urgency<17.0
group by tags
sort by urgency

[!todo] Medium Urgency Tasks

not done
tags do not include #Z
show urgency
filter by function task.urgency >7.999 && task.urgency<13.0
sort by urgency
group by tags

[!done] Low Urgency Tasks

not done
tags do not include #Z
show urgency
filter by function task.urgency <8.0
sort by urgency
group by tags