vault backup: 2025-02-01 15:29:07

This commit is contained in:
2025-02-01 15:29:07 +01:00
parent 9c45b41514
commit b82c2faa25
22 changed files with 1570 additions and 75062 deletions
+15 -1
View File
@@ -5,11 +5,13 @@
"taskFormat": "tasksPluginEmoji",
"setCreatedDate": false,
"setDoneDate": true,
"setCancelledDate": true,
"autoSuggestInEditor": true,
"autoSuggestMinMatch": 0,
"autoSuggestMaxItems": 6,
"provideAccessKeys": true,
"useFilenameAsScheduledDate": false,
"filenameAsScheduledDateFormat": "",
"filenameAsDateFolders": [],
"recurrenceOnNextLine": false,
"statusSettings": {
@@ -56,6 +58,18 @@
},
"debugSettings": {
"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"
}
}
}
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,11 +1,11 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "5.4.0",
"version": "7.14.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"helpUrl": "https://publish.obsidian.md/tasks/",
"author": "Martin Schenck and Clare Macrae",
"author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
"authorUrl": "https://github.com/obsidian-tasks-group",
"fundingUrl": "https://github.com/sponsors/claremacrae",
"isDesktopOnly": false
File diff suppressed because one or more lines are too long