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,
"setCancelledDate": true,
"autoSuggestInEditor": true,
"autoSuggestMinMatch": 0,
"autoSuggestMaxItems": 20,
"autoSuggestMinMatch": 2,
"autoSuggestMaxItems": 5,
"provideAccessKeys": true,
"useFilenameAsScheduledDate": false,
"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
>>[!danger] High Urgency Tasks
>>[!danger] **Extreme Urgency Tasks**
>>```tasks
>>not done
>>show urgency
>>filter by function task.urgency >11.999
>>filter by function task.urgency >14.999
>>sort by urgency
>>group by tags
>> ```
>
>>[!warning] Medium Priority Tasks
>>[!warning] **High Urgency Tasks**
>>```tasks
>>path includes {{query.file.path}}
>> priority is above low
>> priority is below high
>>not done
>>show urgency
>>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
>>path includes {{query.file.path}}
>> priority is below none
>>not done
>>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