Compare commits
68 Commits
ade953e5a1
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c6b377160 | ||
|
|
a93b098a34 | ||
|
|
1fe4d7ad5c | ||
|
|
0af95e2dfa | ||
|
|
ce13a9d84a | ||
|
|
86f854f8c4 | ||
|
|
d8c9a0cf67 | ||
|
|
3bd5348366 | ||
|
|
fc7921029d | ||
|
|
858a8216fd | ||
|
|
10d213d25d | ||
|
|
4e3594e9ba | ||
|
|
4af871be43 | ||
|
|
61cf05a657 | ||
|
|
ea3d349090 | ||
|
|
3bc1a093e7 | ||
|
|
c89a1fa304 | ||
|
|
947a171174 | ||
|
|
f4fe2bba0c | ||
|
|
0a86556c94 | ||
|
|
657b5320bb | ||
|
|
ba22becbf4 | ||
|
|
6b00b9b542 | ||
|
|
cd3cd5c56f | ||
|
|
095f336626 | ||
|
|
f8fc725265 | ||
|
|
b7b81bca51 | ||
|
|
6b7c71a787 | ||
|
|
5e4efb09e0 | ||
|
|
c8bdf882cf | ||
|
|
89e3baa258 | ||
|
|
fb9da10185 | ||
|
|
2057db94ea | ||
|
|
8c062dc3c7 | ||
|
|
3b5043dc4d | ||
|
|
15632ea446 | ||
|
|
a76dd6a257 | ||
|
|
61e9798b5f | ||
|
|
e4f791f4d6 | ||
|
|
a083898b33 | ||
|
|
cb45bda8b9 | ||
|
|
b0fe524172 | ||
|
|
13a44eeb3f | ||
|
|
981c613adf | ||
|
|
11e706fa15 | ||
|
|
950f97b564 | ||
|
|
98c6642b6f | ||
|
|
eadb2847e2 | ||
|
|
76d690f3e7 | ||
|
|
d41e71e0f4 | ||
|
|
9fcb77dbea | ||
|
|
343fd6d804 | ||
|
|
2f48fbc072 | ||
|
|
e2b934d39e | ||
|
|
a550f5dd9e | ||
|
|
9801bd8d5f | ||
|
|
2c18f5a426 | ||
|
|
50996c7703 | ||
|
|
416d132a18 | ||
|
|
8d766208bf | ||
|
|
025d51df85 | ||
|
|
4165d223da | ||
|
|
a0a87e0cda | ||
|
|
30a7036a03 | ||
|
|
1f375e6cf2 | ||
|
|
b498c7429f | ||
|
|
7020648729 | ||
|
|
f2728e0d59 |
4
.obsidian/app.json
vendored
@@ -1 +1,3 @@
|
|||||||
{}
|
{
|
||||||
|
"attachmentFolderPath": "./file_other"
|
||||||
|
}
|
||||||
3
.obsidian/community-plugins.json
vendored
@@ -1,3 +1,4 @@
|
|||||||
[
|
[
|
||||||
"obsidian-git"
|
"obsidian-git",
|
||||||
|
"pdf-plus"
|
||||||
]
|
]
|
||||||
2
.obsidian/graph.json
vendored
@@ -17,6 +17,6 @@
|
|||||||
"repelStrength": 10,
|
"repelStrength": 10,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 250,
|
"linkDistance": 250,
|
||||||
"scale": 1.0341089769369585,
|
"scale": 1.1715886891555545,
|
||||||
"close": true
|
"close": true
|
||||||
}
|
}
|
||||||
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": true,
|
||||||
|
"author": "cyy",
|
||||||
|
"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": true,
|
||||||
|
"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
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
@@ -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));
|
||||||
|
}
|
||||||
242
.obsidian/workspace-mobile.json
vendored
Normal file
@@ -0,0 +1,242 @@
|
|||||||
|
{
|
||||||
|
"main": {
|
||||||
|
"id": "5da933d2f760d387",
|
||||||
|
"type": "split",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "3789d8024b6707fb",
|
||||||
|
"type": "tabs",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "48372204b0114881",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "audio",
|
||||||
|
"state": {
|
||||||
|
"file": "个人总纲和进度监督/英语六级/2026-05-10/2025.12六级听力第1套.mp3"
|
||||||
|
},
|
||||||
|
"icon": "lucide-file-audio",
|
||||||
|
"title": "2025.12六级听力第1套"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "4645965494378a4c",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "image",
|
||||||
|
"state": {
|
||||||
|
"file": "超级备忘/课内备忘/Pasted image 20260313115708.png"
|
||||||
|
},
|
||||||
|
"icon": "lucide-image",
|
||||||
|
"title": "Pasted image 20260313115708"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "bc721ecf5a43274b",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "markdown",
|
||||||
|
"state": {
|
||||||
|
"file": "个人日记/2026-05-11.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
},
|
||||||
|
"icon": "lucide-file",
|
||||||
|
"title": "2026-05-11"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"currentTab": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"direction": "vertical"
|
||||||
|
},
|
||||||
|
"left": {
|
||||||
|
"id": "7bd4f2a311178d73",
|
||||||
|
"type": "mobile-drawer",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "f8a0520748d5c225",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "file-explorer",
|
||||||
|
"state": {
|
||||||
|
"sortOrder": "alphabetical",
|
||||||
|
"autoReveal": false
|
||||||
|
},
|
||||||
|
"icon": "lucide-folder-closed",
|
||||||
|
"title": "文件列表"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "85a99c743b5585ae",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "search",
|
||||||
|
"state": {
|
||||||
|
"query": "",
|
||||||
|
"matchingCase": false,
|
||||||
|
"explainSearch": false,
|
||||||
|
"collapseAll": false,
|
||||||
|
"extraContext": false,
|
||||||
|
"sortOrder": "alphabetical"
|
||||||
|
},
|
||||||
|
"icon": "lucide-search",
|
||||||
|
"title": "搜索"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "fab52334f91f8ae9",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "tag",
|
||||||
|
"state": {
|
||||||
|
"sortOrder": "frequency",
|
||||||
|
"useHierarchy": false,
|
||||||
|
"showSearch": false,
|
||||||
|
"searchQuery": ""
|
||||||
|
},
|
||||||
|
"icon": "lucide-tags",
|
||||||
|
"title": "标签"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "d1c7464c13857e3e",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "bookmarks",
|
||||||
|
"state": {},
|
||||||
|
"icon": "lucide-bookmark",
|
||||||
|
"title": "书签"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"currentTab": 0
|
||||||
|
},
|
||||||
|
"right": {
|
||||||
|
"id": "3cde30d9d85fc98e",
|
||||||
|
"type": "mobile-drawer",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"id": "e0a9e8a85dcdc51b",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "backlink",
|
||||||
|
"state": {
|
||||||
|
"file": "超级备忘/课内备忘/Pasted image 20260313115708.png",
|
||||||
|
"collapseAll": false,
|
||||||
|
"extraContext": false,
|
||||||
|
"sortOrder": "alphabetical",
|
||||||
|
"showSearch": false,
|
||||||
|
"searchQuery": "",
|
||||||
|
"backlinkCollapsed": false,
|
||||||
|
"unlinkedCollapsed": true
|
||||||
|
},
|
||||||
|
"icon": "links-coming-in",
|
||||||
|
"title": "反向链接"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "3d6d4d9bfbe1c138",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "outgoing-link",
|
||||||
|
"state": {
|
||||||
|
"file": "超级备忘/课内备忘/Pasted image 20260313115708.png",
|
||||||
|
"linksCollapsed": false,
|
||||||
|
"unlinkedCollapsed": true
|
||||||
|
},
|
||||||
|
"icon": "links-going-out",
|
||||||
|
"title": "出链"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "006a0984e4213cfe",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "outline",
|
||||||
|
"state": {
|
||||||
|
"file": "个人日记/2026-05-11.md",
|
||||||
|
"followCursor": false,
|
||||||
|
"showSearch": true,
|
||||||
|
"searchQuery": ""
|
||||||
|
},
|
||||||
|
"icon": "lucide-list",
|
||||||
|
"title": "大纲"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "25c20a9ae83de029",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "git-view",
|
||||||
|
"state": {},
|
||||||
|
"icon": "git-pull-request",
|
||||||
|
"title": "Source Control"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"currentTab": 3
|
||||||
|
},
|
||||||
|
"left-ribbon": {
|
||||||
|
"hiddenItems": {
|
||||||
|
"pdf-plus:PDF++: Toggle auto-copy": false,
|
||||||
|
"pdf-plus:PDF++: Toggle auto-focus": false,
|
||||||
|
"pdf-plus:PDF++: Toggle auto-paste": false,
|
||||||
|
"switcher:打开快速切换": false,
|
||||||
|
"graph:查看关系图谱": false,
|
||||||
|
"canvas:新建白板": false,
|
||||||
|
"daily-notes:打开/创建今天的日记": false,
|
||||||
|
"templates:插入模板": false,
|
||||||
|
"command-palette:打开命令面板": false,
|
||||||
|
"bases:新建数据库": false,
|
||||||
|
"obsidian-git:Open Git source control": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"active": "25c20a9ae83de029",
|
||||||
|
"lastOpenFiles": [
|
||||||
|
"未命名.md",
|
||||||
|
"个人日记/2026-05-11.md",
|
||||||
|
"超级备忘/课内备忘/Pasted image 20260313115708.png",
|
||||||
|
"/技能树/fireceawl api.md",
|
||||||
|
"技能树/fireceawl api.md",
|
||||||
|
"/技能树",
|
||||||
|
"超级备忘/课内备忘/微信图片_20260320233205_9_4.jpg",
|
||||||
|
"超级备忘/课内备忘/微信图片_20260320233206_10_4.jpg",
|
||||||
|
"超级备忘/课内备忘/课表.md",
|
||||||
|
"个人总纲和进度监督/英语六级/2026-05-10/2025.12英语六级解析第1套.pdf",
|
||||||
|
"个人总纲和进度监督/英语六级/2026-05-10/2025.12六级听力第1套.mp3",
|
||||||
|
"个人日记/毛选摘录/《毛泽东选集》(毛选1-7:原版五卷 静火 赤旗 草堂) (毛泽东) (Z-Library).pdf",
|
||||||
|
"个人日记/毛选摘录/毛选摘录.md",
|
||||||
|
"/个人日记/毛选摘录/毛选摘录.md",
|
||||||
|
"/个人日记/毛选摘录/《毛泽东选集》(毛选1-7:原版五卷 静火 赤旗 草堂) (毛泽东) (Z-Library).pdf",
|
||||||
|
"/个人总纲和进度监督/DEADLINE.md",
|
||||||
|
"/个人总纲和进度监督",
|
||||||
|
"/个人日记/毛选摘录",
|
||||||
|
"个人日记/毛选摘录",
|
||||||
|
"/个人日记",
|
||||||
|
"零碎的知识/手机tmux.md",
|
||||||
|
"/零碎的知识/手机tmux.md",
|
||||||
|
"/零碎的知识/clould code.md",
|
||||||
|
"/零碎的知识",
|
||||||
|
"/个人日记/未命名.md",
|
||||||
|
"个人日记/未命名.md",
|
||||||
|
"/fusion实验记录/如何做科研.md",
|
||||||
|
"fusion实验记录/如何做科研.md",
|
||||||
|
"考研/math/002_第1讲.md",
|
||||||
|
"claude.md",
|
||||||
|
"/超级备忘/激光原理/激光原理.md",
|
||||||
|
"超级备忘/激光原理/激光原理.md",
|
||||||
|
"超级备忘/机器学习/机器视觉.md",
|
||||||
|
"超级备忘/图像处理/数字图像处理.md",
|
||||||
|
"/超级备忘/课内备忘/课表.md",
|
||||||
|
"/超级备忘/课内备忘/微信图片_20260320233206_10_4.jpg",
|
||||||
|
"/超级备忘/课内备忘/微信图片_20260320233205_9_4.jpg",
|
||||||
|
"/超级备忘/机器学习/机器视觉.md",
|
||||||
|
"/超级备忘/图像处理/数字图像处理.md",
|
||||||
|
"/超级备忘/光纤通信/光纤通信.md",
|
||||||
|
"超级备忘/传感器与自动测量/传感器与自动测量.md",
|
||||||
|
"超级备忘/课内备忘/截屏2026-03-09 00.21.23.png",
|
||||||
|
"/超级备忘/课内备忘/Pasted image 20260313115708.png"
|
||||||
|
]
|
||||||
|
}
|
||||||
118
.obsidian/workspace.json
vendored
@@ -4,21 +4,21 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "678f62efae700113",
|
"id": "9b7963e42793abf4",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "e5efaa5a0907d70e",
|
"id": "c926a1cc9fc50f7f",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "split-diff-view",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "考研/math/010_## 第9讲.md",
|
"aFile": "技能树/moonlight-sunshine串流/moonlight-sunshine.md",
|
||||||
"mode": "source",
|
"bFile": "技能树/moonlight-sunshine串流/moonlight-sunshine.md",
|
||||||
"source": false
|
"aRef": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "diff",
|
||||||
"title": "010_## 第9讲"
|
"title": "Diff: moonlight-sunshine (Working Tree)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 215.5
|
"width": 299.5
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "6885019000198f8c",
|
"id": "6885019000198f8c",
|
||||||
@@ -163,7 +163,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 200
|
"width": 397.5
|
||||||
},
|
},
|
||||||
"left-ribbon": {
|
"left-ribbon": {
|
||||||
"hiddenItems": {
|
"hiddenItems": {
|
||||||
@@ -174,55 +174,59 @@
|
|||||||
"daily-notes:打开/创建今天的日记": false,
|
"daily-notes:打开/创建今天的日记": false,
|
||||||
"templates:插入模板": false,
|
"templates:插入模板": false,
|
||||||
"command-palette:打开命令面板": false,
|
"command-palette:打开命令面板": 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": "e5efaa5a0907d70e",
|
"active": "c926a1cc9fc50f7f",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"考研/math/005_## 第4讲.md",
|
"技能树/校园网/校园网通过openwrt绕过校园网多设备检测.md",
|
||||||
"考研/math/004_## 第3讲.md",
|
"技能树/frp内网穿透技术/frp内网穿透.md",
|
||||||
"考研/math/002_## 第1讲.md",
|
"技能树/moonlight-sunshine串流/moonlight-sunshine.md",
|
||||||
"考研/math/010_## 第9讲.md",
|
"技能树/fireceawl api.md",
|
||||||
"考研/math/009_## 第8讲.md",
|
"个人日记/2026-05-11.md",
|
||||||
"考研/math/003_## 第2讲.md",
|
"conflict-files-obsidian-git.md",
|
||||||
"未命名 3.base",
|
"超级备忘/粤嵌实训/正常开发流程.md",
|
||||||
"未命名 2.base",
|
"超级备忘/粤嵌实训",
|
||||||
"考研/math/001_前言.md",
|
"超级备忘/择校方面.md",
|
||||||
"未命名 1.base",
|
"个人总纲和进度监督/英语六级/2026-06-12/2026-06-12.md",
|
||||||
"零碎的知识/clould code.md",
|
"个人总纲和进度监督/英语六级/2026-06-12",
|
||||||
"考研/math/images/ffe49e27b1b256b4ec3b2fbedea04d2fb03456e81ba1014de7f0487742a5d215.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-07/2026-06-07.md",
|
||||||
"考研/math/images/ff7f771402b6f05b26429dd7004f8b6a8d08a57870152dcfb1266bd6164d296a.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-07/2023年12月六级听力音频第2 套.mp3",
|
||||||
"考研/math/images/ff51cc6f212b981a350e11dd61fb39549e36ca80e7ce382b60ca72240426c184.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-07/2023.12英语六级解析第2套.pdf",
|
||||||
"考研/math/images/ff30646567ff171a759b541db3d620391a31a7f553d1f72a844382521d6690ea.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-07/2023.12六级真题第2套.pdf",
|
||||||
"考研/math/images/ff2dd438eb3d4bec3a1caaf1dfaaa2b98b4e5ec9e763729a8b2525866aa40064.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-07",
|
||||||
"考研/math/images/ff2cdb08edd1a682a2ef230390725aeee27b501af98d5b27e2f4e0a57e3f2fd2.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-06/2026-06-06.md",
|
||||||
"考研/math/images/ff2bf26681da637d5740cdf9a96b0229d2c29427b742e43ce5cf5bf86d9cefd1.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-06",
|
||||||
"考研/math/images/feb62b5d3a89ab6b661357a25276dd3dd4d840798e79926ad35ab1a082330d68.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-05/2026-06-05.md",
|
||||||
"考研/math/images/feaa272fe17489a41c80139601c7dc324894356685e49db17e0aef147cd46bd0.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-05/2025.06英语六级解析第1套.pdf",
|
||||||
"考研/math/images/fe9e7f4e1f7de60795144556602e5ec03b7ff0183a1475b8185f6f96834dae37.jpg",
|
"个人总纲和进度监督/英语六级/2026-06-05/2025.06六级真题第1套.pdf",
|
||||||
"考研/math/images",
|
"个人总纲和进度监督/英语六级/2026-06-05",
|
||||||
"考研/math/020_## 第18讲.md",
|
"个人总纲和进度监督/英语六级/2026-06-04/2026-06-04.md",
|
||||||
"考研/math/019_## 第17讲.md",
|
"个人总纲和进度监督/英语六级/2026-05-19/2026-05-19.md",
|
||||||
"考研/math/018_## 第17讲.md",
|
"个人总纲和进度监督/线代复习/记录.md",
|
||||||
"考研/math/017_## 第15讲.md",
|
"零碎的知识/bashrc中设置宏定义.md",
|
||||||
"考研/math/016_## 第14讲.md",
|
"零碎的知识/手机tmux.md",
|
||||||
"考研/math/015_## 第13讲.md",
|
"零碎的知识/设置ipv4自动设置.md",
|
||||||
"考研/math/013_## 第12讲.md",
|
"零碎的知识/嵌入式实验室设备使用指南.md",
|
||||||
"考研/math/014_## 第13讲.md",
|
"零碎的知识/设置代理.md",
|
||||||
"考研/math/012_## 第11讲.md",
|
"零碎的知识/vscode免密.md",
|
||||||
"考研/math/011_## 第10讲.md",
|
"零碎的知识/数学建模导论 -2025年2月学习笔记.md",
|
||||||
"考研/math/008_## 第7讲.md",
|
"超级备忘/课内备忘/Pasted image 20260313115708.png",
|
||||||
"考研/math/006_## 第5讲.md",
|
"超级备忘/课内备忘/课表.md",
|
||||||
"考研/math/007_## 第6讲.md",
|
"零碎的知识/ppo算法.md",
|
||||||
"考研/math",
|
"零碎的知识/ros1禁用gazebo的gpu功能.md",
|
||||||
"考研/chapters/images",
|
"零碎的知识/ubuntu设置swap交换内存.md",
|
||||||
"考研/chapters/020_## 第18讲.md",
|
"个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套.webp",
|
||||||
"考研/chapters/019_## 第17讲.md",
|
"个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 5.webp",
|
||||||
"考研/chapters/018_## 第17讲.md",
|
"个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 3.webp",
|
||||||
"考研/chapters/017_## 第15讲.md",
|
"个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 4.webp",
|
||||||
"考研/chapters",
|
"个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 2.webp",
|
||||||
"未命名.base",
|
"个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 1.webp",
|
||||||
"超级备忘/激光原理",
|
"个人总纲和进度监督/英语六级/2026-05-10/file_other/2025.12六级真题第1套.webp",
|
||||||
"超级备忘/图像处理"
|
"个人总纲和进度监督/英语六级/2026-05-10/file_other/2025.12六级真题第1套 1.webp",
|
||||||
|
"超级备忘/课内备忘/微信图片_20260320233205_9_4.jpg"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
0
.trash/claude.md
Normal file
22
fusion实验记录/如何做科研.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
发现问题,解决问题
|
||||||
|
提出假设
|
||||||
|
做实验验证
|
||||||
|
收集结果
|
||||||
|
得出结论
|
||||||
|
|
||||||
|
|
||||||
|
## 想问题
|
||||||
|
看大量论文,找出问题,解决问题
|
||||||
|
如何去做文献调研?
|
||||||
|
文章地位,学校,是否开源代码
|
||||||
|
没有提出自己的contribusion
|
||||||
|
出自哪里,影响力
|
||||||
|
当年引用100
|
||||||
|
3 年400
|
||||||
|
google reserch
|
||||||
|
|
||||||
|
数据集冲分
|
||||||
|
a方法移到b领域
|
||||||
|
|
||||||
|
|
||||||
|
润色论文,找local提高语言质量,chatgpt
|
||||||
BIN
个人总纲和进度监督/.DS_Store
vendored
Normal file
@@ -2,25 +2,20 @@
|
|||||||
## 实习
|
## 实习
|
||||||
|
|
||||||
| 任务 | deadline |
|
| 任务 | deadline |
|
||||||
| ----------- | -------- |
|
| --------- | -------- |
|
||||||
| 完成机器狗实体部署 | |
|
| 完成机器狗实体部署 | |
|
||||||
| 完成平台机器狗项目迁移 | |
|
|
||||||
| 周报 | |
|
| 周报 | |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 课内作业
|
## 课内作业
|
||||||
|
|
||||||
| 任务 | |
|
| 任务 | |
|
||||||
| ---------- | --- |
|
| -------- | --- |
|
||||||
| 光电实验报告 | |
|
|
||||||
| 机器视觉的书 | |
|
| 机器视觉的书 | |
|
||||||
| 数据图像处理实验报告 | |
|
| 传感器大作业 | |
|
||||||
| 传感器报告 | |
|
| 激光原理考试复习 | |
|
||||||
|
|
||||||
## 大创
|
|
||||||
|
|
||||||
| 结题报告 | |
|
|
||||||
| ---- | --- |
|
|
||||||
| 制导飞镖 | |
|
|
||||||
|
|
||||||
|
|
||||||
## 论文
|
## 论文
|
||||||
@@ -39,7 +34,7 @@
|
|||||||
# 入党代办
|
# 入党代办
|
||||||
写思想汇报
|
写思想汇报
|
||||||
|
|
||||||
|
写申请转正书
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
个人总纲和进度监督/线代复习/记录.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
https://www.bilibili.com/video/BV1oZ8cz4EyC/?spm_id_from=333.1007.top_right_bar_window_history.content.click&vd_source=f553a12b04c16a678ddc0064cc04563c
|
||||||
|
串讲快速复习
|
||||||
BIN
个人总纲和进度监督/英语六级/.DS_Store
vendored
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-10/.DS_Store
vendored
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-10/2025.12六级听力第1套.mp3
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-10/2025.12六级真题第1套.pdf
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-10/2025.12英语六级解析第1套.pdf
Normal file
74
个人总纲和进度监督/英语六级/2026-05-10/2026-05-10.md
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
# Day 1|日期:2026-05-10
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:3h
|
||||||
|
- 专注度(10分制):8
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 | 100+200 |
|
||||||
|
| 听力 | 1 | 完成 |
|
||||||
|
| 阅读 | 1 | 完成 |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| 2025-12-1 | 听力 | 10/25 |
|
||||||
|
| 2025-12-1 | 长篇阅读 | 7/10 |
|
||||||
|
| 2025-12-1 | 仔细阅读 | 4/10 |
|
||||||
|
| 2025-12-1 | 选词填空 | 0/10 |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:有些词听不懂、还没有做题的顺序经验
|
||||||
|
- 是否没听到关键词:勉强能听到几个
|
||||||
|
- 是否定位失败:定位困难
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:定位还是一些困难、花费时间很长
|
||||||
|
- 是否同义替换没识别:基本不太会识别同义词替换
|
||||||
|
- 是否时间不够:时间不够,长篇花了大约20min、然后仔细花了大约18min,、第二篇仔细阅读几乎只完成了第一、二题后面赶时间蒙的,选词完全没时间
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
### 听力错题
|
||||||
|
|
||||||
|
### 阅读错题
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
- Living in an increasingly competitive world, college students should be better prepared to face various challenges.
|
||||||
|
- First and foremost, ... is the foundation. Secondly, ... can improve students' competitiveness. Finally, ... is also very important. For example, when facing difficulties, students should not give up easily.
|
||||||
|
- In conclusion, by improving their knowledge, developing practical skills and keeping a positive attitude, college students can better deal with future challenges.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
- 时间太过于紧凑
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
- 完成听力的精听,跟读,精细阅读的复盘,明天复盘完之后再二刷听力,精细阅读开一篇2025-12第二套
|
||||||
BIN
个人总纲和进度监督/英语六级/2026-05-10/file_other/2025.12六级真题第1套 1.webp
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
个人总纲和进度监督/英语六级/2026-05-10/file_other/2025.12六级真题第1套.webp
Normal file
|
After Width: | Height: | Size: 107 KiB |
72
个人总纲和进度监督/英语六级/2026-05-11/2026-05-11.md
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
# Day 2|日期:2026-05-11
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:3
|
||||||
|
- 专注度(10分制):7
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | ----------- | ------- |
|
||||||
|
| 单词 | 高频词 + 真题词 | 100+200 |
|
||||||
|
| 听力 | 复盘、精听、跟读、重做 | 完成 |
|
||||||
|
| 阅读 | | |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| | 听力 | |
|
||||||
|
| | 长篇阅读 | |
|
||||||
|
| | 仔细阅读 | |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:
|
||||||
|
- 是否同义替换没识别:
|
||||||
|
- 是否时间不够:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
- 感觉听力有些词还是不很熟练导致的失分、连读了解不清楚、以及对题目的分布不熟悉
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
|
|
||||||
BIN
个人总纲和进度监督/英语六级/2026-05-12/.DS_Store
vendored
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-12/2025.12六级真题第2套_副本.pdf
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-12/2025.12英语六级解析第2套.pdf
Normal file
71
个人总纲和进度监督/英语六级/2026-05-12/2026-05-12.md
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
# Day 3|日期:2026-05-12
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:2.5h
|
||||||
|
- 专注度(10分制):8
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ------- |
|
||||||
|
| 单词 | 高频词 + 真题词 | 100+200 |
|
||||||
|
| 听力 | | |
|
||||||
|
| 阅读 | 2 | 两份 |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
| --------- | ---- | ------ |
|
||||||
|
| | 听力 | |
|
||||||
|
| | 长篇阅读 | |
|
||||||
|
| 2025-12-2 | 仔细阅读 | 7/10 |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:还有单词不认识,以及连在一起的词组不认识
|
||||||
|
- 是否同义替换没识别:
|
||||||
|
- 是否时间不够:完成一篇11分17秒,第二篇11分00
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
### 阅读错题
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
-
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
BIN
个人总纲和进度监督/英语六级/2026-05-13/.DS_Store
vendored
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-13/2025.12六级听力第2套.mp3
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-13/2025.12六级真题第3套.pdf
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-13/2025.12英语六级解析第2套.pdf
Normal file
BIN
个人总纲和进度监督/英语六级/2026-05-13/2025.12英语六级解析第3套.pdf
Normal file
92
个人总纲和进度监督/英语六级/2026-05-13/2026-05-13.md
Normal file
@@ -0,0 +1,92 @@
|
|||||||
|
# Day 4|日期:2026-05-13
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:2h
|
||||||
|
- 专注度(10分制):8
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 + 真题词 | 100+200 |
|
||||||
|
| 听力 | 1 | 完成 |
|
||||||
|
| 阅读 | 2 | 完成两篇 |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| 2025-12-2 | 听力 | 15/25 |
|
||||||
|
| | 长篇阅读 | |
|
||||||
|
| 2025-12-3 | 仔细阅读 | 6/10 |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:还是有些短语不认识
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:
|
||||||
|
- 是否同义替换没识别:
|
||||||
|
- 是否时间不够:两篇阅读用时19min,感觉有一点急促,任然有不认识的词导致选错和主观臆断导致选错,感觉还是得阅读再仔细一些
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
### 阅读错题
|
||||||
|
![[个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套.webp]]
|
||||||
|
|
||||||
|
[[2025.12六级真题第3套.pdf#page=4&rect=50,311,493,370|2025.12六级真题第3套, p.4]]
|
||||||
|
![[个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 1.webp]]
|
||||||
|
![[个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 2.webp]]
|
||||||
|
|
||||||
|
[[2025.12六级真题第3套.pdf#page=4&rect=24,181,497,262|2025.12六级真题第3套, p.4]]
|
||||||
|
[[2025.12六级真题第3套.pdf#page=5&rect=4,497,376,575|2025.12六级真题第3套, p.5]]
|
||||||
|
![[个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 4.webp]]
|
||||||
|
|
||||||
|
[[2025.12六级真题第3套.pdf#page=6&rect=11,364,495,459|2025.12六级真题第3套, p.6]]
|
||||||
|
|
||||||
|
![[个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 3.webp]]
|
||||||
|
|
||||||
|
[[2025.12六级真题第3套.pdf#page=6&rect=110,656,239,739|2025.12六级真题第3套, p.6]]
|
||||||
|
|
||||||
|
![[个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 5.webp]]
|
||||||
|
|
||||||
|
[[2025.12六级真题第3套.pdf#page=6&rect=19,545,453,623|2025.12六级真题第3套, p.6]]
|
||||||
|
|
||||||
|
### 听力错题
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
- 听听力的时候,一旦长时间没听到答案就不知道怎么办了,以及似乎有时候听力是一段一段的不同音色会扰乱专注, 需要巩固作文模板和练字
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
BIN
个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 1.webp
Normal file
|
After Width: | Height: | Size: 87 KiB |
BIN
个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 2.webp
Normal file
|
After Width: | Height: | Size: 157 KiB |
BIN
个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 3.webp
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 4.webp
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套 5.webp
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
个人总纲和进度监督/英语六级/2026-05-13/file_other/2025.12六级真题第3套.webp
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
个人总纲和进度监督/英语六级/2026-05-13/(备份)2025.12六级真题第2套.pdf
Normal file
71
个人总纲和进度监督/英语六级/2026-05-19/2026-05-19.md
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
# Day 1|日期:2026-05-19
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:1h
|
||||||
|
- 专注度(10分制):
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 + 真题词 | 100+200 |
|
||||||
|
| 听力 | | |
|
||||||
|
| 阅读 | | |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| | 听力 | |
|
||||||
|
| | 长篇阅读 | |
|
||||||
|
| | 仔细阅读 | |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:
|
||||||
|
- 是否同义替换没识别:
|
||||||
|
- 是否时间不够:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
-
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
71
个人总纲和进度监督/英语六级/2026-06-04/2026-06-04.md
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
# Day 6|日期:2026-06-04
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:0.66h
|
||||||
|
- 专注度(10分制):8
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 + 真题词 | 200+100 |
|
||||||
|
| 听力 | | |
|
||||||
|
| 阅读 | | |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| | 听力 | |
|
||||||
|
| | 长篇阅读 | |
|
||||||
|
| | 仔细阅读 | |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:
|
||||||
|
- 是否同义替换没识别:
|
||||||
|
- 是否时间不够:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
-
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
BIN
个人总纲和进度监督/英语六级/2026-06-05/.DS_Store
vendored
Normal file
BIN
个人总纲和进度监督/英语六级/2026-06-05/2025.06六级真题第1套.pdf
Normal file
BIN
个人总纲和进度监督/英语六级/2026-06-05/2025.06英语六级解析第1套.pdf
Normal file
73
个人总纲和进度监督/英语六级/2026-06-05/2026-06-05.md
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
# Day 1|日期:2026-06-05
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:2h
|
||||||
|
- 专注度(10分制):6
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 + 真题词 | 100+200 |
|
||||||
|
| 听力 | 2025-6-1 | 完成 |
|
||||||
|
| 阅读 | 2025-6-1 | 完成 |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| 2025-6-1 | 听力 | 13/25 |
|
||||||
|
| | 长篇阅读 | |
|
||||||
|
| 2025-6-1 | 仔细阅读 | 4/10 |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:有些词不认识,并且在自己并不是特别清楚的情况下发生无端臆想
|
||||||
|
- 是否同义替换没识别:是
|
||||||
|
- 是否时间不够:20分钟做完两篇仔细阅读
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
### 听力错题
|
||||||
|
|
||||||
|
### 阅读错题
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
- zealous热衷
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
-
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
71
个人总纲和进度监督/英语六级/2026-06-06/2026-06-06.md
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
# Day 8|日期:2026-06-06
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:2h
|
||||||
|
- 专注度(10分制):8
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 + 真题词 | 100+200 |
|
||||||
|
| 听力 | 回顾复习 | 完成 |
|
||||||
|
| 阅读 | 长篇阅读1篇 | 完成 |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| | 听力 | |
|
||||||
|
| 2025-6-1 | 长篇阅读 | 7/10 |
|
||||||
|
| | 仔细阅读 | |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:抓重点的框不够大
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:还是不够仔细,但是我发现,点点阅读有助于提速和提升专注
|
||||||
|
- 是否同义替换没识别:是,其实还有没有注意到的因素在
|
||||||
|
- 是否时间不够:比较困惑的题目耽误很多时间
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
### 阅读错题
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
-
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
BIN
个人总纲和进度监督/英语六级/2026-06-07/2023.12六级真题第2套.pdf
Normal file
BIN
个人总纲和进度监督/英语六级/2026-06-07/2023.12英语六级解析第2套.pdf
Normal file
BIN
个人总纲和进度监督/英语六级/2026-06-07/2023年12月六级听力音频第2 套.mp3
Normal file
71
个人总纲和进度监督/英语六级/2026-06-07/2026-06-07.md
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
# Day 9|日期:2026-06-07
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:
|
||||||
|
- 专注度(10分制):
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 + 真题词 | |
|
||||||
|
| 听力 | | |
|
||||||
|
| 阅读 | | |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| | 听力 | |
|
||||||
|
| | 长篇阅读 | |
|
||||||
|
| | 仔细阅读 | |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:
|
||||||
|
- 是否同义替换没识别:
|
||||||
|
- 是否时间不够:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
-
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
73
个人总纲和进度监督/英语六级/2026-06-12/2026-06-12.md
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
# Day 10|日期:2026-06-12
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:2h
|
||||||
|
- 专注度(10分制):9
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 + 真题词 | |
|
||||||
|
| 听力 | 2024年12月第一套 | 完成 |
|
||||||
|
| 阅读 | | |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| 2024-12-1 | 听力 | 12/25 |
|
||||||
|
| 2024-12-1 | 长篇阅读 | 10/10 |
|
||||||
|
| 2024-12-1 | 仔细阅读 | 8/10 |
|
||||||
|
| 2024-12-1 | 选词填空 | 4/10 |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:
|
||||||
|
- 是否同义替换没识别:
|
||||||
|
- 是否时间不够:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 错题记录
|
||||||
|
|
||||||
|
### 听力错题
|
||||||
|
|
||||||
|
### 阅读错题
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
-
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
2365
个人总纲和进度监督/英语六级/cet6-study-editor.html
Normal file
65
个人总纲和进度监督/英语六级/week1/example.md
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
# Day 1|日期:
|
||||||
|
|
||||||
|
## 今日学习时长
|
||||||
|
- 总时长:
|
||||||
|
- 专注度(10分制):
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日任务完成情况
|
||||||
|
|
||||||
|
| 模块 | 内容 | 完成情况 |
|
||||||
|
| --- | --------- | ---- |
|
||||||
|
| 单词 | 高频词 + 真题词 | |
|
||||||
|
| 听力 | | |
|
||||||
|
| 阅读 | | |
|
||||||
|
| 翻译 | | |
|
||||||
|
| 作文 | | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日真题记录
|
||||||
|
|
||||||
|
| 真题年份 | 模块 | 正确率/情况 |
|
||||||
|
|---|---|---|
|
||||||
|
| | 听力 | |
|
||||||
|
| | 长篇阅读 | |
|
||||||
|
| | 仔细阅读 | |
|
||||||
|
| | 选词填空 | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日错题分析
|
||||||
|
|
||||||
|
### 听力
|
||||||
|
- 错因:
|
||||||
|
- 是否没听到关键词:
|
||||||
|
- 是否定位失败:
|
||||||
|
|
||||||
|
### 阅读
|
||||||
|
- 错因:
|
||||||
|
- 是否同义替换没识别:
|
||||||
|
- 是否时间不够:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日积累
|
||||||
|
|
||||||
|
### 生词
|
||||||
|
-
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
### 好句/作文表达
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 今日总结
|
||||||
|
|
||||||
|
### 今天最大问题
|
||||||
|
-
|
||||||
|
|
||||||
|
### 明天重点
|
||||||
|
-
|
||||||
9
个人日记/2026-05-11.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# 锻炼
|
||||||
|
## 跑步
|
||||||
|
3公里
|
||||||
|
### 备注
|
||||||
|
2.7公里力竭,最后跑完3公里后又冲刺了300米
|
||||||
|
## 引体
|
||||||
|
6X3组
|
||||||
|
### 备注
|
||||||
|
第四组第四个的时候力竭
|
||||||
24
个人日记/未命名.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
好久没有写这么长的字了哈哈哈,该怎么开始呢,就是你先别急没什么大事,我就只是纯纯突然想找个人聊聊内心的想法啥的,有点憋的慌emmmm,想来想去似乎我发现好像我没有几个一直保持联系的朋友了,唉,突然找过去又不太好,唯一能想到的真只有你可以交心的说说了唉
|
||||||
|
|
||||||
|
如果你有时间就看吧哈哈哈,没时间就不用看,我只是有些想法想逼逼叨说出来而已,没时间的话也不用浪费时间继续看哦
|
||||||
|
|
||||||
|
我有个臭毛病就是焦虑的时候就想着保持专注,就不去主动和朋友交流啥的,忙完了又感觉想自己放松,玩玩游戏,养养花,养养小鱼啥的,搞到现在我发现好像和好多朋友失联挺久了www
|
||||||
|
大学前两年的压力在机器人比赛上,每天都在想着咋写一个很好的代码让我的机器人运行的更完美一些,这个时候我很开心的,能有正反馈,框框学哈哈哈哈,宿舍也回的不是很多,老师住在实验室里边,跟学长一起研究一起玩
|
||||||
|
|
||||||
|
转折可能在大二吧,这个时候我已经是竞赛的主力军了,很多学长学姐也看好我希望能拿个不错的名次,我也觉得我没问题,想着也跟大一时候一样,接手学长的许多比赛(有三四个比赛吧好像是,当时是不同月份比赛的,不太冲突)但是我后面又接触到另外其他的很锻炼技术的比赛,一个叫智能车竞赛、还有一个叫robomaster就是我之前送你周边的那个,我是真很喜欢这两个比赛,给我了其他比赛没有的交流学习的氛围。之前大一和学长打的比赛,除了智能车,其他比赛都跟死水一般,鹅且也是那种买官方的机器人,就只是改一改官方的代码就能运行去比赛的那种,交流群里也是死气沉沉的,甚至问关于赛规的问题都没有官方鸟你。但也是因为我接手了这两个新的比赛,导致我时间分配失衡了,本来我可以好好准备各个比赛的,结果因为新打的这两个都是非常耗时间的比赛(去搜机器人比赛排名,基本前一二名就是rm和智能车),我基本一直在连轴转,导致我几乎所有的比赛,都没有拿到很好的名次。。。。但是我确实尽力了,几乎每个比赛我都是主力,可能也是这个原因吧导致我很累,但是队友又没有那么多的比赛经验,导致几乎我一直在考虑要注意的事项什么的,我感觉很对不起我们的指导老师,我几乎整个学期都没睡满过7h,几乎每天都是4——6h的睡眠,甚至好几门课,差点错过考试,也导致我绩点掉了很多,这后面也引发了一些超级连锁反应。
|
||||||
|
|
||||||
|
第二年,到了大三,我因为心里内疚,本来我的计划是大二打比赛,大三就去投入到科研里面的,发论文,那样我基本就稳定的确保我可以保研了,本来我的绩点也还不错,况且我们专业到大三才分流成小专业,我选择冷门的那个专业,就能在小专业的前几名来保研。喔还是选择了留在实验室去带学弟学妹,去给他们做培训传承经验什么的,结果因为之前的技术组组长走了,除了我几乎没有人会那个技术,我就留在队里做技术组长,接着又一堆的事情涌来,好几台机器人都需要这个技术,我培训的学弟学妹又还没有成长起来,我得同时兼顾这些,就这样我大三上就这样草草的结束了
|
||||||
|
|
||||||
|
到了大三开学我发觉我好像快要错失保研的时机了,但这个时候其实还有救,可是我后面在放寒假的时候,找了份线上实习,工资也还不错,每个月差不多有4400左右的工资,我签了六个月的协议,到今年7月份,就这样我寒假就基本也是搞rm比赛的技术发展,以及完成实习任务,科研是一点都没有推进的,我放不下心,其实我想走随时都能走,但是我还是觉得我有责任在,不能在他们还没完全成长起来就抛弃他们去奔我的前程,我学长也在劝我早点离队去忙我的保研,喔还是一直在队里帮忙,一直到三月中旬,他们比完这个rm比赛的一个区域赛(这个单独的比赛,周期是一年,有两次大型比赛,很耗时间和精力的),期间我们的机器人临场出现故障,还是我力挽狂澜救活了,这个比赛也创造了队史,进了16强,我其实是很高兴的,比完这个之后我就和其他人说我得离队去忙我的考研了,紧接着我又是一通补课补实验(之前比赛请了几乎一整个月的假,拉下了很多东西),就来到四月上旬了,这个时候我科研的导师来说问我情况,告诉我时间不多了,我也和其他竞争保研的同学沟通发现,我情况还是很危险的,去年三个保研,我目前排第三,而且第四的成绩几乎和我一模一样。。。。。。我发现这个的时候其实有些心有不甘,第四的那个人,哪怕说是第一第二的那两个人,技术水平,实践能力,实践经验都是远远不及我的,就基本纯绩点,然后打的比赛也是有打那种就是很简单的比赛,就能拿一个不错的奖就能跟我持平。。。。唉,可能是我心胸狭隘?可能是我太过在乎自己的技术吗,比赛的时候我也看到一些人,自己本身就没有水平和能力,却依旧能靠着队友,或者靠着指导老师就能拿到很高的荣誉,我也觉得不公。。。。还有作弊的,曾经我也有作弊的机会,但是我就是不愿意,我的心里过意不去,我觉得就算拿到了也不是我的东西,可是现实就是,不管你是什么方式,作弊你拿到了名次也是拿到了名次,依旧可以拿过去参与排名
|
||||||
|
|
||||||
|
就感觉整个世界,到处充斥着投机倒把,取巧的人,他们就是可以去拿到很好的很耀眼的成绩,可以走进他们才发现他们也只是外表光鲜亮丽而已,丝毫没有我佩服的地方,甚至还有人上课都不去,实验也不自己做,依仗学委打掩护,这种人都能保研吗?
|
||||||
|
放到之前,我觉得比不过就是比不过,我无所谓,但是我很不甘,凭什么这种投机倒把的人还能排在我前面,去和我争,还是我太老实了吗。。。。
|
||||||
|
|
||||||
|
同时也因为我自己的原因,导致我现在处在一个很尴尬的位置,喔到底是保研还是考研的问题,两边都需要大量的时间去准备,我每次遇到这种问题都头大,不知道怎么解决,然后就焦虑,然后就什么事也不愿意去干,我的实习、我的科研,全都踢在一边,可以说我最近一直在摆烂,想过很多方法去排解,一个人去ktv啥的,但是也只是暂时的缓解,没有解决实际的问题
|
||||||
|
然后我那天就给你发发消息想和你聊聊来着哈哈哈,结果发现你似乎最近也不太顺利的感觉,就没有继续了,而且你没有回我,我其实又再思考,是不是你现在觉得我有点莫名其妙,或者觉得我有点骚扰你的意思在嘛,难道是因为之前欠了生日礼物记仇了嘛wwww我真的真的偏离我预期了,我本来以为我大三没这么多事的哈哈哈,就可以专心干自己喜欢的事情了,结果来个超级连锁反应,真的真的,有生之年,一定给你做一个我给你定制的专属机器人
|
||||||
|
|
||||||
|
有一说一,你是我心目中高中以来的最好的朋友,我也是第一次收到你给我的花,第一次有人愿意主动来和我说话,找我聊天,可能我的性格就是这种比较沉默的,导致你觉得我没有啥意思吧,可能我也太过于正经了?我真的很害怕失去你这个很好的朋友吧,我看你的好朋友都和你玩的很好,我其实很羡慕的哈哈哈,如果能看到这里真的真的很谢谢你了,emm就是喔不知道你对我目前是啥定位,好朋友?可有可无的朋友?或者觉得我是那种偶尔给你发信息骚扰你的讨厌的人?我其实就是有点缺乏安全感emmm一直都是,我很害怕变动,但是又一直在变,我怕有一天我想找人倾诉,找人玩,结果回过头,全都不在了,我也很害怕我的遗忘,我回忆过来发现我少了很多之前的回忆,一些朋友的脸我可能回忆中都模糊了,我想和你做一辈子的好朋友,会也只是想一想嘛。。。。甚至可能没有什么共同语言?我其实不是很会聊天,也一直在学习如何聊天哈哈哈,也可能是你好朋友太多了,也太忙了,我想确认一下我目前在你心里的位置唉,好的也好坏的也好,告诉我好吗?
|
||||||
|
|
||||||
|
但是今天我有很大的突破唉,之前打游戏都不顺利,你知道啵,我一直连输20多场游戏,我自己都傻了,但是今天我说,我游戏都打不好,人生更别tm说了,就苦练了一下,结果今天连赢了好多把咧,我去,我这个时候感觉人生都转折点来了你知道不,今天早上还在看罗翔老师讲怎么走出低谷哈哈哈哈,我前面摆烂一天睡十几个小时也不愿意去做事,我不想面对这么多的事情,但是我现在很有行动力啊我去
|
||||||
|
|
||||||
|
一不小心就说了一堆,如果你是直接看的最后,也还是说,如果你有空的话再看吧,没空就别浪费时间啦,就是我最近有点不开心输出的一些负面的东西而已,也没什么其他有营养的东西啦,祝你天天开心!
|
||||||
BIN
个人日记/毛选摘录/《毛泽东选集》(毛选1-7:原版五卷 静火 赤旗 草堂) (毛泽东) (Z-Library).pdf
Normal file
8
个人日记/毛选摘录/毛选摘录.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
调查就像“十月怀胎”,解决问题就像“一朝分娩”。调查就是解决 问题 --反对本本主义
|
||||||
|
|
||||||
|
他们的理由是:过去流过血得来的东西,为什 么要不得?他们不知道:我们固然应该尊重过去流血的经验,但是还 应该尊重自己流血的经验。
|
||||||
|
|
||||||
|
一成不变的东西是没有的。
|
||||||
|
|
||||||
|
我 们研究革命战争的规律,出发于我们要求消灭一切战争的志愿,这是 区别我们共产党人和一切剥削阶级的界线。
|
||||||
|
|
||||||
1
技能树/fireceawl api.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
fc-0d4620716cae4d8fb31aa29405a01fd2
|
||||||
21
技能树/jetson orin nx surper开发/未命名.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
sudo nano /opt/nvidia/l4t-usb-device-mode/nv-l4t-usb-device-mode-config.sh
|
||||||
|
修改192.168.55.1为55.2
|
||||||
|
# 停止并禁用USB虚拟网卡服务
|
||||||
|
sudo systemctl stop nv-l4t-usb-device-mode.service
|
||||||
|
sudo systemctl disable nv-l4t-usb-device-mode.service
|
||||||
|
|
||||||
|
关闭图形化
|
||||||
|
sudo systemctl set-default multi-user.target
|
||||||
|
|
||||||
|
恢复
|
||||||
|
sudo systemctl set-default graphical.target
|
||||||
|
|
||||||
|
停止风扇
|
||||||
|
sudo systemctl stop nvfancontrol
|
||||||
|
|
||||||
|
sudo tee /sys/class/thermal/thermal_zone8/policy <<< user_space
|
||||||
|
|
||||||
|
jtop里的ctrl
|
||||||
|
|
||||||
|
重新启动风扇自动控制
|
||||||
|
sudo systemctl restart nvfancontrol
|
||||||
@@ -4,4 +4,6 @@
|
|||||||
在配置sunshine网络的面板上,你看到的所有的tcp和udp的端口都需要进行转发,因为sunshine是通过不同的通道来融合串流才有这么高的速度的
|
在配置sunshine网络的面板上,你看到的所有的tcp和udp的端口都需要进行转发,因为sunshine是通过不同的通道来融合串流才有这么高的速度的
|
||||||
有的通道是鼠标键盘,有的通道是图像,同时,你可以通过控制数据量和清晰度来控制正律和流畅度,目前测试来看,它跟你外接的显示器的分辨率大小保持一致是串流效果还不错的选择。
|
有的通道是鼠标键盘,有的通道是图像,同时,你可以通过控制数据量和清晰度来控制正律和流畅度,目前测试来看,它跟你外接的显示器的分辨率大小保持一致是串流效果还不错的选择。
|
||||||
我目前是通过frp[[frp内网穿透]]将其所有用到的端口都进行内网穿透来实现的,其实其穿过了 本地1->路由器->公网服务器->本地2,延迟很高也正常,很多情况下还不如todesk
|
我目前是通过frp[[frp内网穿透]]将其所有用到的端口都进行内网穿透来实现的,其实其穿过了 本地1->路由器->公网服务器->本地2,延迟很高也正常,很多情况下还不如todesk
|
||||||
但是在哦局域网内部的表现利还不错,同局域网下可以实现用mac串流win来打黑猴,基本感觉不到什么延迟,它也能同步转发声音。
|
但是在哦局域网内部的表现利还不错,同局域网下可以实现用mac串流win来打黑猴,基本感觉不到什么延迟,它也能同步转发声音,优点是todesk(节点满了)无法使用时,任然有第二条数据通路
|
||||||
|
|
||||||
|
还可以试试皎月连p2p打洞
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
views:
|
|
||||||
- type: table
|
|
||||||
name: 表格
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
views:
|
|
||||||
- type: table
|
|
||||||
name: 表格
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
views:
|
|
||||||
- type: table
|
|
||||||
name: 表格
|
|
||||||
BIN
考研/.DS_Store
vendored
Normal file
@@ -1,7 +1,5 @@
|
|||||||
## 张宇大学数学图书推荐
|
## 张宇大学数学图书推荐
|
||||||
|
|
||||||
大学数学解题指南
|
|
||||||
|
|
||||||
## 20年教学精华
|
## 20年教学精华
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
[[27张宇基础30讲高数.pdf#page=10|27张宇基础30讲高数, p.10]]
|
||||||
## 第1讲
|
## 第1讲
|
||||||
|
|
||||||
## 函数极限与连续
|
## 函数极限与连续
|
||||||
@@ -5,9 +6,6 @@
|
|||||||
<table><tr><td>考题</td><td>计算函数极限</td></tr><tr><td>题型</td><td>选择题、填空题、解答题 ①理解函数的概念,掌握函数的表示法,会建立应用问题的函数关系;</td></tr><tr><td>目标</td><td>②了解函数的有界性、单调性、周期性和奇偶性; ③理解复合函数及分段函数的概念,了解反函数及隐函数的概念; ④掌握基本初等函数的性质及其图形,了解初等函数的概念; ⑤理解极限的概念,理解函数左极限与右极限的概念以及函数极限存在与左极限、右极限之间的关系; ③掌握极限的性质及四则运算法则,掌握利用两个重要极限求极限的方法; ⑦掌握极限存在的两个准则,并会利用它们求极限(仅数学一、数学二),了解极限的性质及 极限存在的两个准则(仅数学三); ③理解无穷小量、无穷大量的概念,掌握无穷小量的比较方法,会用等价无穷小量求极限; ③理解函数连续性的概念(含左连续与右连续),会判别函数间断点的类型;</td></tr><tr><td>重难点</td><td>10了解连续函数的性质和初等函数的连续性 ①洛必达法则;②泰勒公式</td></tr></table>
|
<table><tr><td>考题</td><td>计算函数极限</td></tr><tr><td>题型</td><td>选择题、填空题、解答题 ①理解函数的概念,掌握函数的表示法,会建立应用问题的函数关系;</td></tr><tr><td>目标</td><td>②了解函数的有界性、单调性、周期性和奇偶性; ③理解复合函数及分段函数的概念,了解反函数及隐函数的概念; ④掌握基本初等函数的性质及其图形,了解初等函数的概念; ⑤理解极限的概念,理解函数左极限与右极限的概念以及函数极限存在与左极限、右极限之间的关系; ③掌握极限的性质及四则运算法则,掌握利用两个重要极限求极限的方法; ⑦掌握极限存在的两个准则,并会利用它们求极限(仅数学一、数学二),了解极限的性质及 极限存在的两个准则(仅数学三); ③理解无穷小量、无穷大量的概念,掌握无穷小量的比较方法,会用等价无穷小量求极限; ③理解函数连续性的概念(含左连续与右连续),会判别函数间断点的类型;</td></tr><tr><td>重难点</td><td>10了解连续函数的性质和初等函数的连续性 ①洛必达法则;②泰勒公式</td></tr></table>
|
||||||
|
|
||||||
按《全国硕士研究生招生考试数学考试大纲》来编写的基础知识结构,只不过我把大纲中罗列的知识点做成了一个体系化的知识结构图,希望同学们每学宅一讲,回过头来能够自己写出基础知识结构.
|
按《全国硕士研究生招生考试数学考试大纲》来编写的基础知识结构,只不过我把大纲中罗列的知识点做成了一个体系化的知识结构图,希望同学们每学宅一讲,回过头来能够自己写出基础知识结构.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## 基础知识结构
|
## 基础知识结构
|
||||||
|
|
||||||

|

|
||||||
@@ -18,19 +16,14 @@
|
|||||||
|
|
||||||
## 基础内容精讲
|
## 基础内容精讲
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## 函数的概念与特性
|
## 函数的概念与特性
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## 1函数
|
## 1函数
|
||||||
|
|
||||||
设x与y是两个变量,D是一个给定的数集,若对于每一个x∈D,按照一定的法则f,有一个确定的y值与之对应,则称y为x的函数,记作y=f(x),称x为自变量,y为因变量,称数集D为此函数的定义域,定义域一般由实际背景中变量的具体意义或者函数对应法则的要求确定,称 $\{ f ( x ) { \big \vert } x \in D \}$ 为值域.
|
设x与y是两个变量,D是一个给定的数集,若对于每一个x∈D,按照一定的法则f,有一个确定的y值与之对应,则称y为x的函数,记作y=f(x),称x为自变量,y为因变量,称数集D为此函数的定义域,定义域一般由实际背景中变量的具体意义或者函数对应法则的要求确定,称 $\{ f ( x ) { \big \vert } x \in D \}$ 为值域.
|
||||||
|
|
||||||
## 注单值函数与多值函数
|
## 注:单值函数与多值函数
|
||||||
|
|
||||||
事实上,上述定义的函数是单值函数,若给一个 $x _ { 1 }$ ,对应一个 $y _ { 1 }$ ;给另外一个 $x _ { 2 }$ ,对应另外一个$y _ { 2 }$ ,这叫一对一[见图1-1(a)].若给定 $x _ { 1 } \ : , \ : x _ { 2 } \ : ( \ : x _ { 1 } \neq x _ { 2 } )$ ,它们对应同一个y,则称多对一[见图1-1(b)],所以函数可以一对一,也可以多对一,这叫单值函数。
|
事实上,上述定义的函数是单值函数,若给一个 $x _ { 1 }$ ,对应一个 $y _ { 1 }$ ;给另外一个 $x _ { 2 }$ ,对应另外一个$y _ { 2 }$ ,这叫一对一[见图1-1(a)].若给定 $x _ { 1 } , x _ { 2 } ( \ : x _ { 1 } \neq x _ { 2 } )$ ,它们对应同一个y,则称多对一[见图1-1(b)],所以函数可以一对一,也可以多对一,这叫单值函数。
|
||||||
|
|
||||||
但是,若一个x对应一个 $y _ { 1 }$ ,又对应另一个 $y _ { 2 }$ ,也就是一对多,这叫多值函数[见图1-1(c)],它不在上述定义中
|
但是,若一个x对应一个 $y _ { 1 }$ ,又对应另一个 $y _ { 2 }$ ,也就是一对多,这叫多值函数[见图1-1(c)],它不在上述定义中
|
||||||
|
|
||||||
@@ -94,7 +87,6 @@ $$
|
|||||||
注本书所讲的知识是全面的,对题目的把握是准确的.从范围上、广度上讲是涵盖整个考研大纲的;从深度上讲,掌握我说的题目的难度就够了,达到这个难度,考研数学就能解决了.比
|
注本书所讲的知识是全面的,对题目的把握是准确的.从范围上、广度上讲是涵盖整个考研大纲的;从深度上讲,掌握我说的题目的难度就够了,达到这个难度,考研数学就能解决了.比
|
||||||
|
|
||||||
这个题目的难度低,不行;超过这个题目的难度,不需要!
|
这个题目的难度低,不行;超过这个题目的难度,不需要!
|
||||||
|
|
||||||
## 2反函数 →前提:符合铅直画线法.
|
## 2反函数 →前提:符合铅直画线法.
|
||||||
|
|
||||||
设函数 $y = f ( x )$ 的定义域为D,值域为R.如果对于每一个 $y \in R$ ,必存在唯一的 $\boldsymbol { x } \in D$ ,使得 $y = f ( x )$ 成立,则由此定义了一个新的函数 $x = \varphi ( y )$ ,这个函数称为函数 $y = f ( x )$ 的反函数,一般记作 $x = f ^ { - 1 } ( y )$ 它的定义域为R,值域为D.相对于反函数来说,原来的函数也称为直接函数.以下两点需要说明.
|
设函数 $y = f ( x )$ 的定义域为D,值域为R.如果对于每一个 $y \in R$ ,必存在唯一的 $\boldsymbol { x } \in D$ ,使得 $y = f ( x )$ 成立,则由此定义了一个新的函数 $x = \varphi ( y )$ ,这个函数称为函数 $y = f ( x )$ 的反函数,一般记作 $x = f ^ { - 1 } ( y )$ 它的定义域为R,值域为D.相对于反函数来说,原来的函数也称为直接函数.以下两点需要说明.
|
||||||
@@ -109,6 +101,9 @@ $$
|
|||||||
|
|
||||||
## 注(1)单值函数(符合铅直画线法)才谈反函数
|
## 注(1)单值函数(符合铅直画线法)才谈反函数
|
||||||
|
|
||||||
|
![[考研/math/file_other/27张宇基础30讲高数.webp]]
|
||||||
|
|
||||||
|
[[27张宇基础30讲高数.pdf#page=15&rect=69,465,445,588|27张宇基础30讲高数, p.15]]
|
||||||
(2)有反函数的函数不一定是单调函数,比如
|
(2)有反函数的函数不一定是单调函数,比如
|
||||||
|
|
||||||
$$
|
$$
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
## 第2讲
|
[[27张宇基础30讲高数.pdf#page=84|27张宇基础30讲高数, p.84]]
|
||||||
|
## 第2讲】
|
||||||
|
|
||||||
## 数列极限
|
## 数列极限
|
||||||
|
|
||||||
<table><tr><td rowspan=1 colspan=1>考题</td><td rowspan=1 colspan=1>证明数列极限的存在性</td></tr><tr><td rowspan=1 colspan=1>题型</td><td rowspan=1 colspan=1>选择题、填空题、解答题</td></tr><tr><td rowspan=1 colspan=1>目标</td><td rowspan=1 colspan=1>①理解数列极限的概念;②掌握数列极限的性质及四则运算规则;③掌握数列极限存在的两个准则,并会利用它们求极限</td></tr><tr><td rowspan=1 colspan=1>重难点</td><td rowspan=1 colspan=1>①海涅定理的应用;②通过放缩利用夹逼准则求极限;③单调有界准则证明极限存在</td></tr></table>
|
<table><tr><td rowspan=1 colspan=1>考题</td><td rowspan=1 colspan=1>证明数列极限的存在性</td></tr><tr><td rowspan=1 colspan=1>题型</td><td rowspan=1 colspan=1>选择题、填空题、解答题</td></tr><tr><td rowspan=1 colspan=1>目标</td><td rowspan=1 colspan=1>①理解数列极限的概念;②掌握数列极限的性质及四则运算规则;③掌握数列极限存在的两个准则,并会利用它们求极限</td></tr><tr><td rowspan=1 colspan=1>重难点</td><td rowspan=1 colspan=1>①海涅定理的应用;②通过放缩利用夹逼准则求极限;③单调有界准则证明极限存在</td></tr></table>
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 基础知识结构
|
## 基础知识结构
|
||||||
BIN
考研/math/27张宇基础30讲高数.pdf
Normal file
BIN
考研/math/file_other/27张宇基础30讲高数.webp
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
超级备忘/.DS_Store
vendored
2
超级备忘/择校方面.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
scopus
|
||||||
|
关注一作率
|
||||||
@@ -6,3 +6,5 @@
|
|||||||
|
|
||||||
偏振片消光
|
偏振片消光
|
||||||
|
|
||||||
|
灰度函数
|
||||||
|
直方图均衡化
|
||||||
|
|||||||
101
超级备忘/粤嵌实训/正常开发流程.md
Normal file
@@ -0,0 +1,101 @@
|
|||||||
|
打开文件
|
||||||
|
操作文件
|
||||||
|
关闭文件
|
||||||
|
|
||||||
|
使用man查看函数头
|
||||||
|
描述符来完成对文件的操作
|
||||||
|
通过open和close打开和关闭文件
|
||||||
|
|
||||||
|
|
||||||
|
在开发版上显示红色
|
||||||
|
arm-linux-gcc
|
||||||
|
|
||||||
|
在开发版上绘制矩形和圆形
|
||||||
|
|
||||||
|
input
|
||||||
|
讲输入发生的结构体
|
||||||
|
time type
|
||||||
|
|
||||||
|
|
||||||
|
获取触摸屏坐标
|
||||||
|
打开触摸屏,读取数据,定义envent结构体,
|
||||||
|
|
||||||
|
新创建project文件夹,放封装的代码
|
||||||
|
|
||||||
|
在touch.c /.h完成封装并且完成以下函数
|
||||||
|
获取滑动方向,上返回1,下2,左返回3,右返回4
|
||||||
|
|
||||||
|
int get_touch_dir
|
||||||
|
|
||||||
|
|
||||||
|
读取bmp文件
|
||||||
|
24位,32位,三字街和四字街的区别
|
||||||
|
bmp文件的格式
|
||||||
|
获取宽度、高度,四字节
|
||||||
|
色深:从0x1c开始的两个字街,决定上述电字节数
|
||||||
|
|
||||||
|
调色板可有可无
|
||||||
|
像素数组
|
||||||
|
获取像素数组
|
||||||
|
每行像素必须是四的整数倍数
|
||||||
|
求字节数
|
||||||
|
申请一块像素数组空间:malloc
|
||||||
|
大小端存储
|
||||||
|
小端模式
|
||||||
|
定义四个颜色分量值
|
||||||
|
分析bmp的坐标关系
|
||||||
|
|
||||||
|
|
||||||
|
在开发版上显示一张图片,生成一张bmp图片(画图打开bmp)
|
||||||
|
|
||||||
|
show某个位置起始坐标左上角
|
||||||
|
打开bmp文件
|
||||||
|
解析bmp
|
||||||
|
旋转特效
|
||||||
|
|
||||||
|
在lcd上进行字符的显示
|
||||||
|
取字模
|
||||||
|
横向取模
|
||||||
|
c51格式
|
||||||
|
|
||||||
|
|
||||||
|
xy,字符宽度,字符高度,字符取模数组,字符颜色
|
||||||
|
判断当前比特是否为1
|
||||||
|
|
||||||
|
模块使用
|
||||||
|
|
||||||
|
在字符基础上进行修改,显示数字
|
||||||
|
每一位都单独取出
|
||||||
|
再进行显示
|
||||||
|
sprintf输出数字映射到数组里面,通过映射来解析数组内容
|
||||||
|
|
||||||
|
insmod 加载beep驱动
|
||||||
|
|
||||||
|
sys/kernal查看
|
||||||
|
fd打开
|
||||||
|
写1写0
|
||||||
|
关闭设备
|
||||||
|
封装一个函数控制led和蜂鸣器
|
||||||
|
|
||||||
|
发射五个字街,前0xa1
|
||||||
|
第二个字节0xf1(发射状态)
|
||||||
|
三字节用户码+命令码
|
||||||
|
手机红外遥控发和解析
|
||||||
|
发送之后,读取判断是否发送成功
|
||||||
|
接受数据:
|
||||||
|
|
||||||
|
代码实现:
|
||||||
|
|
||||||
|
创建一个文件用来接受收到的指令
|
||||||
|
只接受三个字节
|
||||||
|
|
||||||
|
从命令文件中读取三个发送
|
||||||
|
buff保存需要发送的命令字节(用户码+命令码)
|
||||||
|
|
||||||
|
|
||||||
|
解析一个红外信号
|
||||||
|
在主函数里面
|
||||||
|
初始化lcd
|
||||||
|
在循环里面调用学习模式,把数据存储进来,发送模式把数据发送到另外一个模块上
|
||||||
|
|
||||||
|
学习模式发送到字节为:0xa1 0x
|
||||||
@@ -16,7 +16,7 @@ winget install Anthropic.ClaudeCode
|
|||||||
claude --version
|
claude --version
|
||||||
```
|
```
|
||||||
|
|
||||||
## 配置国内api
|
## 配置国内api(旧,移步使用CCswitch)
|
||||||
|
|
||||||
在配置前,请确保清除以下 Anthropic 相关的环境变量,以免影响 其他国产 API 的正常使用:
|
在配置前,请确保清除以下 Anthropic 相关的环境变量,以免影响 其他国产 API 的正常使用:
|
||||||
|
|
||||||
@@ -126,7 +126,40 @@ claude
|
|||||||
配置完成后即可愉快的享用啦
|
配置完成后即可愉快的享用啦
|
||||||
|
|
||||||

|

|
||||||
|
## 使用CCswitch配置
|
||||||
|
https://github.com/farion1231/cc-switch
|
||||||
|
使用方法直接看readme
|
||||||
## 关于claude code联网
|
## 关于claude code联网
|
||||||
在.clude.json中加入
|
在.clude.json中加入
|
||||||
"skipWebFetchPreflight": true
|
"skipWebFetchPreflight": true
|
||||||
|
|
||||||
|
# linux通过npm安装
|
||||||
|
|
||||||
|
```
|
||||||
|
which node
|
||||||
|
which npm
|
||||||
|
node -v
|
||||||
|
npm -v
|
||||||
|
|
||||||
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||||
|
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
|
||||||
|
|
||||||
|
nvm install 20
|
||||||
|
nvm use 20
|
||||||
|
nvm alias default 20
|
||||||
|
|
||||||
|
node -v
|
||||||
|
npm -v
|
||||||
|
which node
|
||||||
|
which npm
|
||||||
|
|
||||||
|
npm install -g @anthropic-ai/claude-code
|
||||||
|
claude --version
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
/context
|
||||||
|
|
||||||
|
/cost
|
||||||
3
零碎的知识/手机tmux.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
pkg install proot-distro && proot-distro install ubuntu && proot-distro login ubuntu
|
||||||
|
|
||||||
|
bash -c "$(curl -fsSL https://astrbot.app/termux.sh)"
|
||||||