diff --git a/.obsidian/plugins/obsidian-tasks-plugin/data.json b/.obsidian/plugins/obsidian-tasks-plugin/data.json index 34c061d09..b1c971339 100755 --- a/.obsidian/plugins/obsidian-tasks-plugin/data.json +++ b/.obsidian/plugins/obsidian-tasks-plugin/data.json @@ -7,8 +7,8 @@ "setDoneDate": true, "setCancelledDate": true, "autoSuggestInEditor": true, - "autoSuggestMinMatch": 0, - "autoSuggestMaxItems": 20, + "autoSuggestMinMatch": 2, + "autoSuggestMaxItems": 5, "provideAccessKeys": true, "useFilenameAsScheduledDate": false, "filenameAsScheduledDateFormat": "", diff --git a/task tryout page.md b/task tryout page.md index 10d16df9f..f05a94202 100644 --- a/task tryout page.md +++ b/task tryout page.md @@ -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