vault backup: 2025-12-29 16:08:05

This commit is contained in:
2025-12-29 16:08:05 -05:00
parent 94927e3eaf
commit 17270ef0ba
20 changed files with 3222 additions and 2078 deletions
+10 -4
View File
@@ -1,4 +1,6 @@
{
"copyLinkToElemenetAnchorTo100": false,
"copyFrameLinkByName": false,
"disableDoubleClickTextEditing": false,
"folder": "",
"cropFolder": "",
@@ -38,6 +40,8 @@
"overrideObsidianFontSize": false,
"dynamicStyling": "colorful",
"isLeftHanded": false,
"desktopUIMode": "tray",
"tabletUIMode": "compact",
"iframeMatchExcalidrawTheme": true,
"matchTheme": true,
"matchThemeAlways": true,
@@ -118,9 +122,7 @@
"mdBorderColor": "Black",
"mdCSS": "",
"scriptEngineSettings": {},
"defaultTrayMode": false,
"compactModeOnTablets": true,
"previousRelease": "2.16.1",
"previousRelease": "2.18.3",
"showReleaseNotes": true,
"compareManifestToPluginVersion": true,
"showNewVersionNotification": false,
@@ -483,6 +485,7 @@
"aiEnabled": true,
"openAIAPIToken": "",
"openAIDefaultTextModel": "gpt-3.5-turbo-1106",
"openAIDefaultTextModelMaxTokens": 4096,
"openAIDefaultVisionModel": "gpt-4o",
"openAIDefaultImageGenerationModel": "dall-e-3",
"openAIURL": "https://api.openai.com/v1/chat/completions",
@@ -809,5 +812,8 @@
"customPaperColor": "#ffffff",
"alignment": "center",
"margin": "normal"
}
},
"disableContextMenu": false,
"defaultTrayMode": false,
"compactModeOnTablets": true
}
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,12 +1,12 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "2.16.1",
"version": "2.18.3",
"minAppVersion": "1.5.7",
"description": "An Obsidian plugin to edit and view Excalidraw drawings",
"description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"author": "Zsolt Viczian",
"authorUrl": "https://excalidraw-obsidian.online",
"fundingUrl": "https://ko-fi.com/zsolt",
"helpUrl": "https://github.com/zsviczian/obsidian-excalidraw-plugin#readme",
"isDesktopOnly": false
}
}
File diff suppressed because one or more lines are too long