master-wiki/.obsidian/plugins/obsidian-tasks-plugin/data.json
aleidk 6f27cdc5e9 Update from obsidian - thinkpad
Affected files:
.obsidian/core-plugins-migration.json
.obsidian/core-plugins.json
.obsidian/hotkeys.json
.obsidian/plugins/obsidian-omnivore/data.json
.obsidian/plugins/obsidian-tasks-plugin/data.json
.obsidian/plugins/update-time-on-edit/data.json
01. Projects/Página Personal/CI-CD.md
01. Projects/Página Personal/Components/Lightbox.md
01. Projects/Página Personal/Components/TOC.md
01. Projects/Página Personal/Components/Table.md
01. Projects/Página Personal/Global Apllication.md
01. Projects/Página Personal/Pages/About Me.md
01. Projects/Página Personal/Pages/Blog entry list.md
01. Projects/Página Personal/Pages/Blog entry.md
01. Projects/Página Personal/Pages/Games Entry.md
01. Projects/Página Personal/Pages/Games List.md
01. Projects/Página Personal/Pages/Landing Page.md
01. Projects/Página Personal/Pages/Portafolio List.md
01. Projects/Página Personal/README.md
01. Projects/Página Personal/board.md
01. Projects/Renuncia/README.md
02. Areas/Exersice/Misc.md
04. Periodic/01. Daily/2024-02-23.md
04. Periodic/05. Yearly/2024.md
99. Archives/Setup Obsidian/Foo.md
99. Archives/Setup Obsidian/Objective.md
99. Archives/Setup Obsidian/README.md
Read Later/2024-02-21 - How to Use the JavaScript Map and Set Objects – Explained with Code Examples.md
templates/Project Readme.md
templates/yearly.md
2024-02-24 13:44:11 -03:00

73 lines
No EOL
1.7 KiB
JSON

{
"globalQuery": "path does not include templates\ntags does not include #feat",
"globalFilter": "",
"removeGlobalFilter": false,
"taskFormat": "tasksPluginEmoji",
"setCreatedDate": true,
"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"
}
}
}