vault backup: 2025-03-04 12:53:41

This commit is contained in:
2025-03-04 12:53:41 +08:00
parent cd860229ae
commit 3a82d9c0d1
3 changed files with 57 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
{
"id": "obsidian-advanced-uri",
"name": "Advanced URI",
"description": "Advanced modes for Obsidian URI",
"isDesktopOnly": false,
"js": "main.js",
"fundingUrl": "https://ko-fi.com/vinzent",
"version": "1.44.3",
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03"
}

View File

@@ -1,8 +1,8 @@
{ {
"settingsVersion": "1.8.01", "settingsVersion": "1.8.01",
"makeOfflineCompatible": false, "makeOfflineCompatible": true,
"inlineAssets": true, "inlineAssets": true,
"includePluginCSS": "", "includePluginCSS": "obsidian-columns\nobsidian-tasks-plugin\noz-image-plugin\nobsidian-quiet-outline\ncodeblock-customizer",
"includeSvelteCSS": true, "includeSvelteCSS": true,
"titleProperty": "title", "titleProperty": "title",
"customHeadContentPath": "", "customHeadContentPath": "",
@@ -10,7 +10,7 @@
"documentWidth": "40em", "documentWidth": "40em",
"sidebarWidth": "20em", "sidebarWidth": "20em",
"minOutlineCollapse": 2, "minOutlineCollapse": 2,
"startOutlineCollapsed": false, "startOutlineCollapsed": true,
"allowFoldingHeadings": true, "allowFoldingHeadings": true,
"allowFoldingLists": true, "allowFoldingLists": true,
"allowResizingSidebars": true, "allowResizingSidebars": true,
@@ -45,6 +45,11 @@
"defaultMediaIcon": "lucide//file-image", "defaultMediaIcon": "lucide//file-image",
"exportPath": "D:\\\\temp\\web", "exportPath": "D:\\\\temp\\web",
"filesToExport": [ "filesToExport": [
[] [
"22.01. 軟體工具、設定",
"23.01. 裝置設定",
"23.02. 樹莓派",
"未命名.md"
]
] ]
} }