This commit is contained in:
Oscar Plaisant
2024-12-17 18:49:14 +01:00
parent c891129430
commit 3a5cad8e48
520 changed files with 20726 additions and 344954 deletions

View File

@@ -24,7 +24,7 @@
"showUnscheduledNestedTasks": false,
"showNow": true,
"showNext": true,
"pluginVersion": "0.24.0",
"pluginVersion": "0.27.0",
"showCompletedTasks": true,
"showSubtasksInTaskBlocks": true,
"icals": [
@@ -88,5 +88,8 @@
"releaseNotes": true,
"taskStatusOnCreation": " ",
"eventFormatOnCreation": "task",
"sortTasksInPlanAfterEdit": false
"sortTasksInPlanAfterEdit": false,
"firstDayOfWeek": "monday",
"multiDayRange": "3-days",
"showTimeTracker": false
}

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-day-planner",
"name": "Day Planner",
"version": "0.24.0",
"version": "0.27.0",
"minAppVersion": "0.16.0",
"description": "A day planner with clean UI and readable syntax",
"author": "James Lynch, continued by Ivan Lednev",

File diff suppressed because one or more lines are too long