You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
215 lines
4.9 KiB
JSON
215 lines
4.9 KiB
JSON
{
|
|
"globalQuery": "",
|
|
"globalFilter": "",
|
|
"removeGlobalFilter": false,
|
|
"taskFormat": "tasksPluginEmoji",
|
|
"setCreatedDate": false,
|
|
"setDoneDate": true,
|
|
"autoSuggestInEditor": false,
|
|
"autoSuggestMinMatch": 0,
|
|
"autoSuggestMaxItems": 6,
|
|
"provideAccessKeys": true,
|
|
"useFilenameAsScheduledDate": false,
|
|
"filenameAsDateFolders": [],
|
|
"recurrenceOnNextLine": false,
|
|
"statusSettings": {
|
|
"coreStatuses": [
|
|
{
|
|
"symbol": " ",
|
|
"name": "Todo",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": true,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "x",
|
|
"name": "Done",
|
|
"nextStatusSymbol": " ",
|
|
"availableAsCommand": true,
|
|
"type": "DONE"
|
|
}
|
|
],
|
|
"customStatuses": [
|
|
{
|
|
"symbol": "/",
|
|
"name": "In Progress",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": true,
|
|
"type": "IN_PROGRESS"
|
|
},
|
|
{
|
|
"symbol": "-",
|
|
"name": "Cancelled",
|
|
"nextStatusSymbol": " ",
|
|
"availableAsCommand": true,
|
|
"type": "CANCELLED"
|
|
},
|
|
{
|
|
"symbol": ">",
|
|
"name": "Deferred",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "!",
|
|
"name": "Important",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "?",
|
|
"name": "Question",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "x",
|
|
"name": "Checked",
|
|
"nextStatusSymbol": " ",
|
|
"availableAsCommand": false,
|
|
"type": "DONE"
|
|
},
|
|
{
|
|
"symbol": " ",
|
|
"name": "incomplete",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "x",
|
|
"name": "complete / done",
|
|
"nextStatusSymbol": " ",
|
|
"availableAsCommand": false,
|
|
"type": "DONE"
|
|
},
|
|
{
|
|
"symbol": "-",
|
|
"name": "cancelled",
|
|
"nextStatusSymbol": " ",
|
|
"availableAsCommand": false,
|
|
"type": "CANCELLED"
|
|
},
|
|
{
|
|
"symbol": ">",
|
|
"name": "deferred",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "/",
|
|
"name": "in progress, or half-done",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "IN_PROGRESS"
|
|
},
|
|
{
|
|
"symbol": "?",
|
|
"name": "question",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "R",
|
|
"name": "review",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "+",
|
|
"name": "Inbox / task that should be processed later",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "b",
|
|
"name": "bookmark",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "B",
|
|
"name": "brainstorm",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "D",
|
|
"name": "deferred or scheduled",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "I",
|
|
"name": "Info",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "i",
|
|
"name": "idea",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "N",
|
|
"name": "note",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "Q",
|
|
"name": "quote",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "W",
|
|
"name": "win / success / reward",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "P",
|
|
"name": "pro",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
},
|
|
{
|
|
"symbol": "C",
|
|
"name": "con",
|
|
"nextStatusSymbol": "x",
|
|
"availableAsCommand": false,
|
|
"type": "TODO"
|
|
}
|
|
]
|
|
},
|
|
"features": {
|
|
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
|
|
},
|
|
"generalSettings": {},
|
|
"headingOpened": {
|
|
"Core Statuses": true,
|
|
"Custom Statuses": true
|
|
},
|
|
"debugSettings": {
|
|
"ignoreSortInstructions": false,
|
|
"showTaskHiddenData": false
|
|
}
|
|
} |