vault backup: 2025-01-23 17:44:24

This commit is contained in:
Dane Sabo 2025-01-23 17:44:24 -05:00
parent f230f4c47a
commit adb4a8b27e
2 changed files with 25 additions and 17 deletions

View File

@ -7,8 +7,8 @@
"setDoneDate": true, "setDoneDate": true,
"setCancelledDate": true, "setCancelledDate": true,
"autoSuggestInEditor": true, "autoSuggestInEditor": true,
"autoSuggestMinMatch": 0, "autoSuggestMinMatch": 2,
"autoSuggestMaxItems": 20, "autoSuggestMaxItems": 5,
"provideAccessKeys": true, "provideAccessKeys": true,
"useFilenameAsScheduledDate": false, "useFilenameAsScheduledDate": false,
"filenameAsScheduledDateFormat": "", "filenameAsScheduledDateFormat": "",

View File

@ -1,31 +1,39 @@
- [ ] 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 >[!todo] Task List
>>[!danger] High Urgency Tasks >>[!danger] **Extreme Urgency Tasks**
>>```tasks >>```tasks
>>not done >>not done
>>show urgency >>show urgency
>>filter by function task.urgency >11.999 >>filter by function task.urgency >14.999
>>sort by urgency >>sort by urgency
>>group by tags >>group by tags
>> ``` >> ```
> >
>>[!warning] Medium Priority Tasks >>[!warning] **High Urgency Tasks**
>>```tasks >>```tasks
>>path includes {{query.file.path}} >>not done
>> priority is above low >>show urgency
>> priority is below high >>filter by function task.urgency >9.999 && task.urgency<15.0
>>sort by urgency
>>group by tags
>> ``` >> ```
> >
>>[!seealso] Low Priority Tasks >>[!todo] **Medium Urgency Tasks**
>>```tasks >>```tasks
>>path includes {{query.file.path}} >>not done
>> priority is below none >>show urgency
>>filter by function task.urgency >4.999 && task.urgency<10.0
>>sort by urgency
>>group by tags
>> ```
>
>>[!done] **Low Urgency Tasks**
>>```tasks
>>not done
>>show urgency
>>filter by function task.urgency <5.0
>>sort by urgency
>>group by tags
>> ``` >> ```
For Task Dashboard, we should exclude For Task Dashboard, we should exclude