vault backup: 2025-03-04 12:53:41
This commit is contained in:
37
.obsidian/plugins/obsidian-advanced-uri/main.js
vendored
Normal file
37
.obsidian/plugins/obsidian-advanced-uri/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-advanced-uri/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-advanced-uri/manifest.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
13
.obsidian/plugins/webpage-html-export/data.json
vendored
13
.obsidian/plugins/webpage-html-export/data.json
vendored
@@ -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"
|
||||||
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user