vault backup: 2026-05-27 15:20:56

This commit is contained in:
Thomas Peetz
2026-05-27 15:20:56 +02:00
parent 5476eca7bf
commit ca323718a7
19 changed files with 1835 additions and 582 deletions
+7 -2
View File
@@ -15,7 +15,6 @@
"timelineEndColor": "#4d194d",
"timestampFormat": "HH:mm",
"hourFormat": "HH",
"dataviewSource": "\"Journal\" OR #process/task",
"extendDurationUntilNext": false,
"defaultDurationMinutes": 30,
"minimalDurationMinutes": 10,
@@ -24,7 +23,7 @@
"showUnscheduledNestedTasks": true,
"showNow": true,
"showNext": true,
"pluginVersion": "0.28.0",
"pluginVersion": "0.30.0",
"showCompletedTasks": true,
"showSubtasksInTaskBlocks": true,
"icals": [],
@@ -35,6 +34,12 @@
"sortTasksInPlanAfterEdit": true,
"firstDayOfWeek": "monday",
"multiDayRange": "full-week",
"showTimelineInSidebar": true,
"timelineColumns": {
"planner": true,
"timeTracker": false
},
"dataviewSource": "\"Journal\" OR #process/task",
"showTimeTracker": false,
"showActiveClocks": true,
"editMode": "simple",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"id": "obsidian-day-planner",
"name": "Day Planner",
"version": "0.28.0",
"version": "0.30.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