From 4d53fa14ee0cd615444aca6f6ba176e0ccc1b5be Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:06:12 -0400 Subject: init --- .../plugins/obsidian-tasks-plugin/data.json | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 SI/.obsidian/plugins/obsidian-tasks-plugin/data.json (limited to 'SI/.obsidian/plugins/obsidian-tasks-plugin/data.json') diff --git a/SI/.obsidian/plugins/obsidian-tasks-plugin/data.json b/SI/.obsidian/plugins/obsidian-tasks-plugin/data.json new file mode 100644 index 0000000..034cc10 --- /dev/null +++ b/SI/.obsidian/plugins/obsidian-tasks-plugin/data.json @@ -0,0 +1,73 @@ +{ + "globalQuery": "", + "globalFilter": "", + "removeGlobalFilter": false, + "taskFormat": "tasksPluginEmoji", + "setCreatedDate": false, + "setDoneDate": true, + "setCancelledDate": true, + "autoSuggestInEditor": true, + "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" + } + ] + }, + "features": { + "INTERNAL_TESTING_ENABLED_BY_DEFAULT": true + }, + "generalSettings": {}, + "headingOpened": { + "Core Statuses": true, + "Custom Statuses": true + }, + "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" + } + } +} \ No newline at end of file -- cgit v1.2.3