40 lines
734 B
Markdown
Executable File
40 lines
734 B
Markdown
Executable File
---
|
|
TQ_extra_instructions: |-
|
|
not done
|
|
show tree
|
|
show urgency
|
|
sort by urgency
|
|
tags do not include #subtask
|
|
---
|
|
# 🏥 Task Hospital
|
|
```tasks
|
|
(no due date)
|
|
path does not include 1000s Templates/Literature Note.md
|
|
sort by function task.created.format("dddd")
|
|
|
|
```
|
|
# 😎 Tasks
|
|
>[!failure] **Extreme Urgency Tasks**
|
|
>```tasks
|
|
>not done
|
|
>filter by function task.urgency >16.999
|
|
> ```
|
|
|
|
>[!warning] **High Urgency Tasks**
|
|
>```tasks
|
|
>not done
|
|
>filter by function task.urgency >12.999 && task.urgency<17.0
|
|
> ```
|
|
|
|
>[!todo] **Medium Urgency Tasks**
|
|
>```tasks
|
|
>not done
|
|
>filter by function task.urgency >7.999 && task.urgency<13.0
|
|
> ```
|
|
|
|
>[!done] **Low Urgency Tasks**
|
|
>```tasks
|
|
>not done
|
|
>filter by function task.urgency <8.0
|
|
> ```
|