vault backup: 2026-05-09 09:51:47
This commit is contained in:
4
.obsidian/community-plugins.json
vendored
4
.obsidian/community-plugins.json
vendored
@@ -1,3 +1,5 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git"
|
"obsidian-git",
|
||||||
|
"obsidian-tasks-plugin",
|
||||||
|
"pdf-plus"
|
||||||
]
|
]
|
||||||
102
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
Normal file
102
.obsidian/plugins/obsidian-tasks-plugin/data.json
vendored
Normal file
@@ -0,0 +1,102 @@
|
|||||||
|
{
|
||||||
|
"presets": {
|
||||||
|
"this_file": "path includes {{query.file.path}}",
|
||||||
|
"this_folder": "folder includes {{query.file.folder}}",
|
||||||
|
"this_folder_only": "filter by function task.file.folder === query.file.folder",
|
||||||
|
"this_root": "root includes {{query.file.root}}",
|
||||||
|
"hide_date_fields": "# Hide any values for all date fields\nhide due date\nhide scheduled date\nhide start date\nhide created date\nhide done date\nhide cancelled date",
|
||||||
|
"hide_non_date_fields": "# Hide all the non-date fields, but not tags\nhide id\nhide depends on\nhide recurrence rule\nhide on completion\nhide priority",
|
||||||
|
"hide_query_elements": "# Hide toolbar, postpone, edit and backlinks\nhide toolbar\nhide postpone button\nhide edit button\nhide backlinks",
|
||||||
|
"hide_everything": "# Hide everything except description and any tags\npreset hide_date_fields\npreset hide_non_date_fields\npreset hide_query_elements"
|
||||||
|
},
|
||||||
|
"globalQuery": "",
|
||||||
|
"globalFilter": "",
|
||||||
|
"removeGlobalFilter": false,
|
||||||
|
"taskFormat": "tasksPluginEmoji",
|
||||||
|
"setCreatedDate": false,
|
||||||
|
"setDoneDate": true,
|
||||||
|
"setCancelledDate": true,
|
||||||
|
"autoSuggestInEditor": true,
|
||||||
|
"autoSuggestMinMatch": 0,
|
||||||
|
"autoSuggestMaxItems": 20,
|
||||||
|
"provideAccessKeys": true,
|
||||||
|
"useFilenameAsScheduledDate": false,
|
||||||
|
"filenameAsScheduledDateFormat": "",
|
||||||
|
"filenameAsDateFolders": [],
|
||||||
|
"recurrenceOnNextLine": false,
|
||||||
|
"removeScheduledDateOnRecurrence": false,
|
||||||
|
"searchResults": {
|
||||||
|
"taskCountLocation": "bottom"
|
||||||
|
},
|
||||||
|
"statusSettings": {
|
||||||
|
"coreStatuses": [
|
||||||
|
{
|
||||||
|
"symbol": " ",
|
||||||
|
"name": "Todo",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "x",
|
||||||
|
"name": "Done",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "DONE"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"customStatuses": [
|
||||||
|
{
|
||||||
|
"symbol": "/",
|
||||||
|
"name": "In Progress",
|
||||||
|
"nextStatusSymbol": "x",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "IN_PROGRESS"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"symbol": "-",
|
||||||
|
"name": "Cancelled",
|
||||||
|
"nextStatusSymbol": " ",
|
||||||
|
"availableAsCommand": true,
|
||||||
|
"type": "CANCELLED"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"isShownInEditModal": {
|
||||||
|
"priority": true,
|
||||||
|
"recurrence": true,
|
||||||
|
"due": true,
|
||||||
|
"scheduled": true,
|
||||||
|
"start": true,
|
||||||
|
"before_this": true,
|
||||||
|
"after_this": true,
|
||||||
|
"status": true,
|
||||||
|
"created": true,
|
||||||
|
"done": true,
|
||||||
|
"cancelled": true
|
||||||
|
},
|
||||||
|
"features": {
|
||||||
|
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
|
||||||
|
},
|
||||||
|
"generalSettings": {},
|
||||||
|
"headingOpened": {
|
||||||
|
"Core Statuses": true,
|
||||||
|
"Custom Statuses": true
|
||||||
|
},
|
||||||
|
"debugSettings": {
|
||||||
|
"ignoreSortInstructions": false,
|
||||||
|
"showTaskHiddenData": false,
|
||||||
|
"recordTimings": false
|
||||||
|
},
|
||||||
|
"loggingOptions": {
|
||||||
|
"minLevels": {
|
||||||
|
"": "info",
|
||||||
|
"tasks": "info",
|
||||||
|
"tasks.Cache": "info",
|
||||||
|
"tasks.Events": "info",
|
||||||
|
"tasks.File": "info",
|
||||||
|
"tasks.Query": "info",
|
||||||
|
"tasks.Task": "info"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
522
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
522
.obsidian/plugins/obsidian-tasks-plugin/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
12
.obsidian/plugins/obsidian-tasks-plugin/manifest.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"id": "obsidian-tasks-plugin",
|
||||||
|
"name": "Tasks",
|
||||||
|
"version": "8.0.0",
|
||||||
|
"minAppVersion": "1.8.7",
|
||||||
|
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
||||||
|
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||||
|
"author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
|
||||||
|
"authorUrl": "https://github.com/obsidian-tasks-group",
|
||||||
|
"fundingUrl": "https://github.com/sponsors/claremacrae",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
1
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
1
.obsidian/plugins/obsidian-tasks-plugin/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
326
.obsidian/plugins/pdf-plus/data.json
vendored
Normal file
326
.obsidian/plugins/pdf-plus/data.json
vendored
Normal file
@@ -0,0 +1,326 @@
|
|||||||
|
{
|
||||||
|
"displayTextFormats": [
|
||||||
|
{
|
||||||
|
"name": "Title & page",
|
||||||
|
"template": "{{file.basename}}, p.{{pageLabel}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Page",
|
||||||
|
"template": "p.{{pageLabel}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Text",
|
||||||
|
"template": "{{text}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Emoji",
|
||||||
|
"template": "📖"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "None",
|
||||||
|
"template": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"defaultDisplayTextFormatIndex": 0,
|
||||||
|
"syncDisplayTextFormat": true,
|
||||||
|
"syncDefaultDisplayTextFormat": false,
|
||||||
|
"copyCommands": [
|
||||||
|
{
|
||||||
|
"name": "Quote",
|
||||||
|
"template": "> ({{linkWithDisplay}})\n> {{text}}\n"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Link",
|
||||||
|
"template": "{{linkWithDisplay}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Embed",
|
||||||
|
"template": "!{{link}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Callout",
|
||||||
|
"template": "> [!{{calloutType}}|{{color}}] {{linkWithDisplay}}\n> {{text}}\n"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Quote in callout",
|
||||||
|
"template": "> [!{{calloutType}}|{{color}}] {{linkWithDisplay}}\n> > {{text}}\n> \n> "
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"useAnotherCopyTemplateWhenNoSelection": false,
|
||||||
|
"copyTemplateWhenNoSelection": "{{linkToPageWithDisplay}}",
|
||||||
|
"trimSelectionEmbed": false,
|
||||||
|
"embedMargin": 50,
|
||||||
|
"noSidebarInEmbed": true,
|
||||||
|
"noSpreadModeInEmbed": true,
|
||||||
|
"embedUnscrollable": false,
|
||||||
|
"singleTabForSinglePDF": true,
|
||||||
|
"highlightExistingTab": false,
|
||||||
|
"existingTabHighlightOpacity": 0.5,
|
||||||
|
"existingTabHighlightDuration": 0.75,
|
||||||
|
"paneTypeForFirstPDFLeaf": "left",
|
||||||
|
"openLinkNextToExistingPDFTab": true,
|
||||||
|
"openPDFWithDefaultApp": false,
|
||||||
|
"openPDFWithDefaultAppAndObsidian": true,
|
||||||
|
"focusObsidianAfterOpenPDFWithDefaultApp": true,
|
||||||
|
"syncWithDefaultApp": false,
|
||||||
|
"dontActivateAfterOpenPDF": true,
|
||||||
|
"dontActivateAfterOpenMD": true,
|
||||||
|
"highlightDuration": 0.75,
|
||||||
|
"noTextHighlightsInEmbed": false,
|
||||||
|
"noAnnotationHighlightsInEmbed": true,
|
||||||
|
"persistentTextHighlightsInEmbed": true,
|
||||||
|
"persistentAnnotationHighlightsInEmbed": false,
|
||||||
|
"highlightBacklinks": true,
|
||||||
|
"selectionBacklinkVisualizeStyle": "highlight",
|
||||||
|
"dblclickEmbedToOpenLink": true,
|
||||||
|
"highlightBacklinksPane": true,
|
||||||
|
"highlightOnHoverBacklinkPane": true,
|
||||||
|
"backlinkHoverColor": "",
|
||||||
|
"colors": {
|
||||||
|
"Yellow": "#ffd000",
|
||||||
|
"Red": "#ea5252",
|
||||||
|
"Note": "#086ddd",
|
||||||
|
"Important": "#bb61e5"
|
||||||
|
},
|
||||||
|
"defaultColor": "",
|
||||||
|
"defaultColorPaletteItemIndex": 0,
|
||||||
|
"syncColorPaletteItem": true,
|
||||||
|
"syncDefaultColorPaletteItem": false,
|
||||||
|
"colorPaletteInToolbar": true,
|
||||||
|
"noColorButtonInColorPalette": true,
|
||||||
|
"colorPaletteInEmbedToolbar": false,
|
||||||
|
"quietColorPaletteTooltip": false,
|
||||||
|
"showStatusInToolbar": true,
|
||||||
|
"highlightColorSpecifiedOnly": false,
|
||||||
|
"doubleClickHighlightToOpenBacklink": true,
|
||||||
|
"hoverHighlightAction": "preview",
|
||||||
|
"paneTypeForFirstMDLeaf": "right",
|
||||||
|
"singleMDLeafInSidebar": true,
|
||||||
|
"alwaysUseSidebar": true,
|
||||||
|
"ignoreExistingMarkdownTabIn": [],
|
||||||
|
"defaultColorPaletteActionIndex": 4,
|
||||||
|
"syncColorPaletteAction": true,
|
||||||
|
"syncDefaultColorPaletteAction": false,
|
||||||
|
"proxyMDProperty": "PDF",
|
||||||
|
"hoverPDFLinkToOpen": false,
|
||||||
|
"ignoreHeightParamInPopoverPreview": true,
|
||||||
|
"filterBacklinksByPageDefault": true,
|
||||||
|
"showBacklinkToPage": true,
|
||||||
|
"enableHoverPDFInternalLink": true,
|
||||||
|
"recordPDFInternalLinkHistory": true,
|
||||||
|
"alwaysRecordHistory": true,
|
||||||
|
"renderMarkdownInStickyNote": false,
|
||||||
|
"enablePDFEdit": false,
|
||||||
|
"author": "",
|
||||||
|
"writeHighlightToFileOpacity": 0.2,
|
||||||
|
"defaultWriteFileToggle": false,
|
||||||
|
"syncWriteFileToggle": true,
|
||||||
|
"syncDefaultWriteFileToggle": false,
|
||||||
|
"enableAnnotationDeletion": true,
|
||||||
|
"warnEveryAnnotationDelete": false,
|
||||||
|
"warnBacklinkedAnnotationDelete": true,
|
||||||
|
"enableAnnotationContentEdit": true,
|
||||||
|
"enableEditEncryptedPDF": false,
|
||||||
|
"pdfLinkColor": "#04a802",
|
||||||
|
"pdfLinkBorder": false,
|
||||||
|
"replaceContextMenu": true,
|
||||||
|
"showContextMenuOnMouseUpIf": "Mod",
|
||||||
|
"contextMenuConfig": [
|
||||||
|
{
|
||||||
|
"id": "action",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "selection",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "write-file",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "annotation",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "modify-annotation",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "link",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "text",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "search",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "speech",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "page",
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "settings",
|
||||||
|
"visible": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"selectionProductMenuConfig": [
|
||||||
|
"color",
|
||||||
|
"copy-format",
|
||||||
|
"display"
|
||||||
|
],
|
||||||
|
"writeFileProductMenuConfig": [
|
||||||
|
"color",
|
||||||
|
"copy-format",
|
||||||
|
"display"
|
||||||
|
],
|
||||||
|
"annotationProductMenuConfig": [
|
||||||
|
"copy-format",
|
||||||
|
"display"
|
||||||
|
],
|
||||||
|
"updateColorPaletteStateFromContextMenu": true,
|
||||||
|
"mobileCopyAction": "pdf-plus",
|
||||||
|
"showContextMenuOnTablet": false,
|
||||||
|
"executeBuiltinCommandForOutline": true,
|
||||||
|
"executeBuiltinCommandForZoom": true,
|
||||||
|
"executeFontSizeAdjusterCommand": true,
|
||||||
|
"closeSidebarWithShowCommandIfExist": true,
|
||||||
|
"autoHidePDFSidebar": false,
|
||||||
|
"defaultSidebarView": 1,
|
||||||
|
"outlineDrag": true,
|
||||||
|
"outlineContextMenu": true,
|
||||||
|
"outlineLinkDisplayTextFormat": "{{file.basename}}, {{text}}",
|
||||||
|
"outlineLinkCopyFormat": "{{linkWithDisplay}}",
|
||||||
|
"recordHistoryOnOutlineClick": true,
|
||||||
|
"popoverPreviewOnOutlineHover": true,
|
||||||
|
"thumbnailDrag": true,
|
||||||
|
"thumbnailContextMenu": true,
|
||||||
|
"thumbnailLinkDisplayTextFormat": "{{file.basename}}, p.{{pageLabel}}",
|
||||||
|
"thumbnailLinkCopyFormat": "{{linkWithDisplay}}",
|
||||||
|
"recordHistoryOnThumbnailClick": true,
|
||||||
|
"popoverPreviewOnThumbnailHover": true,
|
||||||
|
"annotationPopupDrag": true,
|
||||||
|
"showAnnotationPopupOnHover": true,
|
||||||
|
"useCallout": true,
|
||||||
|
"calloutType": "PDF",
|
||||||
|
"calloutIcon": "highlighter",
|
||||||
|
"highlightBacklinksInEmbed": false,
|
||||||
|
"highlightBacklinksInHoverPopover": false,
|
||||||
|
"highlightBacklinksInCanvas": true,
|
||||||
|
"clickPDFInternalLinkWithModifierKey": true,
|
||||||
|
"clickOutlineItemWithModifierKey": true,
|
||||||
|
"clickThumbnailWithModifierKey": true,
|
||||||
|
"focusEditorAfterAutoPaste": true,
|
||||||
|
"clearSelectionAfterAutoPaste": true,
|
||||||
|
"respectCursorPositionWhenAutoPaste": true,
|
||||||
|
"blankLineAboveAppendedContent": true,
|
||||||
|
"autoCopy": false,
|
||||||
|
"autoFocus": false,
|
||||||
|
"autoPaste": false,
|
||||||
|
"autoFocusTarget": "last-active-and-open-then-last-paste",
|
||||||
|
"autoPasteTarget": "last-active-and-open-then-last-paste",
|
||||||
|
"openAutoFocusTargetIfNotOpened": true,
|
||||||
|
"howToOpenAutoFocusTargetIfNotOpened": "right",
|
||||||
|
"closeHoverEditorWhenLostFocus": true,
|
||||||
|
"closeSidebarWhenLostFocus": false,
|
||||||
|
"openAutoFocusTargetInEditingView": true,
|
||||||
|
"executeCommandWhenTargetNotIdentified": true,
|
||||||
|
"commandToExecuteWhenTargetNotIdentified": "switcher:open",
|
||||||
|
"autoPasteTargetDialogTimeoutSec": 20,
|
||||||
|
"autoCopyToggleRibbonIcon": true,
|
||||||
|
"autoCopyIconName": "highlighter",
|
||||||
|
"autoFocusToggleRibbonIcon": true,
|
||||||
|
"autoFocusIconName": "zap",
|
||||||
|
"autoPasteToggleRibbonIcon": true,
|
||||||
|
"autoPasteIconName": "clipboard-paste",
|
||||||
|
"viewSyncFollowPageNumber": true,
|
||||||
|
"viewSyncPageDebounceInterval": 0.3,
|
||||||
|
"openAfterExtractPages": true,
|
||||||
|
"howToOpenExtractedPDF": "tab",
|
||||||
|
"warnEveryPageDelete": false,
|
||||||
|
"warnBacklinkedPageDelete": true,
|
||||||
|
"extractPageInPlace": false,
|
||||||
|
"askExtractPageInPlace": true,
|
||||||
|
"pageLabelUpdateWhenInsertPage": "keep",
|
||||||
|
"pageLabelUpdateWhenDeletePage": "keep",
|
||||||
|
"pageLabelUpdateWhenExtractPage": "keep",
|
||||||
|
"askPageLabelUpdateWhenInsertPage": true,
|
||||||
|
"askPageLabelUpdateWhenDeletePage": true,
|
||||||
|
"askPageLabelUpdateWhenExtractPage": true,
|
||||||
|
"copyOutlineAsListFormat": "{{linkWithDisplay}}",
|
||||||
|
"copyOutlineAsListDisplayTextFormat": "{{text}}",
|
||||||
|
"copyOutlineAsHeadingsFormat": "{{text}}\n\n{{linkWithDisplay}}",
|
||||||
|
"copyOutlineAsHeadingsDisplayTextFormat": "p.{{pageLabel}}",
|
||||||
|
"copyOutlineAsHeadingsMinLevel": 2,
|
||||||
|
"newFileNameFormat": "",
|
||||||
|
"newFileTemplatePath": "",
|
||||||
|
"newPDFLocation": "current",
|
||||||
|
"newPDFFolderPath": "",
|
||||||
|
"rectEmbedStaticImage": false,
|
||||||
|
"rectImageFormat": "file",
|
||||||
|
"rectImageExtension": "webp",
|
||||||
|
"zoomToFitRect": false,
|
||||||
|
"rectFollowAdaptToTheme": true,
|
||||||
|
"rectEmbedResolution": 100,
|
||||||
|
"includeColorWhenCopyingRectLink": true,
|
||||||
|
"backlinkIconSize": 50,
|
||||||
|
"showBacklinkIconForSelection": false,
|
||||||
|
"showBacklinkIconForAnnotation": false,
|
||||||
|
"showBacklinkIconForOffset": true,
|
||||||
|
"showBacklinkIconForRect": false,
|
||||||
|
"showBoundingRectForBacklinkedAnnot": false,
|
||||||
|
"hideReplyAnnotation": false,
|
||||||
|
"hideStampAnnotation": false,
|
||||||
|
"searchLinkHighlightAll": "true",
|
||||||
|
"searchLinkCaseSensitive": "true",
|
||||||
|
"searchLinkMatchDiacritics": "default",
|
||||||
|
"searchLinkEntireWord": "false",
|
||||||
|
"dontFitWidthWhenOpenPDFLink": true,
|
||||||
|
"preserveCurrentLeftOffsetWhenOpenPDFLink": false,
|
||||||
|
"defaultZoomValue": "page-width",
|
||||||
|
"scrollModeOnLoad": 0,
|
||||||
|
"spreadModeOnLoad": 0,
|
||||||
|
"usePageUpAndPageDown": true,
|
||||||
|
"hoverableDropdownMenuInToolbar": true,
|
||||||
|
"zoomLevelInputBoxInToolbar": true,
|
||||||
|
"popoverPreviewOnExternalLinkHover": true,
|
||||||
|
"actionOnCitationHover": "pdf-plus-bib-popover",
|
||||||
|
"enableBibInEmbed": false,
|
||||||
|
"enableBibInHoverPopover": false,
|
||||||
|
"enableBibInCanvas": true,
|
||||||
|
"citationIdPatterns": "^cite.\n^bib\\d+$",
|
||||||
|
"copyAsSingleLine": true,
|
||||||
|
"removeWhitespaceBetweenCJChars": true,
|
||||||
|
"dummyFileFolderPath": "",
|
||||||
|
"externalURIPatterns": [
|
||||||
|
".*\\.pdf$",
|
||||||
|
"https://arxiv.org/pdf/.*"
|
||||||
|
],
|
||||||
|
"modifierToDropExternalPDFToCreateDummy": [
|
||||||
|
"Shift"
|
||||||
|
],
|
||||||
|
"vim": false,
|
||||||
|
"vimrcPath": "",
|
||||||
|
"vimVisualMotion": true,
|
||||||
|
"vimScrollSize": 40,
|
||||||
|
"vimLargerScrollSizeWhenZoomIn": true,
|
||||||
|
"vimContinuousScrollSpeed": 1.2,
|
||||||
|
"vimSmoothScroll": true,
|
||||||
|
"vimHlsearch": true,
|
||||||
|
"vimIncsearch": true,
|
||||||
|
"enableVimInContextMenu": true,
|
||||||
|
"enableVimOutlineMode": true,
|
||||||
|
"vimSmoothOutlineMode": true,
|
||||||
|
"vimHintChars": "hjklasdfgyuiopqwertnmzxcvb",
|
||||||
|
"vimHintArgs": "all",
|
||||||
|
"PATH": "",
|
||||||
|
"autoCheckForUpdates": true,
|
||||||
|
"fixObsidianTextSelectionBug": true
|
||||||
|
}
|
||||||
161
.obsidian/plugins/pdf-plus/main.js
vendored
Normal file
161
.obsidian/plugins/pdf-plus/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
15
.obsidian/plugins/pdf-plus/manifest.json
vendored
Normal file
15
.obsidian/plugins/pdf-plus/manifest.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"id": "pdf-plus",
|
||||||
|
"name": "PDF++",
|
||||||
|
"version": "0.40.31",
|
||||||
|
"minAppVersion": "1.5.8",
|
||||||
|
"description": "The most Obsidian-native PDF annotation tool ever.",
|
||||||
|
"author": "Ryota Ushio",
|
||||||
|
"authorUrl": "https://github.com/RyotaUshio",
|
||||||
|
"fundingUrl": {
|
||||||
|
"GitHub Sponsor": "https://github.com/sponsors/RyotaUshio",
|
||||||
|
"Buy Me a Coffee": "https://www.buymeacoffee.com/ryotaushio",
|
||||||
|
"Ko-fi": "https://ko-fi.com/ryotaushio"
|
||||||
|
},
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
694
.obsidian/plugins/pdf-plus/styles.css
vendored
Normal file
694
.obsidian/plugins/pdf-plus/styles.css
vendored
Normal file
@@ -0,0 +1,694 @@
|
|||||||
|
/* @settings
|
||||||
|
|
||||||
|
name: PDF++
|
||||||
|
id: pdf-plus
|
||||||
|
settings:
|
||||||
|
-
|
||||||
|
id: pdf-highlight
|
||||||
|
title: Highlights
|
||||||
|
type: heading
|
||||||
|
level: 2
|
||||||
|
-
|
||||||
|
id: pdf-plus-highlight-opacity
|
||||||
|
title: Highlight opacity
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
step: 0.01
|
||||||
|
default: 0.2
|
||||||
|
-
|
||||||
|
id: pdf-plus-highlight-padding-vertical-em
|
||||||
|
title: Highlight padding (top & bottom)
|
||||||
|
description: Boldness of highlights (em)
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
step: 0.01
|
||||||
|
default: 0.05
|
||||||
|
format: em
|
||||||
|
-
|
||||||
|
id: pdf-plus-highlight-padding-horizontal-em
|
||||||
|
title: Highlight padding (left & right)
|
||||||
|
description: Boldness of highlights (em)
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
step: 0.01
|
||||||
|
default: 0.05
|
||||||
|
format: em
|
||||||
|
-
|
||||||
|
id: pdf-plus-highlight-border-radius
|
||||||
|
title: Highlight edge roundness
|
||||||
|
description: Radius of the highlight edge (em). 0 for sharp edges and 0.5 for rounded edges.
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 0
|
||||||
|
max: 0.5
|
||||||
|
step: 0.01
|
||||||
|
default: 0.1
|
||||||
|
format: em
|
||||||
|
-
|
||||||
|
id: pdf-rect
|
||||||
|
title: Rectanglular selection
|
||||||
|
type: heading
|
||||||
|
level: 2
|
||||||
|
-
|
||||||
|
id: pdf-plus-rect-highlight-opacity
|
||||||
|
title: Rectangle highlight opacity
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 0
|
||||||
|
max: 1
|
||||||
|
step: 0.01
|
||||||
|
default: 1
|
||||||
|
-
|
||||||
|
id: pdf-plus-rect-highlight-border-width
|
||||||
|
title: Rectangle highlight border width (px)
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 1
|
||||||
|
max: 10
|
||||||
|
step: 1
|
||||||
|
default: 2
|
||||||
|
format: px
|
||||||
|
-
|
||||||
|
id: hover-popover
|
||||||
|
title: Hover popovers
|
||||||
|
type: heading
|
||||||
|
level: 2
|
||||||
|
-
|
||||||
|
id: pdf-plus-backlink-popover
|
||||||
|
title: Backlink popovers
|
||||||
|
description: Styles for popovers displayed when hovering over backlinked highlights or rectangular selections in PDF viewer
|
||||||
|
type: heading
|
||||||
|
level: 3
|
||||||
|
-
|
||||||
|
id: pdf-plus-backlink-popover-width
|
||||||
|
title: Backlink popover width (px)
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 100
|
||||||
|
max: 1000
|
||||||
|
step: 10
|
||||||
|
default: 450
|
||||||
|
format: px
|
||||||
|
-
|
||||||
|
id: pdf-plus-backlink-popover-height
|
||||||
|
title: Backlink popover height (px)
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 100
|
||||||
|
max: 1000
|
||||||
|
step: 10
|
||||||
|
default: 400
|
||||||
|
format: px
|
||||||
|
-
|
||||||
|
id: pdf-plus-pdf-link-like-popover
|
||||||
|
title: PDF internal link popovers
|
||||||
|
description: Styles for popovers displayed when hovering over internal links, outline items or thumbnails in PDF viewer
|
||||||
|
type: heading
|
||||||
|
level: 3
|
||||||
|
-
|
||||||
|
id: pdf-plus-pdf-link-like-popover-width
|
||||||
|
title: PDF internal link popover width (px)
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 100
|
||||||
|
max: 1000
|
||||||
|
step: 10
|
||||||
|
default: 450
|
||||||
|
format: px
|
||||||
|
-
|
||||||
|
id: pdf-plus-pdf-link-like-popover-height
|
||||||
|
title: PDF internal link popover height (px)
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 100
|
||||||
|
max: 1000
|
||||||
|
step: 10
|
||||||
|
default: 400
|
||||||
|
format: px
|
||||||
|
-
|
||||||
|
id: pdf-toolbar
|
||||||
|
title: PDF toolbars
|
||||||
|
type: heading
|
||||||
|
level: 2
|
||||||
|
-
|
||||||
|
id: hide-pdf-embed-toolbar
|
||||||
|
title: Hide toolbar in PDF embeds with a page specified
|
||||||
|
type: class-toggle
|
||||||
|
default: true
|
||||||
|
-
|
||||||
|
id: hide-pdf-toolbar-in-hover-editor
|
||||||
|
title: Hide PDF toolbar in Hover Editor
|
||||||
|
type: class-toggle
|
||||||
|
default: true
|
||||||
|
-
|
||||||
|
id: pdf-sidebar
|
||||||
|
title: PDF sidebars
|
||||||
|
type: heading
|
||||||
|
level: 2
|
||||||
|
-
|
||||||
|
id: pdf-plus-sidebar-width
|
||||||
|
title: Sidebar width (px)
|
||||||
|
type: variable-number-slider
|
||||||
|
min: 100
|
||||||
|
max: 1000
|
||||||
|
step: 10
|
||||||
|
default: 140
|
||||||
|
format: px
|
||||||
|
-
|
||||||
|
id: pdf-plus-vim
|
||||||
|
title: Vim keybindings
|
||||||
|
type: heading
|
||||||
|
level: 2
|
||||||
|
-
|
||||||
|
id: pdf-plus-vim-hin
|
||||||
|
title: Hint mode
|
||||||
|
type: heading
|
||||||
|
level: 3
|
||||||
|
-
|
||||||
|
id: pdf-plus-vim-hint-inverted
|
||||||
|
title: Inverted color scheme
|
||||||
|
type: class-toggle
|
||||||
|
default: false
|
||||||
|
*/
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--pdf-plus-highlight-padding-default-em: 0.05em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hide-pdf-embed-toolbar .pdf-embed[src*="#"] .pdf-toolbar,
|
||||||
|
.hide-pdf-embed-toolbar .popover.hover-popover.hover-editor .pdf-embed[src*="#"] .pdf-toolbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hide-pdf-toolbar-in-hover-editor .popover.hover-popover.hover-editor .view-content>.pdf-toolbar {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* When hovering over a highlighted text in PDF viewer, highlight the corresponding item in backlink pane */
|
||||||
|
.backlink-pane .search-result-file-match.hovered-backlink,
|
||||||
|
.backlink-pane .search-result-file-matches:has(.better-search-views-tree) .better-search-views-file-match.hovered-backlink:not(:hover) {
|
||||||
|
background-color: var(--text-selection);
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-item.no-border,
|
||||||
|
.pdf-plus-settings.vertical-tab-content .setting-item.no-border {
|
||||||
|
border-top: none;
|
||||||
|
|
||||||
|
&.small-padding {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-item-control input.error {
|
||||||
|
border-color: var(--background-modifier-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-item-description.error {
|
||||||
|
color: var(--background-modifier-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-mobile,
|
||||||
|
.is-tablet {
|
||||||
|
.pdf-plus-color-palette .pdf-plus-color-palette-item-inner {
|
||||||
|
width: calc(var(--swatch-width) * 0.85);
|
||||||
|
height: calc(var(--swatch-width) * 0.85);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-color-palette {
|
||||||
|
user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.pdf-plus-color-palette-item {
|
||||||
|
/* Avoid text selections to be cleared when tapping on a color palette item on the mobile app */
|
||||||
|
/* https://github.com/RyotaUshio/obsidian-pdf-plus/issues/169 */
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
|
.pdf-plus-color-palette-item-inner {
|
||||||
|
width: var(--swatch-width);
|
||||||
|
height: var(--swatch-width);
|
||||||
|
border-radius: 50%;
|
||||||
|
border: var(--input-border-width) solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-color-palette-status-container {
|
||||||
|
padding: var(--size-2-2) var(--size-2-3);
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-size: var(--font-ui-small);
|
||||||
|
text-wrap: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu .menu-item.pdf-plus-color-menu-item {
|
||||||
|
padding-left: 0;
|
||||||
|
|
||||||
|
.pdf-plus-color-indicator {
|
||||||
|
border-radius: 50%;
|
||||||
|
border-width: 0;
|
||||||
|
height: var(--size-4-3);
|
||||||
|
width: var(--size-4-3);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-toolbar .clickable-icon.is-disabled {
|
||||||
|
background-color: inherit;
|
||||||
|
|
||||||
|
&>svg {
|
||||||
|
color: var(--text-faint);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* .pdf-page-input, */
|
||||||
|
.pdf-zoom-level-input {
|
||||||
|
width: 6ch;
|
||||||
|
text-align: right;
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-zoom-level-percent {
|
||||||
|
white-space: nowrap;
|
||||||
|
margin-right: var(--size-4-1);
|
||||||
|
font-size: var(--font-ui-small);
|
||||||
|
font-variant-numeric: tabular-nums;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-settings.vertical-tab-content {
|
||||||
|
--pdf-plus-settings-header-height: var(--size-4-12);
|
||||||
|
|
||||||
|
padding-top: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-settings.vertical-tab-content .header-container {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 10;
|
||||||
|
height: var(--pdf-plus-settings-header-height);
|
||||||
|
line-height: var(--pdf-plus-settings-header-height);
|
||||||
|
text-align: center;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
border-bottom: 1px solid var(--divider-color);
|
||||||
|
padding: 0 var(--size-4-4);
|
||||||
|
|
||||||
|
overflow-x: scroll;
|
||||||
|
overflow-y: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.header {
|
||||||
|
line-height: normal;
|
||||||
|
|
||||||
|
.header-title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-settings.vertical-tab-content .content {
|
||||||
|
padding-top: var(--size-4-8);
|
||||||
|
padding-bottom: var(--size-4-16);
|
||||||
|
padding-left: var(--size-4-12);
|
||||||
|
padding-right: var(--size-4-12);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-settings.vertical-tab-content .spacer {
|
||||||
|
height: var(--pdf-plus-settings-header-height);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-settings.vertical-tab-content .top-note {
|
||||||
|
min-height: var(--pdf-plus-settings-header-height);
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-size: var(--font-ui-smaller);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-settings .setting-item-description,
|
||||||
|
.pdf-plus-modal .setting-item-description {
|
||||||
|
&>p:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&>p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-settings .ignore-split-setting.setting-item {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.annotationLayer .popupContent {
|
||||||
|
&>p:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&>p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 2;
|
||||||
|
transform-origin: 0 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer .pdf-plus-backlink {
|
||||||
|
position: absolute;
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer .pdf-plus-backlink.pdf-plus-backlink-selection {
|
||||||
|
box-sizing: content-box;
|
||||||
|
cursor: text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer .rect-highlight {
|
||||||
|
background-color: rgb(var(--text-highlight-bg-rgb));
|
||||||
|
border-radius: var(--radius-m);
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
body:not(.pdf-plus-backlink-selection-underline) .pdf-plus-backlink-highlight-layer .pdf-plus-backlink.pdf-plus-backlink-selection {
|
||||||
|
background-color: rgb(from var(--pdf-plus-color) r g b / var(--pdf-plus-highlight-opacity, 0.2));
|
||||||
|
padding: var(--pdf-plus-highlight-padding-vertical-em, var(--pdf-plus-highlight-padding-default-em)) var(--pdf-plus-highlight-padding-horizontal-em, var(--pdf-plus-highlight-padding-default-em));
|
||||||
|
margin: calc(var(--pdf-plus-highlight-padding-vertical-em, var(--pdf-plus-highlight-padding-default-em)) * -1) calc(var(--pdf-plus-highlight-padding-horizontal-em, var(--pdf-plus-highlight-padding-default-em)) * -1);
|
||||||
|
border-radius: var(--pdf-plus-highlight-border-radius, 0.1em);
|
||||||
|
}
|
||||||
|
|
||||||
|
body.pdf-plus-backlink-selection-underline {
|
||||||
|
.pdf-plus-backlink-highlight-layer .pdf-plus-backlink.pdf-plus-backlink-selection {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
opacity: 1.0;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer[data-main-rotation="0"] .pdf-plus-backlink.pdf-plus-backlink-selection {
|
||||||
|
border-bottom: 0.1em solid var(--pdf-plus-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer[data-main-rotation="90"] .pdf-plus-backlink.pdf-plus-backlink-selection {
|
||||||
|
border-right: 0.1em solid var(--pdf-plus-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer[data-main-rotation="180"] .pdf-plus-backlink.pdf-plus-backlink-selection {
|
||||||
|
border-top: 0.1em solid var(--pdf-plus-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer[data-main-rotation="270"] .pdf-plus-backlink.pdf-plus-backlink-selection {
|
||||||
|
border-left: 0.1em solid var(--pdf-plus-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-highlight-layer .pdf-plus-backlink.pdf-plus-backlink-fit-r {
|
||||||
|
border: dashed rgb(from var(--pdf-plus-rect-color) r g b / var(--pdf-plus-rect-highlight-opacity, 1)) var(--pdf-plus-rect-highlight-border-width, 2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-backlink-icon {
|
||||||
|
position: absolute;
|
||||||
|
--icon-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-main-rotation="90"] .pdf-plus-backlink-icon {
|
||||||
|
transform: rotate(270deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-main-rotation="180"] .pdf-plus-backlink-icon {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-main-rotation="270"] .pdf-plus-backlink-icon {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-annotation-edit-modal {
|
||||||
|
.desc {
|
||||||
|
margin-bottom: var(--size-4-4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.preview-container {
|
||||||
|
background: var(--background-modifier-form-field);
|
||||||
|
border: var(--input-border-width) solid var(--background-modifier-border);
|
||||||
|
border-radius: var(--input-radius);
|
||||||
|
padding: var(--size-4-1) var(--size-4-2);
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
&>p:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&>p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Arrange two children of .setting-item, namely .setting-item-info and .setting-item-contrl, vertically */
|
||||||
|
.setting-item:last-child:has(textarea) {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: left;
|
||||||
|
align-items: flex-start;
|
||||||
|
|
||||||
|
.setting-item-control {
|
||||||
|
width: 100%;
|
||||||
|
padding-top: var(--size-4-2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-annotation-edit-modal-save-instructions {
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-size: calc(var(--font-text-size) * 0.65);
|
||||||
|
text-align: end;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.popupWrapper {
|
||||||
|
--pdf-popup-width: 310px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-annotation-icon-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
margin-right: calc(var(--size-4-1) * -1);
|
||||||
|
margin-left: calc(var(--size-2-1) * -1);
|
||||||
|
|
||||||
|
.clickable-icon {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-draggable .popup {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pdf-plus-funding {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: left;
|
||||||
|
align-items: flex-end;
|
||||||
|
|
||||||
|
.setting-item-control {
|
||||||
|
padding-top: var(--size-4-4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#pdf-plus-funding-icon-info-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
/* justify-content: left; */
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pdf-plus-funding-icon {
|
||||||
|
margin-right: var(--size-4-4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-label-range:first-of-type {
|
||||||
|
margin-top: var(--size-4-4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-label-range:not(:first-of-type) {
|
||||||
|
margin-top: var(--size-4-9);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-page-label-modal {
|
||||||
|
z-index: var(--he-popover-layer-inactive, var(--layer-popover));
|
||||||
|
|
||||||
|
.page-labels-loading {
|
||||||
|
color: var(--text-muted);
|
||||||
|
text-align: center;
|
||||||
|
margin: var(--size-4-4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-restore-default-modal {
|
||||||
|
user-select: text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-content-container {
|
||||||
|
--sidebar-width: var(--pdf-plus-sidebar-width, 140px);
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
--container-pdf-cropped-width: var(--line-width);
|
||||||
|
--container-pdf-cropped-max-width: var(--max-width);
|
||||||
|
}
|
||||||
|
|
||||||
|
.internal-embed.pdf-cropped-embed {
|
||||||
|
width: var(--container-pdf-cropped-width);
|
||||||
|
max-width: var(--container-pdf-cropped-max-width);
|
||||||
|
|
||||||
|
img {
|
||||||
|
cursor: text !important;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.hover-popover>.pdf-cropped-embed img {
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-selecting * {
|
||||||
|
cursor: crosshair !important;
|
||||||
|
|
||||||
|
.textLayer {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-container .pdf-plus-select-box {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1000;
|
||||||
|
border: dashed var(--background-modifier-border) 2px;
|
||||||
|
background-color: hsla(var(--interactive-accent-hsl), 0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* From Obsidian's app.css (.annotationLayer .mod-focused / .annotationLayer .boundingRect)*/
|
||||||
|
.pdf-plus-annotation-bounding-rect {
|
||||||
|
background-color: rgba(var(--text-highlight-bg-rgb), 0.1);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
box-shadow: var(--shadow-s);
|
||||||
|
box-sizing: content-box;
|
||||||
|
margin: calc(var(--size-4-2) * -1);
|
||||||
|
border: var(--size-4-1) solid rgba(var(--text-highlight-bg-rgb), 0.8);
|
||||||
|
padding: var(--size-4-1);
|
||||||
|
z-index: 0;
|
||||||
|
/* Avoid preventing annotation click */
|
||||||
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.hover-popover.pdf-plus-backlink-popover {
|
||||||
|
--popover-width: var(--pdf-plus-backlink-popover-width, 450px);
|
||||||
|
--popover-height: var(--pdf-plus-backlink-popover-height, 400px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.hover-popover.pdf-plus-pdf-link-like-popover {
|
||||||
|
--popover-pdf-width: var(--pdf-plus-pdf-link-like-popover-width, 450px);
|
||||||
|
--popover-pdf-height: var(--pdf-plus-pdf-link-like-popover-height, 400px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover.hover-popover.pdf-plus-bib-popover {
|
||||||
|
--popover-width: 400px;
|
||||||
|
--pdf-plus-bib-metadata-font-size: var(--font-ui-small);
|
||||||
|
|
||||||
|
/* Workaround to prevent bib popovers from being covered by Hover Editor
|
||||||
|
when the bib popover is spawned from a hover editor
|
||||||
|
(https://github.com/RyotaUshio/obsidian-pdf-plus/issues/459).
|
||||||
|
Hover Editor decides z-index based on --layer-slides, so we need to set a higher z-index. */
|
||||||
|
z-index: calc(var(--layer-slides) + 1);
|
||||||
|
|
||||||
|
.pdf-plus-bib {
|
||||||
|
padding: var(--size-4-3);
|
||||||
|
font-size: var(--font-ui-medium);
|
||||||
|
|
||||||
|
/* Make text inside citation hover selectable (https://github.com/RyotaUshio/obsidian-pdf-plus/issues/252) */
|
||||||
|
-moz-user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
|
.bib-title {
|
||||||
|
font-weight: bold;
|
||||||
|
padding-bottom: var(--size-4-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bib-author-year {
|
||||||
|
color: var(--text-muted);
|
||||||
|
text-align: left;
|
||||||
|
font-size: var(--pdf-plus-bib-metadata-font-size);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bib-container-title {
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-style: italic;
|
||||||
|
text-align: left;
|
||||||
|
font-size: var(--pdf-plus-bib-metadata-font-size);
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-container {
|
||||||
|
margin-top: 1em;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: var(--size-4-2);
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.pdf-plus-vim-command {
|
||||||
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
|
/* height: var(--size-4-8); */
|
||||||
|
font-family: monospace;
|
||||||
|
|
||||||
|
input {
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
font-family: monospace;
|
||||||
|
white-space: pre;
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.page.pdf-plus-vim-hint-mode [data-pdf-plus-vim-hint]::after {
|
||||||
|
content: attr(data-pdf-plus-vim-hint);
|
||||||
|
color: var(--pdf-plus-vim-hint-color);
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: var(--font-ui-medium);
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: var(--pdf-plus-vim-hint-background-color);
|
||||||
|
border: var(--size-2-1) solid hsl(var(--accent-h), var(--accent-s), var(--accent-l));
|
||||||
|
border-radius: 10%;
|
||||||
|
padding: 0 var(--size-2-2);
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
--pdf-plus-vim-hint-color: var(--text-normal);
|
||||||
|
--pdf-plus-vim-hint-background-color: var(--background-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
body.pdf-plus-vim-hint-inverted {
|
||||||
|
--pdf-plus-vim-hint-color: var(--text-on-accent);
|
||||||
|
--pdf-plus-vim-hint-background-color: hsl(var(--accent-h), var(--accent-s), var(--accent-l));
|
||||||
|
}
|
||||||
36911
.obsidian/plugins/tasks-calendar-wrapper/main.js
vendored
Normal file
36911
.obsidian/plugins/tasks-calendar-wrapper/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/tasks-calendar-wrapper/manifest.json
vendored
Normal file
10
.obsidian/plugins/tasks-calendar-wrapper/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"id": "tasks-calendar-wrapper",
|
||||||
|
"name": "Tasks Calendar Wrapper",
|
||||||
|
"version": "0.3.1",
|
||||||
|
"minAppVersion": "0.15.0",
|
||||||
|
"description": "This is a simple wrapper for Obsidian-Tasks-Calendar (https://github.com/702573N/Obsidian-Tasks-Calendar) and Obsidian-Tasks-Timeline (https://github.com/702573N/Obsidian-Tasks-Timeline).",
|
||||||
|
"author": "zhuwenq",
|
||||||
|
"authorUrl": "https://github.com/Leonezz",
|
||||||
|
"isDesktopOnly": false
|
||||||
|
}
|
||||||
601
.obsidian/plugins/tasks-calendar-wrapper/styles.css
vendored
Normal file
601
.obsidian/plugins/tasks-calendar-wrapper/styles.css
vendored
Normal file
@@ -0,0 +1,601 @@
|
|||||||
|
/*
|
||||||
|
|
||||||
|
This CSS file will be included with your plugin, and
|
||||||
|
available in the app when your plugin is enabled.
|
||||||
|
|
||||||
|
If your plugin does not need CSS, delete this file.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
.taskido {
|
||||||
|
cursor: default;
|
||||||
|
user-select: none;
|
||||||
|
margin-bottom: 15%;
|
||||||
|
--taskido-color-warning: var(--color-red);
|
||||||
|
--taskido-color-focus: var(--interactive-accent);
|
||||||
|
--taskido-color-focus-hsl: var(--interactive-accent-hsl);
|
||||||
|
--taskido-color-overdue: var(--taskido-color-warning);
|
||||||
|
--taskido-color-done: var(--color-green);
|
||||||
|
--taskido-color-process: var(--color-orange);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
color: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido span {
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .internal-link,
|
||||||
|
.taskido .task .external-link {
|
||||||
|
color: var(--interactive-accent);
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .year {
|
||||||
|
font-size: 30px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin: 20px 0;
|
||||||
|
color: var(--text-normal);
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .details {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .todayHeader {
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: center;
|
||||||
|
margin: 10px 5px;
|
||||||
|
border-radius: 10px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .details.today .date {
|
||||||
|
color: var(--taskido-color-focus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .counters {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
justify-content: center;
|
||||||
|
align-content: center;
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .counter {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
color: var(--text-normal);
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 5px;
|
||||||
|
text-align: center;
|
||||||
|
flex: 1 1 0;
|
||||||
|
margin: 0 5px;
|
||||||
|
min-width: 70px;
|
||||||
|
max-width: 150px;
|
||||||
|
overflow: hidden;
|
||||||
|
background: var(--interactive-normal);
|
||||||
|
box-shadow: var(--input-shadow);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .count {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: normal;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .counter .label {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: normal;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .dateLine {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .date {
|
||||||
|
color: var(--text-normal);
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .weekday {
|
||||||
|
color: var(--text-normal);
|
||||||
|
font-weight: normal;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .timeline,
|
||||||
|
.taskido .lines {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .timeline {
|
||||||
|
width: 50px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
flex-grow: 0;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .lines {
|
||||||
|
flex-shrink: 1;
|
||||||
|
flex-grow: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .timeline::after {
|
||||||
|
content: "";
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-shrink: 1;
|
||||||
|
flex-grow: 1;
|
||||||
|
position: relative;
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
width: 1.2px;
|
||||||
|
background: var(--checkbox-border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task.overdue .timeline::after,
|
||||||
|
.taskido .task[data-task='>'] .timeline::after {
|
||||||
|
background-color: var(--taskido-color-overdue);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task.done .timeline::after,
|
||||||
|
.taskido .task[data-task='x'] .timeline::after {
|
||||||
|
background-color: var(--taskido-color-done);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task.process .timeline::after,
|
||||||
|
.taskido .task.scheduled .timeline::after,
|
||||||
|
.taskido .task.start .timeline::after,
|
||||||
|
.taskido .task[data-task='<'] .timeline::after {
|
||||||
|
background-color: var(--taskido-color-process);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task.overdue .timeline .icon svg {
|
||||||
|
stroke: var(--taskido-color-overdue) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task.done .timeline .icon svg {
|
||||||
|
stroke: var(--taskido-color-done) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task.process .timeline .icon svg,
|
||||||
|
.taskido .task.scheduled .timeline .icon svg,
|
||||||
|
.taskido .task.start .timeline .icon svg {
|
||||||
|
stroke: var(--taskido-color-process);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.taskido .task.done .info .tag,
|
||||||
|
.taskido .task.done .info .repeat,
|
||||||
|
.taskido .task.done .info .priority,
|
||||||
|
.taskido .task.done .info .relative,
|
||||||
|
.taskido .task.done .info .file,
|
||||||
|
.taskido .task.cancelled .info .tag,
|
||||||
|
.taskido .task.cancelled .info .repeat,
|
||||||
|
.taskido .task.cancelled .info .priority,
|
||||||
|
.taskido .task.cancelled .info .relative,
|
||||||
|
.taskido .task.cancelled .info .file {
|
||||||
|
color: var(--text-muted) !important;
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task.done .content,
|
||||||
|
.taskido .task.cancelled .content {
|
||||||
|
text-decoration: line-through;
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .line {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .timeline input[type='checkbox']:not(.icon) {
|
||||||
|
margin-top: calc(11px - var(--checkbox-size) / 2.0);
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .icon {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-shrink: 0;
|
||||||
|
flex-grow: 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .timeline icon {
|
||||||
|
text-align: center;
|
||||||
|
height: 22px;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .timeline input.icon,
|
||||||
|
.taskido .timeline input.icon:checked {
|
||||||
|
visibility: hidden;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .timeline .icon svg {
|
||||||
|
height: var(--checkbox-size);
|
||||||
|
width: var(--checkbox-size);
|
||||||
|
stroke-width: 1.75px;
|
||||||
|
color: var(--checkbox-border-color);
|
||||||
|
scale: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .timeline .icon svg:hover {
|
||||||
|
color: var(--checkbox-border-color-hover);
|
||||||
|
scale: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .info {
|
||||||
|
line-height: 22px;
|
||||||
|
padding-bottom: 2px;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .info:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .content {
|
||||||
|
display: block;
|
||||||
|
white-space: break-word;
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: normal;
|
||||||
|
color: var(--text-normal);
|
||||||
|
line-height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .info .tag,
|
||||||
|
.taskido .task .info .repeat,
|
||||||
|
.taskido .task .info .priority,
|
||||||
|
.taskido .task .info .relative,
|
||||||
|
.taskido .task .info .file {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
|
width: auto;
|
||||||
|
font-size: 9px;
|
||||||
|
font-weight: normal;
|
||||||
|
margin: 2px 5px 2px 0;
|
||||||
|
color: var(--text-muted);
|
||||||
|
padding: 0px;
|
||||||
|
border: none;
|
||||||
|
line-height: 1 !important;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 3px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .info .file {
|
||||||
|
color: var(--task-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task .info .tag {
|
||||||
|
color: var(--tag-color) !important;
|
||||||
|
background: none !important;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .info .icon {
|
||||||
|
text-align: center;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .info .label {
|
||||||
|
margin-left: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .info svg {
|
||||||
|
height: 12px;
|
||||||
|
width: 12px;
|
||||||
|
stroke-width: 1.75px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task.overdue .info .relative {
|
||||||
|
color: var(--taskido-color-overdue) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Quick Entry Panel */
|
||||||
|
.taskido .quickEntryPanel {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
background: var(--background-modifier-form-field);
|
||||||
|
border: var(--input-border-width) solid var(--background-modifier-border);
|
||||||
|
color: var(--text-normal);
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
|
||||||
|
margin: 0 5px 20px 5px;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel .left {
|
||||||
|
width: 100%;
|
||||||
|
flex-shrink: 1;
|
||||||
|
flex-grow: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 0 5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel .left .actionSelect {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel .left .actionSelect .actionName {
|
||||||
|
max-width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel .left .actionSelect .filterSelector {
|
||||||
|
max-width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel .left .dateFilter {
|
||||||
|
max-width: fit-content;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel .left .dateFilter input[type=date] {
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel .MultiSelect {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: flex-end;
|
||||||
|
align-items: center;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel .right {
|
||||||
|
display: block;
|
||||||
|
width: auto;
|
||||||
|
flex-shrink: 1;
|
||||||
|
flex-grow: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel select,
|
||||||
|
.taskido .quickEntryPanel input,
|
||||||
|
.taskido .quickEntryPanel button {
|
||||||
|
box-shadow: none !important;
|
||||||
|
border: none !important;
|
||||||
|
background: none !important;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel select,
|
||||||
|
.taskido .quickEntryPanel button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel input {
|
||||||
|
cursor: text;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel select {
|
||||||
|
height: 15px;
|
||||||
|
width: 100%;
|
||||||
|
font-size: 11px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 2.5px 0 !important;
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel select:hover,
|
||||||
|
.taskido .quickEntryPanel button:hover {
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel select option,
|
||||||
|
.taskido .quickEntryPanel select optgroup {
|
||||||
|
background: var(--background-primary);
|
||||||
|
font-weight: normal;
|
||||||
|
color: var(--text-normal);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel input {
|
||||||
|
height: 20px;
|
||||||
|
line-height: 20px;
|
||||||
|
width: 100%;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel button {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 100%;
|
||||||
|
width: auto;
|
||||||
|
padding: 0 5px !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel svg {
|
||||||
|
height: 15px;
|
||||||
|
width: 15px;
|
||||||
|
stroke-width: 1.75px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .quickEntryPanel select:active,
|
||||||
|
.taskido .quickEntryPanel input:active,
|
||||||
|
.taskido .quickEntryPanel button:active {
|
||||||
|
border: none !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Classes */
|
||||||
|
.taskido.todayFocus .todayHeader {
|
||||||
|
color: var(--taskido-color-focus);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.todoFocus .counter#todo,
|
||||||
|
.taskido.todoFilter .counter#todo,
|
||||||
|
.taskido.overdueFocus .counter#overdue,
|
||||||
|
.taskido.overdueFilter .counter#overdue,
|
||||||
|
.taskido.unplannedFocus .counter#unplanned,
|
||||||
|
.taskido.unplannedFilter .counter#unplanned {
|
||||||
|
color: var(--taskido-color-focus);
|
||||||
|
background: hsla(var(--taskido-color-focus-hsl), 0.2);
|
||||||
|
box-shadow: var(--input-shadow);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.noYear .year,
|
||||||
|
.taskido.noRepeat .repeat,
|
||||||
|
.taskido.noTag .tag,
|
||||||
|
.taskido.noPriority .priority,
|
||||||
|
.taskido.noFile .task .file,
|
||||||
|
.taskido.noHeader .task .header,
|
||||||
|
.taskido.noFile .task .info>.file,
|
||||||
|
.taskido.noInfo .task .line:nth-child(2),
|
||||||
|
.taskido.noDone .year[data-types="done"],
|
||||||
|
.taskido.noDone .details[data-types="done"],
|
||||||
|
.taskido.noDone .task.done,
|
||||||
|
.taskido.noUnplanned .task.unplanned,
|
||||||
|
.taskido.noUnplanned .counter#unplanned,
|
||||||
|
.taskido.noUnplanned .year[data-types="unplanned"],
|
||||||
|
.taskido.noUnplanned .details[data-types="unplanned"],
|
||||||
|
.taskido.noRelative .relative,
|
||||||
|
.taskido.noQuickEntry .quickEntryPanel,
|
||||||
|
.taskido.noCounters .counters {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.noColor .task .file {
|
||||||
|
color: var(--text-muted) !important
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.noColor .task .info .file {
|
||||||
|
color: var(--text-muted) !important
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Focus */
|
||||||
|
.taskido.todayFocus .details:not(.today),
|
||||||
|
.taskido.todayFocus .year {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.todayFocus .details.today {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.todoFocus .task.due,
|
||||||
|
.taskido.todoFocus .task.scheduled,
|
||||||
|
.taskido.todoFocus .task.process,
|
||||||
|
.taskido.todoFocus .task.start,
|
||||||
|
.taskido.overdueFocus .task.overdue,
|
||||||
|
.taskido.unplannedFocus .task.unplanned {
|
||||||
|
background: hsla(var(--taskido-color-focus-hsl), 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido .task:hover {
|
||||||
|
background: hsla(var(--taskido-color-focus-hsl), 0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Filter */
|
||||||
|
.taskido.todoFilter .year:not([data-types~="due"]):not([data-types~="scheduled"]):not([data-types~="process"]):not([data-types~="start"]) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.todoFilter .details:not([data-types~="due"]):not([data-types~="scheduled"]):not([data-types~="process"]):not([data-types~="start"]) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.todoFilter .task:not(.due, .scheduled, .process, .start) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.overdueFilter .year:not([data-types*="overdue"]) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.overdueFilter .details:not([data-types*="overdue"]) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.overdueFilter .task:not(.overdue) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.unplannedFilter .year:not([data-types*="unplanned"]) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.unplannedFilter .details:not([data-types*="unplanned"]) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.taskido.unplannedFilter .task:not(.unplanned) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
29
.obsidian/types.json
vendored
Normal file
29
.obsidian/types.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"types": {
|
||||||
|
"aliases": "aliases",
|
||||||
|
"cssclasses": "multitext",
|
||||||
|
"tags": "tags",
|
||||||
|
"TQ_explain": "checkbox",
|
||||||
|
"TQ_extra_instructions": "text",
|
||||||
|
"TQ_short_mode": "checkbox",
|
||||||
|
"TQ_show_backlink": "checkbox",
|
||||||
|
"TQ_show_cancelled_date": "checkbox",
|
||||||
|
"TQ_show_created_date": "checkbox",
|
||||||
|
"TQ_show_depends_on": "checkbox",
|
||||||
|
"TQ_show_done_date": "checkbox",
|
||||||
|
"TQ_show_due_date": "checkbox",
|
||||||
|
"TQ_show_edit_button": "checkbox",
|
||||||
|
"TQ_show_id": "checkbox",
|
||||||
|
"TQ_show_on_completion": "checkbox",
|
||||||
|
"TQ_show_postpone_button": "checkbox",
|
||||||
|
"TQ_show_priority": "checkbox",
|
||||||
|
"TQ_show_recurrence_rule": "checkbox",
|
||||||
|
"TQ_show_scheduled_date": "checkbox",
|
||||||
|
"TQ_show_start_date": "checkbox",
|
||||||
|
"TQ_show_tags": "checkbox",
|
||||||
|
"TQ_show_task_count": "checkbox",
|
||||||
|
"TQ_show_toolbar": "checkbox",
|
||||||
|
"TQ_show_tree": "checkbox",
|
||||||
|
"TQ_show_urgency": "checkbox"
|
||||||
|
}
|
||||||
|
}
|
||||||
30
.obsidian/workspace-mobile.json
vendored
30
.obsidian/workspace-mobile.json
vendored
@@ -11,14 +11,16 @@
|
|||||||
"id": "2b7762a761440e79",
|
"id": "2b7762a761440e79",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "pdf",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "部门五月份任务规划.md",
|
"file": "诀别书钢琴谱.pdf",
|
||||||
"mode": "source",
|
"page": 5,
|
||||||
"source": false
|
"left": -1,
|
||||||
|
"top": 799,
|
||||||
|
"zoom": 0.7146940147948891
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file-text",
|
||||||
"title": "部门五月份任务规划"
|
"title": "诀别书钢琴谱"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -112,7 +114,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "部门五月份任务规划.md",
|
"file": "诀别书钢琴谱.pdf",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@@ -131,7 +133,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "部门五月份任务规划.md",
|
"file": "诀别书钢琴谱.pdf",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
@@ -145,7 +147,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "部门五月份任务规划.md",
|
"file": "诀别书钢琴谱.pdf",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
@@ -176,9 +178,15 @@
|
|||||||
"templates:插入模板": false,
|
"templates:插入模板": false,
|
||||||
"command-palette:打开命令面板": false,
|
"command-palette:打开命令面板": false,
|
||||||
"bases:新建数据库": false,
|
"bases:新建数据库": false,
|
||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false,
|
||||||
|
"pdf-plus:PDF++: Toggle auto-copy": false,
|
||||||
|
"pdf-plus:PDF++: Toggle auto-focus": false,
|
||||||
|
"pdf-plus:PDF++: Toggle auto-paste": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "2b7762a761440e79",
|
"active": "2b7762a761440e79",
|
||||||
"lastOpenFiles": []
|
"lastOpenFiles": [
|
||||||
|
"部门五月份任务规划.md",
|
||||||
|
"诀别书钢琴谱.pdf"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
BIN
诀别书钢琴谱.pdf
Normal file
BIN
诀别书钢琴谱.pdf
Normal file
Binary file not shown.
@@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
#### 交付物
|
#### 交付物
|
||||||
|
|
||||||
- [x] 原型机硬件问题清单
|
- [x] 原型机硬件问题清单 ✅ 2026-05-09
|
||||||
- [ ] 新版原理图修改需求清单
|
- [ ] 新版原理图修改需求清单
|
||||||
- [ ] 新版原理图 V1
|
- [ ] 新版原理图 V1
|
||||||
- [ ] 原型机硬件问题修复对照表
|
- [ ] 原型机硬件问题修复对照表
|
||||||
|
|||||||
Reference in New Issue
Block a user