vault backup: 2023-10-04 19:47:04

This commit is contained in:
2023-10-04 19:47:04 +08:00
parent 63e8045b12
commit 6096efddb4
38 changed files with 38658 additions and 25879 deletions

7
.obsidian/app.json vendored
View File

@@ -1,7 +1,7 @@
{ {
"promptDelete": false, "promptDelete": false,
"newLinkFormat": "relative", "newLinkFormat": "relative",
"attachmentFolderPath": "./assets/IoC", "attachmentFolderPath": "./assets/引言",
"showUnsupportedFiles": false, "showUnsupportedFiles": false,
"newFileLocation": "current", "newFileLocation": "current",
"useMarkdownLinks": true, "useMarkdownLinks": true,
@@ -12,9 +12,6 @@
"foldIndent": true, "foldIndent": true,
"showIndentGuide": false, "showIndentGuide": false,
"smartIndentList": true, "smartIndentList": true,
"spellcheckLanguages": [ "spellcheckLanguages": null,
"zh-CN",
"en-US"
],
"alwaysUpdateLinks": true "alwaysUpdateLinks": true
} }

View File

@@ -2,7 +2,7 @@
"accentColor": "", "accentColor": "",
"cssTheme": "Minimal", "cssTheme": "Minimal",
"monospaceFontFamily": "Maple Mono SC NF", "monospaceFontFamily": "Maple Mono SC NF",
"theme": "moonstone", "theme": "obsidian",
"interfaceFontFamily": "霞鹜文楷", "interfaceFontFamily": "霞鹜文楷",
"textFontFamily": "霞鹜文楷等宽", "textFontFamily": "霞鹜文楷等宽",
"translucency": false "translucency": false

View File

@@ -26,5 +26,6 @@
"file-recovery": true, "file-recovery": true,
"publish": false, "publish": false,
"sync": false, "sync": false,
"bookmarks": true "bookmarks": true,
"properties": false
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "dataview", "id": "dataview",
"name": "Dataview", "name": "Dataview",
"version": "0.5.56", "version": "0.5.59",
"minAppVersion": "0.13.11", "minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.", "description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>", "author": "Michael Brenan <blacksmithgu@gmail.com>",

View File

@@ -23,7 +23,7 @@
} }
.table-view-table > tbody > tr:hover { .table-view-table > tbody > tr:hover {
background-color: var(--text-selection) !important; background-color: var(--table-row-background-hover);
} }
.table-view-table > thead > tr > th { .table-view-table > thead > tr > th {

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "easy-typing-obsidian", "id": "easy-typing-obsidian",
"name": "Easy Typing", "name": "Easy Typing",
"version": "5.1.9", "version": "5.1.10",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Autoformat your note as typing.(Auto captalize, autospace)", "description": "Autoformat your note as typing.(Auto captalize, autospace)",
"author": "yaozhuwa", "author": "yaozhuwa",

View File

@@ -1,4 +1,16 @@
{ {
"shouldDebug": false,
"createAtObsidianAttachmentFolder": false,
"customFolderForNewFiles": "",
"removeMarkdownOnExport": true,
"defaultEmbedWidth": "100%",
"defaultEmbedHeight": "340px",
"hasMigratedTo800": true,
"showWelcomeModal": false,
"showSupportModal": true,
"showWhatsNewModal": true,
"defaultFrozenColumnCount": 1,
"pluginVersion": "8.6.4",
"data": { "data": {
"table-id-ncD19n": { "table-id-ncD19n": {
"model": { "model": {
@@ -168,6 +180,5 @@
"viewModes": [], "viewModes": [],
"eventType": "update-state" "eventType": "update-state"
}, },
"shouldClear": false, "shouldClear": false
"shouldDebug": false
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +1,14 @@
{ {
"id": "notion-like-tables", "id": "notion-like-tables",
"name": "Notion-Like Tables", "name": "DataLoom",
"minAppVersion": "0.15.0", "minAppVersion": "1.2.0",
"description": "Your premiere tool for creating and managing tabular data in Obsidian.md", "description": "Weave together data from diverse sources into a cohesive table view. Inspired by Excel Spreadsheets and Notion.so.",
"author": "Trey Wallis", "author": "Trey Wallis",
"authorUrl": "https://github.com/trey-wallis", "authorUrl": "https://github.com/trey-wallis",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/treywallis", "fundingUrl": {
"version": "6.18.6" "GitHub": "https://github.com/sponsors/trey-wallis",
"Buymeacoffee": "https://www.buymeacoffee.com/treywallis"
},
"version": "8.6.4"
} }

File diff suppressed because it is too large Load Diff

View File

@@ -14,11 +14,14 @@
"drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss", "drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
"useExcalidrawExtension": true, "useExcalidrawExtension": true,
"displaySVGInPreview": true, "displaySVGInPreview": true,
"previewImageType": "SVGIMG",
"allowImageCache": true,
"displayExportedImageIfAvailable": false, "displayExportedImageIfAvailable": false,
"previewMatchObsidianTheme": false, "previewMatchObsidianTheme": false,
"width": "400", "width": "400",
"dynamicStyling": "colorful", "dynamicStyling": "colorful",
"isLeftHanded": false, "isLeftHanded": false,
"iframeMatchExcalidrawTheme": true,
"matchTheme": false, "matchTheme": false,
"matchThemeAlways": false, "matchThemeAlways": false,
"matchThemeTrigger": false, "matchThemeTrigger": false,
@@ -81,7 +84,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": true, "defaultTrayMode": true,
"previousRelease": "1.9.3", "previousRelease": "1.9.20",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js", "mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "1.9.3", "version": "1.9.20",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",

View File

@@ -21,29 +21,33 @@
display: none; display: none;
} }
img.excalidraw-embedded-img { .excalidraw-embedded-img {
width: 100%; width: 100%;
} }
img.excalidraw-svg-right-wrap { .excalidraw-svg-right-wrap {
float: right; float: right;
margin: 0px 0px 20px 20px; margin: 0px 0px 20px 20px;
width: 100%;
} }
img.excalidraw-svg-left-wrap { .excalidraw-svg-left-wrap {
float: left; float: left;
margin: 0px 35px 20px 0px; margin: 0px 35px 20px 0px;
width: 100%;
} }
img.excalidraw-svg-right { .excalidraw-svg-right {
float: right; float: right;
} }
.excalidraw-svg-center { .excalidraw-svg-center {
text-align: center; text-align: center;
margin: auto;
width: 100%;
} }
img.excalidraw-svg-left { .excalidraw-svg-left {
float: left; float: left;
} }
@@ -99,6 +103,10 @@ li[data-testid] {
border: 0 !important; border: 0 !important;
box-shadow: 0 !important; box-shadow: 0 !important;
background-color: transparent !important; background-color: transparent !important;
}
.excalidraw .popover {
position: fixed !important;
} }
.disable-zen-mode--visible { .disable-zen-mode--visible {
@@ -344,4 +352,75 @@ div.excalidraw-draginfo {
.excalidraw [data-radix-popper-content-wrapper] { .excalidraw [data-radix-popper-content-wrapper] {
position: absolute !important; position: absolute !important;
}
.excalidraw__embeddable-container .view-header {
display: none !important;
}
.excalidraw__embeddable-container input {
background: initial;
}
.excalidraw .HelpDialog__key {
background-color: var(--color-gray-80) !important;
}
.excalidraw .embeddable-menu {
width: fit-content;
height: fit-content;
position: absolute;
display: block;
z-index: var(--zIndex-layerUI);
}
.excalidraw .welcome-screen-center__logo svg {
width: 5rem !important;
}
.excalidraw-image-wrapper {
text-align: center;
}
.excalidraw-image-wrapper img {
margin: auto;
}
.modal-content.excalidraw-scriptengine-install .search-bar-wrapper {
position: sticky;
top: 1em;
margin-right: 1em;
display: flex;
align-items: center;
gap: 5px;
flex-wrap: nowrap;
z-index: 10;
background: var(--background-secondary);
padding: 0.5em;
border-bottom: 1px solid var(--background-modifier-border);
float: right;
max-width: 28em;
}
.modal-content.excalidraw-scriptengine-install .hit-count {
margin-left: 0.5em;
white-space: nowrap;
}
.modal-content.excalidraw-scriptengine-install .active-highlight {
border: 2px solid var(--color-accent-2);
background-color: var(--color-accent);
}
.excalidraw-svg svg a {
text-decoration: none;
}
.excalidraw .Modal {
background-color: initial;
border: initial;
max-width: initial;
max-height: initial;
width: initial;
height: initial;
} }

View File

@@ -1,6 +1,5 @@
{ {
"commitMessage": "vault backup: {{date}}", "commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 15, "autoSaveInterval": 15,
"autoPushInterval": 30, "autoPushInterval": 30,
@@ -23,5 +22,34 @@
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,
"showBranchStatusBar": true, "showBranchStatusBar": true,
"setLastSaveToLastCommit": false "setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
"showFileMenu": true,
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
"autoCommitMessage": "vault backup: {{date}}"
} }

File diff suppressed because one or more lines are too long

View File

@@ -5,5 +5,5 @@
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js", "js": "main.js",
"version": "2.20.3" "version": "2.22.0"
} }

View File

@@ -8,6 +8,11 @@
} }
} }
.workspace-leaf-content[data-type='git-view'] .button-border {
border: 2px solid var(--interactive-accent);
border-radius: var(--radius-s);
}
.workspace-leaf-content[data-type='git-view'] .view-content { .workspace-leaf-content[data-type='git-view'] .view-content {
padding: 0; padding: 0;
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-linter", "id": "obsidian-linter",
"name": "Linter", "name": "Linter",
"version": "1.15.2", "version": "1.20.0",
"minAppVersion": "0.15.6", "minAppVersion": "0.15.6",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.", "description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao", "author": "Victor Tao",

View File

@@ -144,6 +144,7 @@
/** /**
* Full-width text areas * Full-width text areas
* Based on https://github.com/nyable/obsidian-code-block-enhancer/blob/bb0c636c1e7609b6d26c48a8d7ca15d5cd9abdcf/src/styles/index.scss
*/ */
textarea.full-width { textarea.full-width {
width: 100%; width: 100%;
@@ -151,3 +152,74 @@ textarea.full-width {
margin-top: 0.8em; margin-top: 0.8em;
margin-bottom: 0.8em; margin-bottom: 0.8em;
} }
.full-width-textbox-input-wrapper {
position: relative;
}
.settings-copy-button {
position: absolute;
top: 0.8em;
right: 0.8em;
margin: 0 0 0 auto;
padding: 4px;
}
.settings-copy-button svg.linter-clipboard path {
fill: var(--text-faint);
}
.settings-copy-button svg.linter-success path {
fill: var(--interactive-success);
}
.settings-copy-button:hover, .settings-copy-button:active {
cursor: pointer;
}
.settings-copy-button:hover svg path, .settings-copy-button:active svg path {
fill: var(--text-accent-hover);
transition: all ease 0.3s;
}
.settings-copy-button:focus {
outline: 0;
}
/**
* Custom regex replacement
*/
.linter-custom-regex-replacement-container div:last-child{
border: none;
}
.linter-custom-regex-replacement {
margin-bottom: 15px;
border: none;
border-bottom: var(--hr-thickness) solid;
border-color: var(--hr-color);
}
.linter-custom-regex-replacement-row2 {
flex-wrap: wrap;
}
.linter-custom-regex-replacement-normal-input {
width: 40%;
}
.linter-custom-regex-replacement-flags {
width: 15%;
}
.linter-custom-regex-replacement-label {
flex-direction: row-reverse;
}
.linter-custom-regex-replacement-label-input {
width: 50%;
}
/**
* Setting item no border
*/
.linter-no-border {
border: none;
}
/**
* Custom row
*/
.custom-row-description {
margin-top: 0px;
}

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{ {
"id": "obsidian-minimal-settings", "id": "obsidian-minimal-settings",
"name": "Minimal Theme Settings", "name": "Minimal Theme Settings",
"version": "6.3.1", "version": "7.2.4",
"minAppVersion": "0.16.0", "minAppVersion": "1.1.9",
"description": "Change the colors, fonts and features of Minimal Theme.", "description": "Change the colors, fonts and features of Minimal Theme.",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://www.twitter.com/kepano", "authorUrl": "https://www.twitter.com/kepano",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-outliner", "id": "obsidian-outliner",
"name": "Outliner", "name": "Outliner",
"version": "4.7.1", "version": "4.8.0",
"minAppVersion": "1.1.16", "minAppVersion": "1.1.16",
"description": "Work with your lists like in Workflowy or RoamResearch.", "description": "Work with your lists like in Workflowy or RoamResearch.",
"author": "Viacheslav Slinko", "author": "Viacheslav Slinko",

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "obsidian-quiet-outline", "id": "obsidian-quiet-outline",
"name": "Quiet Outline", "name": "Quiet Outline",
"version": "0.3.15", "version": "0.3.16",
"minAppVersion": "0.15.6", "minAppVersion": "0.15.6",
"description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.", "description": "Make outline quiet and more powerful, including no-auto-expand, rendering heading as markdown, and search support.",
"author": "the_tree", "author": "the_tree",

View File

@@ -65,7 +65,6 @@
font-size: 22px; font-size: 22px;
} }
.quiet-outline code { .quiet-outline code {
color: var(--text-color-code, var(--code-normal));
font-weight: bold; font-weight: bold;
font-family: var(--font-monospace); font-family: var(--font-monospace);
background-color: var(--code-background); background-color: var(--code-background);

File diff suppressed because one or more lines are too long

View File

@@ -6,7 +6,12 @@
"description": "Improved table navigation, formatting, manipulation, and formulas", "description": "Improved table navigation, formatting, manipulation, and formulas",
"isDesktopOnly": false, "isDesktopOnly": false,
"minAppVersion": "1.0.0", "minAppVersion": "1.0.0",
"version": "0.18.1", "version": "0.19.1",
"js": "main.js", "js": "main.js",
"fundingUrl": {
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
"Paypal": "https://paypal.me/tgrosinger"
},
"donation": "https://buymeacoffee.com/tgrosinger" "donation": "https://buymeacoffee.com/tgrosinger"
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "Minimal", "name": "Minimal",
"version": "6.3.3", "version": "7.2.3",
"minAppVersion": "1.1.0", "minAppVersion": "1.1.9",
"author": "@kepano", "author": "@kepano",
"authorUrl": "https://twitter.com/kepano", "authorUrl": "https://twitter.com/kepano",
"fundingUrl": "https://www.buymeacoffee.com/kepano" "fundingUrl": "https://www.buymeacoffee.com/kepano"

File diff suppressed because one or more lines are too long

View File

@@ -13,24 +13,13 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Books/从零开始深入学习Spring/IoC.md", "file": "Books/动手学深度学习/引言.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
} }
},
{
"id": "0f9b62500f9637c6",
"type": "leaf",
"state": {
"type": "release-notes",
"state": {
"currentVersion": "1.3.5"
}
}
} }
], ]
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -104,7 +93,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Books/从零开始深入学习Spring/IoC.md", "file": "Books/动手学深度学习/引言.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -121,7 +110,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Books/从零开始深入学习Spring/IoC.md", "file": "Books/动手学深度学习/引言.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -144,7 +133,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Books/从零开始深入学习Spring/IoC.md" "file": "Books/动手学深度学习/引言.md"
} }
} }
}, },
@@ -165,25 +154,27 @@
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
"switcher:打开快速切换": false, "switcher:Open quick switcher": false,
"graph:查看关系图谱": false, "graph:Open graph view": false,
"templates:插入模板": false, "templates:Insert template": false,
"command-palette:打开命令面板": false, "command-palette:Open command palette": false,
"oz-clear-unused-images:Clear Unused Images": false, "oz-clear-unused-images:Clear Unused Images": false,
"table-editor-obsidian:Advanced Tables Toolbar": false, "obsidian-excalidraw-plugin:Create new drawing": false,
"obsidian-excalidraw-plugin:新建 Excalidraw 绘图": false "notion-like-tables:Create Notion-Like table": false,
"table-editor-obsidian:Advanced Tables Toolbar": false
} }
}, },
"active": "0f9b62500f9637c6", "active": "82a60b2f86acd8d6",
"lastOpenFiles": [ "lastOpenFiles": [
"Books/Java Guide/基础语法.md",
"Books/Java并发编程/Java并发编程.md",
"Books/动手学深度学习/引言.md", "Books/动手学深度学习/引言.md",
"Books/从零开始深入学习Spring/IoC.md", "Books/从零开始深入学习Spring/IoC.md",
"Books/Vim实用技巧/一、入门导读.md",
"Books/从零开始深入学习Spring", "Books/从零开始深入学习Spring",
"Books/Java Guide/基础语法.md",
"Books/Java Guide", "Books/Java Guide",
"Temp/Interview.md", "Temp/Interview.md",
"Books/代码随想录/代码随想录.md", "Books/代码随想录/代码随想录.md",
"Books/Vim实用技巧/一、入门导读.md",
"Books/代码随想录/().md", "Books/代码随想录/().md",
"_notion-like-tables/table-id-ncD19n.md", "_notion-like-tables/table-id-ncD19n.md",
"未命名.md", "未命名.md",

View File

@@ -1 +0,0 @@
重写:两同两小一大

View File

@@ -1 +0,0 @@
Inverse of Control将对象的控制权转交给 Spring 框架,由框架创建和管理对象。