# 🏥 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 >sort by urgency >group by tags > ``` >[!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 > ```