vault backup: 2026-05-16 07:24:14

This commit is contained in:
2026-05-16 07:24:14 +01:00
parent a1c5fbac46
commit ff9d78ea31
26 changed files with 2424 additions and 2089 deletions
+9 -6
View File
@@ -48,6 +48,7 @@
"enableTimeblocking": true,
"defaultShowTimeblocks": true,
"defaultTimeblockColor": "#6366f1",
"timeblockAttachmentSearchOrder": "name-asc",
"nowIndicator": true,
"selectMirror": true,
"weekNumbers": false,
@@ -146,7 +147,8 @@
"icsEventId": "ics-event-id",
"icsEventTag": "ics-event",
"googleCalendarEventId": "googleCalendarEventId",
"reminders": "reminders"
"reminders": "reminders",
"sortOrder": "tasknotes_manual_order"
},
"customStatuses": [
{
@@ -312,7 +314,7 @@
"googleCalendarSyncTokens": {},
"enabledMicrosoftCalendars": [],
"microsoftCalendarSyncTokens": {},
"lastSeenVersion": "4.4.0",
"lastSeenVersion": "4.7.2",
"modalFieldsConfig": {
"version": 1,
"fields": [
@@ -458,10 +460,9 @@
},
"pomodoroState": {
"isRunning": false,
"timeRemaining": 5400,
"nextSessionType": "work"
"timeRemaining": 5400
},
"lastPomodoroDate": "2026-03-01",
"lastPomodoroDate": "2026-05-15",
"oauthConnections": {},
"lastSelectedTaskPath": "Notes/Access to HE Diploma Applied Biochemistry.md",
"pomodoroMobileSidebar": "tab",
@@ -485,5 +486,7 @@
"defaultEventDuration": 60,
"includeObsidianLink": true,
"defaultReminderMinutes": null
}
},
"taskModalTabMovesFocus": true,
"enableDebugLogging": false
}
+735 -999
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,8 +1,8 @@
{
"id": "tasknotes",
"name": "TaskNotes",
"version": "4.4.0",
"minAppVersion": "1.10.1",
"version": "4.7.2",
"minAppVersion": "1.12.2",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"author": "Callum Alpass",
"authorUrl": "https://github.com/callumalpass",
+1194 -585
View File
File diff suppressed because it is too large Load Diff