43 lines
950 B
Markdown
43 lines
950 B
Markdown
- [ ] a high priority task high #tagA #tagB ⏫ 📅 2025-01-22
|
|
- [ ] a medium priority task 🔼 #tagB 📅 2025-01-28
|
|
- [ ] a none priority task #tagC
|
|
- [ ] a low priority task 🔽 #tagB #tagC
|
|
- [ ] lower still ⏬ #tagA #tagB
|
|
- [ ] higher still 🔺 #tagB #tagC 📅 2025-01-28
|
|
|
|
>[!todo] Task List
|
|
>>[!danger] High Urgency Tasks
|
|
>>```tasks
|
|
>>not done
|
|
>>show urgency
|
|
>>filter by function task.urgency >11.999
|
|
>>sort by urgency
|
|
>>group by tags
|
|
>> ```
|
|
>
|
|
>>[!warning] Medium Priority Tasks
|
|
>>```tasks
|
|
>>path includes {{query.file.path}}
|
|
>> priority is above low
|
|
>> priority is below high
|
|
>> ```
|
|
>
|
|
>>[!seealso] Low Priority Tasks
|
|
>>```tasks
|
|
>>path includes {{query.file.path}}
|
|
>> priority is below none
|
|
>> ```
|
|
|
|
For Task Dashboard, we should exclude
|
|
1. Finished tasks
|
|
2. canceled tasks
|
|
How should things be organized? Here's a priority list
|
|
1. Priority
|
|
2. Status
|
|
1. undated
|
|
2. in progress
|
|
3. scheduled
|
|
4. done
|
|
3. Sort by Urgency
|
|
4. Sort by tagsa
|