vault backup: 2026-09-15 18:32:01
This commit is contained in:
+600
@@ -0,0 +1,600 @@
|
||||
{
|
||||
"tasksFolder": "TaskNotes/Tasks",
|
||||
"moveArchivedTasks": false,
|
||||
"archiveFolder": "TaskNotes/Archive",
|
||||
"taskTag": "task",
|
||||
"taskIdentificationMethod": "tag",
|
||||
"hideIdentifyingTagsInCards": false,
|
||||
"hideIdentifyingTagsMode": "all",
|
||||
"taskPropertyName": "",
|
||||
"taskPropertyValue": "",
|
||||
"excludedFolders": "",
|
||||
"defaultTaskPriority": "normal",
|
||||
"defaultTaskStatus": "open",
|
||||
"taskOrgFiltersCollapsed": false,
|
||||
"taskFilenameFormat": "zettel",
|
||||
"storeTitleInFilename": true,
|
||||
"customFilenameTemplate": "{{title}}",
|
||||
"occurrenceFilenameTemplate": "",
|
||||
"occurrenceFilenameTemplateProperty": "occurrenceFilenameTemplate",
|
||||
"taskCreationDefaults": {
|
||||
"defaultContexts": "",
|
||||
"defaultTags": "",
|
||||
"defaultProjects": "",
|
||||
"useParentNoteForTaskCreation": false,
|
||||
"useParentNoteAsProject": false,
|
||||
"useParentHeaderAsProject": false,
|
||||
"inheritParentTaskProperties": false,
|
||||
"defaultTimeEstimate": 0,
|
||||
"defaultRecurrence": "none",
|
||||
"defaultDueDate": "none",
|
||||
"defaultDueTime": "none",
|
||||
"defaultScheduledDate": "today",
|
||||
"defaultScheduledTime": "none",
|
||||
"bodyTemplate": "",
|
||||
"useBodyTemplate": false,
|
||||
"occurrenceBodyTemplate": "",
|
||||
"useOccurrenceBodyTemplate": false,
|
||||
"defaultReminders": []
|
||||
},
|
||||
"openTaskAfterCreation": "none",
|
||||
"calendarViewSettings": {
|
||||
"defaultView": "dayGridMonth",
|
||||
"customDayCount": 3,
|
||||
"slotDuration": "00:30:00",
|
||||
"slotMinTime": "00:00:00",
|
||||
"slotMaxTime": "24:00:00",
|
||||
"scrollTime": "08:00:00",
|
||||
"firstDay": 1,
|
||||
"timeFormat": "24",
|
||||
"showWeekends": true,
|
||||
"locale": "",
|
||||
"defaultShowScheduled": true,
|
||||
"defaultShowDue": true,
|
||||
"defaultShowDueWhenScheduled": true,
|
||||
"defaultShowScheduledToDueSpan": false,
|
||||
"defaultShowTimeEntries": false,
|
||||
"defaultShowRecurring": true,
|
||||
"defaultShowICSEvents": true,
|
||||
"enableTimeblocking": false,
|
||||
"defaultShowTimeblocks": true,
|
||||
"defaultTimeblockColor": "#6366f1",
|
||||
"timeblockAttachmentSearchOrder": "name-asc",
|
||||
"nowIndicator": true,
|
||||
"selectMirror": true,
|
||||
"weekNumbers": false,
|
||||
"showTodayHighlight": true,
|
||||
"eventMinHeight": 15,
|
||||
"slotEventOverlap": true,
|
||||
"eventMaxStack": null,
|
||||
"dayMaxEvents": true,
|
||||
"dayMaxEventRows": false
|
||||
},
|
||||
"pomodoroWorkDuration": 25,
|
||||
"pomodoroShortBreakDuration": 5,
|
||||
"pomodoroLongBreakDuration": 15,
|
||||
"pomodoroLongBreakInterval": 4,
|
||||
"pomodoroAutoStartBreaks": true,
|
||||
"pomodoroAutoStartWork": false,
|
||||
"pomodoroNotifications": true,
|
||||
"pomodoroSoundEnabled": true,
|
||||
"pomodoroSoundVolume": 50,
|
||||
"pomodoroStorageLocation": "plugin",
|
||||
"pomodoroMobileSidebar": "tab",
|
||||
"showPomodoroInStatusBar": true,
|
||||
"enableTaskLinkOverlay": true,
|
||||
"disableOverlayOnAlias": false,
|
||||
"enableInstantTaskConvert": true,
|
||||
"useDefaultsOnInstantConvert": true,
|
||||
"preserveCheckboxOnConvert": false,
|
||||
"taskModalTabMovesFocus": true,
|
||||
"enableNaturalLanguageInput": true,
|
||||
"nlpDefaultToScheduled": true,
|
||||
"nlpLanguage": "en",
|
||||
"uiLanguage": "system",
|
||||
"statusSuggestionTrigger": "*",
|
||||
"nlpTriggers": {
|
||||
"triggers": [
|
||||
{
|
||||
"propertyId": "tags",
|
||||
"trigger": "#",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"propertyId": "contexts",
|
||||
"trigger": "@",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"propertyId": "projects",
|
||||
"trigger": "+",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"propertyId": "status",
|
||||
"trigger": "*",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"propertyId": "priority",
|
||||
"trigger": "!",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"singleClickAction": "edit",
|
||||
"doubleClickAction": "openNote",
|
||||
"projectAutosuggest": {
|
||||
"enableFuzzy": false,
|
||||
"rows": [
|
||||
"{title|n(Title)}",
|
||||
"{aliases|n(Aliases)}",
|
||||
"{file.path|n(Path)}"
|
||||
],
|
||||
"showAdvanced": false,
|
||||
"requiredTags": [],
|
||||
"includeFolders": [],
|
||||
"propertyKey": "",
|
||||
"propertyValue": ""
|
||||
},
|
||||
"inlineTaskConvertFolder": "{{currentNotePath}}",
|
||||
"disableNoteIndexing": false,
|
||||
"suggestionDebounceMs": 0,
|
||||
"fieldMapping": {
|
||||
"title": "title",
|
||||
"status": "status",
|
||||
"priority": "priority",
|
||||
"due": "due",
|
||||
"scheduled": "scheduled",
|
||||
"contexts": "contexts",
|
||||
"projects": "projects",
|
||||
"attachments": "attachments",
|
||||
"timeEstimate": "timeEstimate",
|
||||
"completedDate": "completedDate",
|
||||
"dateCreated": "dateCreated",
|
||||
"dateModified": "dateModified",
|
||||
"recurrence": "recurrence",
|
||||
"recurrenceAnchor": "recurrence_anchor",
|
||||
"recurrenceParent": "recurrence_parent",
|
||||
"occurrenceDate": "occurrence_date",
|
||||
"occurrenceMaterialization": "occurrence_materialization",
|
||||
"occurrenceNextTrigger": "occurrence_next_trigger",
|
||||
"occurrenceTemplate": "occurrence_template",
|
||||
"occurrencePastHorizon": "occurrence_past_horizon",
|
||||
"occurrenceFutureHorizon": "occurrence_future_horizon",
|
||||
"archiveTag": "archived",
|
||||
"timeEntries": "timeEntries",
|
||||
"completeInstances": "complete_instances",
|
||||
"skippedInstances": "skipped_instances",
|
||||
"blockedBy": "blockedBy",
|
||||
"pomodoros": "pomodoros",
|
||||
"icsEventId": "icsEventId",
|
||||
"icsEventTag": "ics_event",
|
||||
"googleCalendarEventId": "googleCalendarEventId",
|
||||
"googleCalendarExceptionEventId": "googleCalendarExceptionEventId",
|
||||
"googleCalendarExceptionOriginalScheduled": "googleCalendarExceptionOriginalScheduled",
|
||||
"googleCalendarMovedOriginalDates": "googleCalendarMovedOriginalDates",
|
||||
"reminders": "reminders",
|
||||
"sortOrder": "tasknotes_manual_order"
|
||||
},
|
||||
"customStatuses": [
|
||||
{
|
||||
"id": "none",
|
||||
"value": "none",
|
||||
"label": "None",
|
||||
"color": "#cccccc",
|
||||
"isCompleted": false,
|
||||
"excludeFromCycle": false,
|
||||
"order": 0,
|
||||
"autoArchive": false,
|
||||
"autoArchiveDelay": 5
|
||||
},
|
||||
{
|
||||
"id": "open",
|
||||
"value": "open",
|
||||
"label": "Open",
|
||||
"color": "#808080",
|
||||
"isCompleted": false,
|
||||
"excludeFromCycle": false,
|
||||
"order": 1,
|
||||
"autoArchive": false,
|
||||
"autoArchiveDelay": 5
|
||||
},
|
||||
{
|
||||
"id": "in-progress",
|
||||
"value": "in-progress",
|
||||
"label": "In progress",
|
||||
"color": "#0066cc",
|
||||
"isCompleted": false,
|
||||
"excludeFromCycle": false,
|
||||
"order": 2,
|
||||
"autoArchive": false,
|
||||
"autoArchiveDelay": 5
|
||||
},
|
||||
{
|
||||
"id": "done",
|
||||
"value": "done",
|
||||
"label": "Done",
|
||||
"color": "#00aa00",
|
||||
"isCompleted": true,
|
||||
"excludeFromCycle": false,
|
||||
"order": 3,
|
||||
"autoArchive": false,
|
||||
"autoArchiveDelay": 5
|
||||
}
|
||||
],
|
||||
"customPriorities": [
|
||||
{
|
||||
"id": "none",
|
||||
"value": "none",
|
||||
"label": "None",
|
||||
"color": "#cccccc",
|
||||
"weight": 0
|
||||
},
|
||||
{
|
||||
"id": "low",
|
||||
"value": "low",
|
||||
"label": "Low",
|
||||
"color": "#00aa00",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"id": "normal",
|
||||
"value": "normal",
|
||||
"label": "Normal",
|
||||
"color": "#ffaa00",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"id": "high",
|
||||
"value": "high",
|
||||
"label": "High",
|
||||
"color": "#ff0000",
|
||||
"weight": 3
|
||||
}
|
||||
],
|
||||
"recurrenceMigrated": false,
|
||||
"showReleaseNotesOnUpdate": true,
|
||||
"checkForUpdatesOnStartup": true,
|
||||
"starterNoteCreated": true,
|
||||
"showTrackedTasksInStatusBar": false,
|
||||
"autoStopTimeTrackingOnComplete": true,
|
||||
"autoStopTimeTrackingNotification": false,
|
||||
"showRelationships": true,
|
||||
"relationshipsPosition": "bottom",
|
||||
"showTaskCardInNote": true,
|
||||
"showCompletedTaskStrikethrough": true,
|
||||
"showExpandableSubtasks": true,
|
||||
"expandSubtasksByDefault": false,
|
||||
"subtaskChevronPosition": "right",
|
||||
"viewsButtonAlignment": "right",
|
||||
"hideCompletedFromOverdue": true,
|
||||
"icsIntegration": {
|
||||
"defaultNoteTemplate": "",
|
||||
"defaultNoteFolder": "",
|
||||
"icsNoteFilenameFormat": "title",
|
||||
"customICSNoteFilenameTemplate": "{title}",
|
||||
"enableAutoExport": false,
|
||||
"autoExportPath": "tasknotes-calendar.ics",
|
||||
"autoExportInterval": 60,
|
||||
"useDurationForExport": false,
|
||||
"excludeArchivedFromExport": false,
|
||||
"excludeCompletedFromExport": false,
|
||||
"requireDueDateForExport": false,
|
||||
"requireScheduledDateForExport": false,
|
||||
"useICSEndAsDue": false,
|
||||
"recurringEventRelatedNotesMode": "series"
|
||||
},
|
||||
"savedViews": [],
|
||||
"enableNotifications": true,
|
||||
"notificationType": "system",
|
||||
"notificationSoundEnabled": false,
|
||||
"notificationSoundVolume": 50,
|
||||
"enableAPI": false,
|
||||
"apiPort": 8080,
|
||||
"apiAuthToken": "",
|
||||
"enableMCP": false,
|
||||
"webhooks": [],
|
||||
"userFields": [],
|
||||
"modalFieldsConfig": {
|
||||
"version": 1,
|
||||
"fields": [
|
||||
{
|
||||
"id": "title",
|
||||
"fieldType": "core",
|
||||
"group": "basic",
|
||||
"displayName": "Title",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 0,
|
||||
"enabled": true,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"id": "details",
|
||||
"fieldType": "core",
|
||||
"group": "basic",
|
||||
"displayName": "Details",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 1,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "contexts",
|
||||
"fieldType": "core",
|
||||
"group": "metadata",
|
||||
"displayName": "Contexts",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 0,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "tags",
|
||||
"fieldType": "core",
|
||||
"group": "metadata",
|
||||
"displayName": "Tags",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 1,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "time-estimate",
|
||||
"fieldType": "core",
|
||||
"group": "metadata",
|
||||
"displayName": "Time Estimate",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 2,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "projects",
|
||||
"fieldType": "organization",
|
||||
"group": "organization",
|
||||
"displayName": "Projects",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 0,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "subtasks",
|
||||
"fieldType": "organization",
|
||||
"group": "organization",
|
||||
"displayName": "Subtasks",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 1,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "blocked-by",
|
||||
"fieldType": "dependency",
|
||||
"group": "dependencies",
|
||||
"displayName": "Blocked By",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 0,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "blocking",
|
||||
"fieldType": "dependency",
|
||||
"group": "dependencies",
|
||||
"displayName": "Blocking",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 1,
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"id": "basic",
|
||||
"displayName": "Basic Information",
|
||||
"order": 0,
|
||||
"collapsible": false,
|
||||
"defaultCollapsed": false
|
||||
},
|
||||
{
|
||||
"id": "metadata",
|
||||
"displayName": "Metadata",
|
||||
"order": 1,
|
||||
"collapsible": true,
|
||||
"defaultCollapsed": false
|
||||
},
|
||||
{
|
||||
"id": "organization",
|
||||
"displayName": "Organization",
|
||||
"order": 2,
|
||||
"collapsible": true,
|
||||
"defaultCollapsed": false
|
||||
},
|
||||
{
|
||||
"id": "dependencies",
|
||||
"displayName": "Dependencies",
|
||||
"order": 3,
|
||||
"collapsible": true,
|
||||
"defaultCollapsed": false
|
||||
},
|
||||
{
|
||||
"id": "custom",
|
||||
"displayName": "Custom Fields",
|
||||
"order": 4,
|
||||
"collapsible": true,
|
||||
"defaultCollapsed": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"enableModalSplitLayout": true,
|
||||
"defaultVisibleProperties": [
|
||||
"status",
|
||||
"priority",
|
||||
"due",
|
||||
"scheduled",
|
||||
"projects",
|
||||
"contexts",
|
||||
"tags",
|
||||
"blocked",
|
||||
"blocking"
|
||||
],
|
||||
"inlineVisibleProperties": [
|
||||
"status",
|
||||
"priority",
|
||||
"due",
|
||||
"scheduled",
|
||||
"recurrence"
|
||||
],
|
||||
"enableBases": true,
|
||||
"enableMdbaseSpec": false,
|
||||
"autoCreateDefaultBasesFiles": true,
|
||||
"commandFileMapping": {
|
||||
"open-calendar-view": "TaskNotes/Views/mini-calendar-default.base",
|
||||
"open-kanban-view": "TaskNotes/Views/kanban-default.base",
|
||||
"open-tasks-view": "TaskNotes/Views/tasks-default.base",
|
||||
"open-advanced-calendar-view": "TaskNotes/Views/calendar-default.base",
|
||||
"open-agenda-view": "TaskNotes/Views/agenda-default.base",
|
||||
"pomodoro-stats-base": "TaskNotes/Views/pomodoro-stats.base",
|
||||
"relationships": "TaskNotes/Views/relationships.base"
|
||||
},
|
||||
"maintainDueDateOffsetInRecurring": false,
|
||||
"resetCheckboxesOnRecurrence": false,
|
||||
"useFrontmatterMarkdownLinks": false,
|
||||
"enableGoogleCalendar": false,
|
||||
"enableMicrosoftCalendar": false,
|
||||
"disableCalendarOnMobile": false,
|
||||
"enabledGoogleCalendars": [],
|
||||
"googleCalendarSyncTokens": {},
|
||||
"enabledMicrosoftCalendars": [],
|
||||
"microsoftCalendarSyncTokens": {},
|
||||
"googleCalendarExport": {
|
||||
"enabled": false,
|
||||
"targetCalendarId": "",
|
||||
"syncOnTaskCreate": true,
|
||||
"syncOnTaskUpdate": true,
|
||||
"syncOnTaskComplete": true,
|
||||
"syncOnTaskDelete": true,
|
||||
"eventTitleTemplate": "{{title}}",
|
||||
"includeDescription": true,
|
||||
"eventColorId": null,
|
||||
"syncTrigger": "scheduled",
|
||||
"createAsAllDay": true,
|
||||
"defaultEventDuration": 60,
|
||||
"includeObsidianLink": true,
|
||||
"defaultReminderMinutes": null
|
||||
},
|
||||
"enableDebugLogging": false,
|
||||
"lastSeenVersion": "4.12.5",
|
||||
"pomodoroState": {
|
||||
"isRunning": false,
|
||||
"timeRemaining": 1500,
|
||||
"nextSessionType": "work"
|
||||
},
|
||||
"lastPomodoroDate": "2026-09-10",
|
||||
"pomodoroHistory": [
|
||||
{
|
||||
"id": "1788885374012",
|
||||
"startTime": "2026-09-08T11:36:14.012-05:00",
|
||||
"endTime": "2026-09-08T11:51:21.375-05:00",
|
||||
"plannedDuration": 25,
|
||||
"type": "work",
|
||||
"completed": false,
|
||||
"activePeriods": [
|
||||
{
|
||||
"startTime": "2026-09-08T11:36:14.012-05:00",
|
||||
"endTime": "2026-09-08T11:51:21.375-05:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1788966163358",
|
||||
"startTime": "2026-09-09T10:02:43.358-05:00",
|
||||
"endTime": "2026-09-09T10:27:43.358-05:00",
|
||||
"plannedDuration": 25,
|
||||
"type": "work",
|
||||
"completed": true,
|
||||
"activePeriods": [
|
||||
{
|
||||
"startTime": "2026-09-09T10:02:43.358-05:00",
|
||||
"endTime": "2026-09-09T10:27:43.358-05:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1788967664816",
|
||||
"startTime": "2026-09-09T10:27:44.816-05:00",
|
||||
"endTime": "2026-09-09T10:32:44.816-05:00",
|
||||
"plannedDuration": 5,
|
||||
"type": "short-break",
|
||||
"completed": true,
|
||||
"activePeriods": [
|
||||
{
|
||||
"startTime": "2026-09-09T10:27:44.816-05:00",
|
||||
"endTime": "2026-09-09T10:32:44.816-05:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1788968192516",
|
||||
"startTime": "2026-09-09T10:36:32.516-05:00",
|
||||
"endTime": "2026-09-09T11:01:32.516-05:00",
|
||||
"plannedDuration": 25,
|
||||
"type": "work",
|
||||
"completed": true,
|
||||
"activePeriods": [
|
||||
{
|
||||
"startTime": "2026-09-09T10:36:32.516-05:00",
|
||||
"endTime": "2026-09-09T11:01:32.516-05:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1788969693820",
|
||||
"startTime": "2026-09-09T11:01:33.820-05:00",
|
||||
"endTime": "2026-09-09T11:06:33.820-05:00",
|
||||
"plannedDuration": 5,
|
||||
"type": "short-break",
|
||||
"completed": true,
|
||||
"activePeriods": [
|
||||
{
|
||||
"startTime": "2026-09-09T11:01:33.820-05:00",
|
||||
"endTime": "2026-09-09T11:06:33.820-05:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1789056100985",
|
||||
"startTime": "2026-09-10T11:01:40.985-05:00",
|
||||
"endTime": "2026-09-10T11:26:40.985-05:00",
|
||||
"plannedDuration": 25,
|
||||
"type": "work",
|
||||
"taskPath": "TaskNotes/Tasks/Physiology Homework 2.md",
|
||||
"completed": true,
|
||||
"activePeriods": [
|
||||
{
|
||||
"startTime": "2026-09-10T11:01:40.985-05:00",
|
||||
"endTime": "2026-09-10T11:26:40.985-05:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "1789057602595",
|
||||
"startTime": "2026-09-10T11:26:42.595-05:00",
|
||||
"endTime": "2026-09-10T11:31:42.595-05:00",
|
||||
"plannedDuration": 5,
|
||||
"type": "short-break",
|
||||
"completed": true,
|
||||
"activePeriods": [
|
||||
{
|
||||
"startTime": "2026-09-10T11:26:42.595-05:00",
|
||||
"endTime": "2026-09-10T11:31:42.595-05:00"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"lastSelectedTaskPath": "TaskNotes/Tasks/Physiology Homework 2.md",
|
||||
"lastNotifiedReleaseVersion": "4.13.1"
|
||||
}
|
||||
Vendored
+3599
File diff suppressed because one or more lines are too long
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "tasknotes",
|
||||
"name": "TaskNotes",
|
||||
"version": "4.12.5",
|
||||
"minAppVersion": "1.12.2",
|
||||
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
|
||||
"author": "Callum Alpass",
|
||||
"authorUrl": "https://github.com/callumalpass",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
+22670
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user