1
0

vault backup: 2025-12-09 23:33:33
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m52s

This commit is contained in:
2025-12-09 23:33:33 +01:00
parent 66bd11f5fb
commit 88ede1942a
12 changed files with 22064 additions and 22 deletions

View File

@@ -10,5 +10,6 @@
"agent-client",
"manual-sorting",
"obsidian-icon-folder",
"image-converter"
"image-converter",
"tasknotes"
]

View File

@@ -0,0 +1,292 @@
{
"tasksFolder": "TaskNotes/Tasks",
"moveArchivedTasks": false,
"archiveFolder": "TaskNotes/Archive",
"taskTag": "task",
"taskIdentificationMethod": "tag",
"hideIdentifyingTagsInCards": false,
"taskPropertyName": "",
"taskPropertyValue": "",
"excludedFolders": "",
"defaultTaskPriority": "normal",
"defaultTaskStatus": "open",
"taskOrgFiltersCollapsed": false,
"taskFilenameFormat": "zettel",
"storeTitleInFilename": true,
"customFilenameTemplate": "{title}",
"taskCreationDefaults": {
"defaultContexts": "",
"defaultTags": "",
"defaultProjects": "",
"useParentNoteAsProject": false,
"defaultTimeEstimate": 0,
"defaultRecurrence": "none",
"defaultDueDate": "none",
"defaultScheduledDate": "today",
"bodyTemplate": "",
"useBodyTemplate": false,
"defaultReminders": []
},
"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,
"defaultShowTimeEntries": false,
"defaultShowRecurring": true,
"defaultShowICSEvents": true,
"enableTimeblocking": false,
"defaultShowTimeblocks": true,
"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",
"enableTaskLinkOverlay": true,
"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": "{{currentNotePath}}",
"disableNoteIndexing": false,
"suggestionDebounceMs": 0,
"fieldMapping": {
"title": "title",
"status": "status",
"priority": "priority",
"due": "due",
"scheduled": "scheduled",
"contexts": "contexts",
"projects": "projects",
"timeEstimate": "timeEstimate",
"completedDate": "completedDate",
"dateCreated": "dateCreated",
"dateModified": "dateModified",
"recurrence": "recurrence",
"recurrenceAnchor": "recurrence_anchor",
"archiveTag": "archived",
"timeEntries": "timeEntries",
"completeInstances": "complete_instances",
"skippedInstances": "skipped_instances",
"blockedBy": "blockedBy",
"pomodoros": "pomodoros",
"icsEventId": "icsEventId",
"icsEventTag": "ics_event",
"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
}
],
"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": false,
"autoStopTimeTrackingOnComplete": true,
"autoStopTimeTrackingNotification": false,
"showRelationships": true,
"relationshipsPosition": "bottom",
"showTaskCardInNote": true,
"showExpandableSubtasks": true,
"subtaskChevronPosition": "right",
"viewsButtonAlignment": "right",
"hideCompletedFromOverdue": true,
"icsIntegration": {
"defaultNoteTemplate": "",
"defaultNoteFolder": "",
"icsNoteFilenameFormat": "title",
"customICSNoteFilenameTemplate": "{title}",
"enableAutoExport": false,
"autoExportPath": "tasknotes-calendar.ics",
"autoExportInterval": 60
},
"savedViews": [],
"enableNotifications": true,
"notificationType": "system",
"enableAPI": false,
"apiPort": 8080,
"apiAuthToken": "",
"webhooks": [],
"userFields": [],
"enableModalSplitLayout": true,
"defaultVisibleProperties": [
"status",
"priority",
"due",
"scheduled",
"projects",
"contexts",
"tags",
"blocked",
"blocking"
],
"inlineVisibleProperties": [
"status",
"priority",
"due",
"scheduled",
"recurrence"
],
"enableBases": 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",
"relationships": "TaskNotes/Views/relationships.base"
},
"maintainDueDateOffsetInRecurring": false,
"useFrontmatterMarkdownLinks": false,
"oauthSetupMode": "advanced",
"lemonSqueezyLicenseKey": "",
"googleOAuthClientId": "",
"googleOAuthClientSecret": "",
"microsoftOAuthClientId": "",
"microsoftOAuthClientSecret": "",
"enableGoogleCalendar": false,
"enableMicrosoftCalendar": false,
"enabledGoogleCalendars": [],
"googleCalendarSyncTokens": {},
"enabledMicrosoftCalendars": [],
"microsoftCalendarSyncTokens": {},
"lastSeenVersion": "4.1.3"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "tasknotes",
"name": "TaskNotes",
"version": "4.1.3",
"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
}

File diff suppressed because it is too large Load Diff

View File

@@ -4,22 +4,20 @@
"type": "split",
"children": [
{
"id": "7b7a63dd0bab0bc6",
"id": "b89ff55393473206",
"type": "tabs",
"children": [
{
"id": "e37d77cee0dbc12f",
"id": "d89c9bed2dbbc633",
"type": "leaf",
"state": {
"type": "markdown",
"type": "bases",
"state": {
"file": "Biokemi/Metabolism/Enzymer/Anteckningar I.md",
"mode": "source",
"source": false,
"backlinks": false
"file": "TaskNotes/Views/calendar-default.base",
"viewName": "Calendar"
},
"icon": "lucide-file",
"title": "Anteckningar I"
"icon": "lucide-layout-list",
"title": "calendar-default"
}
}
]
@@ -176,11 +174,28 @@
"agent-client:Open agent client": false,
"graph:Open graph view": false,
"templates:Insert template": false,
"random-note:Open random note": false
"random-note:Open random note": false,
"tasknotes:Open mini calendar": false,
"tasknotes:Open advanced calendar": false,
"tasknotes:Open task list": false,
"tasknotes:Open agenda": false,
"tasknotes:Open kanban board": false,
"tasknotes:Open pomodoro": false,
"tasknotes:Open pomodoro stats": false,
"tasknotes:Create new task": false
}
},
"active": "41f1a2a8dc1c3ad7",
"active": "d89c9bed2dbbc633",
"lastOpenFiles": [
"TaskNotes/Views/mini-calendar-default.base",
"Biokemi/Metabolism/Enzymer/Anteckningar I.md",
"TaskNotes/Views/relationships.base",
"TaskNotes/Views/agenda-default.base",
"TaskNotes/Views/calendar-default.base",
"TaskNotes/Views/tasks-default.base",
"TaskNotes/Views/kanban-default.base",
"TaskNotes/Views",
"TaskNotes",
"Biokemi/Metabolism/🍖 Aminosyrametabolism/Anteckningar.md",
"Biokemi/Metabolism/⛓️ Elektrontransportkedjan/🗒 Anteckningar.md",
"Biokemi/Gamla tentor/2023-12-18/13.md",
@@ -205,18 +220,8 @@
"Biokemi/Gamla tentor/2024-08-01/23.md",
"Biokemi/Gamla tentor/2024-08-01/17.md",
"Biokemi/Gamla tentor/2024-08-01/16.md",
"Biokemi/Gamla tentor/2024-08-01/20.md",
"Biokemi/Gamla tentor/2024-08-01/27.md",
"Biokemi/Gamla tentor/2022-12-19/2022-12-19-0097-TUX.pdf",
"Biokemi/Gamla tentor/2022-12-19/2022-12-19-0119-FAE.pdf",
"Biokemi/Gamla tentor/2023-05-15/2023-05-15-0134-FDC.pdf",
"Biokemi/Gamla tentor/2023-12-18/2023-12-18-0075-GXD.pdf",
"Biokemi/Gamla tentor/2023-12-18/2023-12-18-0114-EES.pdf",
"Biokemi/Gamla tentor/2023-12-18/2023-12-18-0028-LAD.pdf",
"Biokemi/Gamla tentor/2024-01-27/2024-01-27-0096-APG.pdf",
"Biokemi/Gamla tentor/2024-05-15/2024-05-15-0068-GXS.pdf",
"Biokemi/Gamla tentor/2024-05-15/2024-05-15-0020-EBK.pdf",
"Biokemi/Gamla tentor/2024-05-15/2024-05-15-0018-UAE.pdf",
"Biokemi/Plasmidlabb/Bilder/IMG_1976.jpg",
"Biokemi/Plasmidlabb/Bilder/IMG_1974.jpg",
"Biokemi/Plasmidlabb/Bilder/IMG_0846.jpg",