|
|
@ -3,13 +3,15 @@
|
|
|
|
"globalFilter": "",
|
|
|
|
"globalFilter": "",
|
|
|
|
"removeGlobalFilter": false,
|
|
|
|
"removeGlobalFilter": false,
|
|
|
|
"taskFormat": "tasksPluginEmoji",
|
|
|
|
"taskFormat": "tasksPluginEmoji",
|
|
|
|
"setCreatedDate": false,
|
|
|
|
"setCreatedDate": true,
|
|
|
|
"setDoneDate": true,
|
|
|
|
"setDoneDate": true,
|
|
|
|
|
|
|
|
"setCancelledDate": true,
|
|
|
|
"autoSuggestInEditor": false,
|
|
|
|
"autoSuggestInEditor": false,
|
|
|
|
"autoSuggestMinMatch": 0,
|
|
|
|
"autoSuggestMinMatch": 0,
|
|
|
|
"autoSuggestMaxItems": 6,
|
|
|
|
"autoSuggestMaxItems": 6,
|
|
|
|
"provideAccessKeys": true,
|
|
|
|
"provideAccessKeys": true,
|
|
|
|
"useFilenameAsScheduledDate": false,
|
|
|
|
"useFilenameAsScheduledDate": false,
|
|
|
|
|
|
|
|
"filenameAsScheduledDateFormat": "",
|
|
|
|
"filenameAsDateFolders": [],
|
|
|
|
"filenameAsDateFolders": [],
|
|
|
|
"recurrenceOnNextLine": false,
|
|
|
|
"recurrenceOnNextLine": false,
|
|
|
|
"statusSettings": {
|
|
|
|
"statusSettings": {
|
|
|
@ -196,6 +198,18 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"debugSettings": {
|
|
|
|
"debugSettings": {
|
|
|
|
"ignoreSortInstructions": false,
|
|
|
|
"ignoreSortInstructions": false,
|
|
|
|
"showTaskHiddenData": false
|
|
|
|
"showTaskHiddenData": false,
|
|
|
|
|
|
|
|
"recordTimings": false
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"loggingOptions": {
|
|
|
|
|
|
|
|
"minLevels": {
|
|
|
|
|
|
|
|
"": "info",
|
|
|
|
|
|
|
|
"tasks": "info",
|
|
|
|
|
|
|
|
"tasks.Cache": "info",
|
|
|
|
|
|
|
|
"tasks.Events": "info",
|
|
|
|
|
|
|
|
"tasks.File": "info",
|
|
|
|
|
|
|
|
"tasks.Query": "info",
|
|
|
|
|
|
|
|
"tasks.Task": "info"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|