vault backup: 2024-04-26 10:23:36

This commit is contained in:
2024-04-26 10:23:37 +08:00
16 changed files with 430 additions and 344 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -17,6 +17,7 @@
"useExcalidrawExtension": true,
"cropPrefix": "cropped_",
"annotatePrefix": "annotated_",
"annotatePreserveSize": false,
"displaySVGInPreview": true,
"previewImageType": "SVGIMG",
"allowImageCache": true,
@@ -33,6 +34,8 @@
"defaultMode": "normal",
"defaultPenMode": "never",
"penModeCrosshairVisible": false,
"renderImageInMarkdownReadingMode": false,
"renderImageInMarkdownToPDF": false,
"allowPinchZoom": false,
"allowWheelZoom": false,
"zoomToFitOnOpen": true,
@@ -60,6 +63,7 @@
"exportWithTheme": true,
"exportWithBackground": true,
"exportPaddingSVG": 10,
"exportEmbedScene": false,
"keepInSync": false,
"autoexportSVG": false,
"autoexportPNG": false,
@@ -72,6 +76,7 @@
"experimentalFileType": false,
"experimentalFileTag": "✏️",
"experimentalLivePreview": true,
"fadeOutExcalidrawMarkup": false,
"experimentalEnableFourthFont": false,
"experimantalFourthFont": "Virgil",
"fieldSuggester": true,
@@ -81,7 +86,7 @@
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://excalidraw.com",
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.1.6",
"libraryItems": []
},
"imageElementNotice": true,
@@ -93,7 +98,7 @@
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": true,
"previousRelease": "2.1.0",
"previousRelease": "2.1.6",
"showReleaseNotes": true,
"showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}",

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@@ -14,7 +14,7 @@
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false,
"autoBackupAfterFileChange": true,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -120,6 +120,9 @@
.n-tree__empty {
display: none;
}
.canvas-node .markdown-embed-content .is-flashing {
mix-blend-mode: normal;
}
/* main.css */
.quiet-outline .n-tree .n-tree-node-indent {

View File

@@ -1,6 +1,6 @@
{
"name": "Minimal",
"version": "7.5.3",
"version": "7.5.4",
"minAppVersion": "1.5.4",
"author": "@kepano",
"authorUrl": "https://twitter.com/kepano",

File diff suppressed because one or more lines are too long

View File

@@ -21,6 +21,7 @@
"excalidraw-css": "text",
"excalidraw-autoexport": "text",
"excalidraw-iframe-theme": "text",
"excalidraw-open-md": "checkbox"
"excalidraw-open-md": "checkbox",
"excalidraw-export-embed-scene": "checkbox"
}
}

View File

@@ -167,9 +167,12 @@
},
"active": "e144afbc26630891",
"lastOpenFiles": [
"Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md",
"Paper/Diffusion/Imagic.md",
"conflict-files-obsidian-git.md",
"Paper/Diffusion/Imagic.md",
"Paper/Diffusion/assets/Imagic/img-240425225015478.png",
"Paper/Diffusion/assets/Imagic",
"Paper/Diffusion/assets",
"Paper/Diffusion/Diffusion Models A Comprehensive Survey of Methods and Applications.md",
"Paper/CLIP/Open-Vocabulary Semantic Segmentation.md",
"Paper/CLIP/Learning Transferable Visual Models From Natural Language Supervision.md",
"Paper/Diffusion",
@@ -179,7 +182,6 @@
"Books/代码随想录",
"Paper/Open-Vocabulary Semantic Segmentation.md",
"Books/动手学深度学习/引言.md",
"Paper/Diffusion/Imagic.md",
"Paper/未命名.md",
"Study/乐理",
"Books/动手学深度学习/基础概念.md",
@@ -191,17 +193,14 @@
"Books/编译原理/Overview.md",
"Books/HDLBits",
"Study/DL/吴恩达深度学习课程/Lesson 1.md",
"Books/编译原理",
"Books/未命名.md",
"Study/DL/吴恩达深度学习课程/Other.md",
"Study/DL",
"Books/Java Guide/基础语法.md",
"Books/Java并发编程/Java并发编程.md",
"Books/从零开始深入学习Spring/IoC.md",
"Books/Vim实用技巧/一、入门导读.md",
"Temp/Interview.md",
"Books/代码随想录/代码随想录.md",
"Books/代码随想录/().md",
"_notion-like-tables/table-id-ncD19n.md"
"Books/代码随想录/().md"
]
}