Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

489
.obsidian/plugins/tasknotes/data.json vendored Normal file
View File

@@ -0,0 +1,489 @@
{
"tasksFolder": "_Inbox",
"moveArchivedTasks": false,
"archiveFolder": "TaskNotes/Archive",
"taskTag": "task",
"taskIdentificationMethod": "tag",
"hideIdentifyingTagsInCards": true,
"taskPropertyName": "up",
"taskPropertyValue": "[[Tasks]]",
"excludedFolders": "Template,Templates",
"defaultTaskPriority": "normal",
"defaultTaskStatus": "open",
"taskOrgFiltersCollapsed": false,
"taskFilenameFormat": "custom",
"storeTitleInFilename": false,
"customFilenameTemplate": "{date} {time} {title}",
"taskCreationDefaults": {
"defaultContexts": "",
"defaultTags": "",
"defaultProjects": "[[01 Categories/Tasks]]",
"useParentNoteAsProject": false,
"defaultTimeEstimate": 0,
"defaultRecurrence": "none",
"defaultDueDate": "none",
"defaultScheduledDate": "none",
"bodyTemplate": "",
"useBodyTemplate": false,
"defaultReminders": []
},
"calendarViewSettings": {
"defaultView": "dayGridMonth",
"customDayCount": 3,
"slotDuration": "00:15: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": true,
"defaultShowRecurring": true,
"defaultShowICSEvents": true,
"enableTimeblocking": true,
"defaultShowTimeblocks": true,
"defaultTimeblockColor": "#6366f1",
"nowIndicator": true,
"selectMirror": true,
"weekNumbers": false,
"showTodayHighlight": true,
"eventMinHeight": 10,
"slotEventOverlap": true,
"eventMaxStack": null,
"dayMaxEvents": true,
"dayMaxEventRows": false
},
"pomodoroWorkDuration": 90,
"pomodoroShortBreakDuration": 20,
"pomodoroLongBreakDuration": 30,
"pomodoroLongBreakInterval": 2,
"pomodoroAutoStartBreaks": false,
"pomodoroAutoStartWork": false,
"pomodoroNotifications": true,
"pomodoroSoundEnabled": true,
"pomodoroSoundVolume": 100,
"pomodoroStorageLocation": "daily-notes",
"enableTaskLinkOverlay": false,
"enableInstantTaskConvert": true,
"useDefaultsOnInstantConvert": 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": "",
"disableNoteIndexing": false,
"suggestionDebounceMs": 0,
"fieldMapping": {
"title": "title",
"status": "status",
"priority": "priority",
"due": "due",
"scheduled": "scheduled",
"contexts": "contexts",
"projects": "project",
"timeEstimate": "time-estimate-min",
"completedDate": "completed",
"dateCreated": "created",
"dateModified": "updated",
"recurrence": "recurrence",
"recurrenceAnchor": "recurrence-anchor",
"archiveTag": "archived",
"timeEntries": "time-entries",
"completeInstances": "instances-complete",
"skippedInstances": "instances-skipped",
"blockedBy": "blocked-by",
"pomodoros": "pomodoros",
"icsEventId": "ics-event-id",
"icsEventTag": "ics-event",
"googleCalendarEventId": "googleCalendarEventId",
"reminders": "reminders"
},
"customStatuses": [
{
"id": "none",
"value": "none",
"label": "None",
"color": "#cccccc",
"isCompleted": false,
"order": 0,
"autoArchive": false,
"autoArchiveDelay": 5
},
{
"id": "open",
"value": "open",
"label": "Open",
"color": "#808080",
"isCompleted": false,
"order": 1,
"autoArchive": false,
"autoArchiveDelay": 5
},
{
"id": "in-progress",
"value": "in-progress",
"label": "In progress",
"color": "#0066cc",
"isCompleted": false,
"order": 2,
"autoArchive": false,
"autoArchiveDelay": 5
},
{
"id": "done",
"value": "done",
"label": "Done",
"color": "#00aa00",
"isCompleted": true,
"order": 3,
"autoArchive": false,
"autoArchiveDelay": 5
},
{
"id": "status_1766703085497",
"value": "cancelled",
"label": "Cancelled",
"color": "#be74c8",
"completed": false,
"isCompleted": true,
"order": 4,
"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,
"showTrackedTasksInStatusBar": true,
"autoStopTimeTrackingOnComplete": true,
"autoStopTimeTrackingNotification": true,
"showRelationships": true,
"relationshipsPosition": "bottom",
"showTaskCardInNote": true,
"showExpandableSubtasks": true,
"subtaskChevronPosition": "right",
"viewsButtonAlignment": "right",
"hideCompletedFromOverdue": true,
"icsIntegration": {
"defaultNoteTemplate": "",
"defaultNoteFolder": "_Inbox",
"icsNoteFilenameFormat": "title",
"customICSNoteFilenameTemplate": "{title}",
"enableAutoExport": false,
"autoExportPath": "tasknotes-calendar.ics",
"autoExportInterval": 60,
"useDurationForExport": false,
"useICSEndAsDue": false
},
"savedViews": [],
"enableNotifications": true,
"notificationType": "system",
"enableAPI": false,
"apiPort": 8080,
"apiAuthToken": "",
"webhooks": [],
"userFields": [
{
"id": "field_1767615389115",
"displayName": "Start Date",
"key": "start",
"type": "date"
}
],
"enableModalSplitLayout": true,
"defaultVisibleProperties": [
"status",
"due",
"scheduled",
"projects",
"contexts",
"tags",
"blocked",
"blocking",
"totalTrackedTime"
],
"inlineVisibleProperties": [
"status",
"due",
"scheduled",
"recurrence",
"totalTrackedTime",
"projects"
],
"enableBases": true,
"commandFileMapping": {
"open-calendar-view": "Templates/TaskNotes/mini-calendar-default.base",
"open-kanban-view": "Templates/TaskNotes/kanban-default.base",
"open-tasks-view": "Templates/TaskNotes/tasks-default.base",
"open-advanced-calendar-view": "Templates/TaskNotes/calendar-default.base",
"open-agenda-view": "Templates/TaskNotes/agenda-default.base",
"relationships": "Templates/TaskNotes/relationships.base"
},
"maintainDueDateOffsetInRecurring": false,
"useFrontmatterMarkdownLinks": false,
"oauthSetupMode": "advanced",
"lemonSqueezyLicenseKey": "",
"googleOAuthClientId": "150723788566-tk2oncp24gr4kg90c0b4ms0luf42h5pq.apps.googleusercontent.com",
"googleOAuthClientSecret": "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",
"microsoftOAuthClientId": "",
"microsoftOAuthClientSecret": "",
"enableGoogleCalendar": false,
"enableMicrosoftCalendar": false,
"enabledGoogleCalendars": [],
"googleCalendarSyncTokens": {},
"enabledMicrosoftCalendars": [],
"microsoftCalendarSyncTokens": {},
"lastSeenVersion": "4.4.0",
"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": 3,
"enabled": true
},
{
"id": "time-estimate",
"fieldType": "core",
"group": "metadata",
"displayName": "Time Estimate",
"visibleInCreation": true,
"visibleInEdit": true,
"order": 1,
"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
},
{
"id": "field_1767615389115",
"fieldType": "user",
"group": "metadata",
"displayName": "Start Date",
"visibleInCreation": true,
"visibleInEdit": true,
"order": 2,
"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
}
]
},
"pomodoroState": {
"isRunning": false,
"timeRemaining": 5400,
"nextSessionType": "work"
},
"lastPomodoroDate": "2026-03-01",
"oauthConnections": {},
"lastSelectedTaskPath": "Notes/Access to HE Diploma Applied Biochemistry.md",
"pomodoroMobileSidebar": "tab",
"disableOverlayOnAlias": false,
"enableMCP": false,
"enableMdbaseSpec": false,
"autoCreateDefaultBasesFiles": true,
"resetCheckboxesOnRecurrence": false,
"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
}
}

1209
.obsidian/plugins/tasknotes/main.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "tasknotes",
"name": "TaskNotes",
"version": "4.4.0",
"minAppVersion": "1.10.1",
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
"author": "Callum Alpass",
"authorUrl": "https://github.com/callumalpass",
"isDesktopOnly": false
}

19585
.obsidian/plugins/tasknotes/styles.css vendored Normal file

File diff suppressed because it is too large Load Diff