update: obsidian tasks config and version

- Updated exlusion
- Updated next status symbol from TODO status
- Added ON-HOLD status type
This commit is contained in:
Mathis Gauthey
2024-01-04 10:53:38 +01:00
parent 82d6fce6f0
commit 64c6a44ddb
4 changed files with 205 additions and 65 deletions

View File

@@ -1,12 +1,13 @@
{
"globalQuery": "path does not include Archives\npath does not include Templates\npath does not include Workout_Log\npath does not include Media Backlog\npath does not include _Sources",
"globalQuery": "path does not include _Sources\npath does not include 4-Archives\npath does not include 5-Templates",
"globalFilter": "",
"removeGlobalFilter": true,
"taskFormat": "tasksPluginEmoji",
"setCreatedDate": true,
"setDoneDate": true,
"setCancelledDate": true,
"autoSuggestInEditor": true,
"autoSuggestMinMatch": 0,
"autoSuggestMinMatch": 1,
"autoSuggestMaxItems": 6,
"provideAccessKeys": true,
"useFilenameAsScheduledDate": false,
@@ -17,7 +18,7 @@
{
"symbol": " ",
"name": "Todo",
"nextStatusSymbol": "x",
"nextStatusSymbol": "/",
"availableAsCommand": true,
"type": "TODO"
},
@@ -43,6 +44,13 @@
"nextStatusSymbol": " ",
"availableAsCommand": true,
"type": "CANCELLED"
},
{
"symbol": "?",
"name": "On Hold",
"nextStatusSymbol": " ",
"availableAsCommand": false,
"type": "NON_TASK"
}
]
},
@@ -57,5 +65,16 @@
"debugSettings": {
"ignoreSortInstructions": false,
"showTaskHiddenData": false
},
"loggingOptions": {
"minLevels": {
"": "info",
"tasks": "info",
"tasks.Cache": "info",
"tasks.Events": "info",
"tasks.File": "info",
"tasks.Query": "info",
"tasks.Task": "info"
}
}
}