Obsidian/0 Managerial Pages/1 Task Dashboard.md

45 lines
805 B
Markdown
Executable File

# 🏥 Task Hospital
```tasks
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**
>```tasks
>not done
>show urgency
>filter by function task.urgency >16.999
>sort by urgency
>group by tags
> ```
>[!warning] **High Urgency Tasks**
>```tasks
>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**
>```tasks
>not done
>show urgency
>filter by function task.urgency >7.999 && task.urgency<13.0
>sort by urgency
>group by tags
> ```
>[!done] **Low Urgency Tasks**
>```tasks
>not done
>show urgency
>filter by function task.urgency <8.0
>sort by urgency
>group by tags
> ```