27 lines
568 B
Markdown
27 lines
568 B
Markdown
- [ ] a high priority task high ⏫
|
|
- [ ] a medium priority task 🔼
|
|
- [ ] a none priority task
|
|
- [ ] a low priority task 🔽
|
|
- [ ] lower still ⏬
|
|
- [ ] higher still 🔺
|
|
|
|
>[!todo] Task List
|
|
>>[!danger] High Priority Tasks
|
|
>>```tasks
|
|
>>path includes {{query.file.path}}
|
|
>> priority is above medium
|
|
>> ```
|
|
>
|
|
>>[!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
|
|
>> ```
|