diff options
Diffstat (limited to 'SI/.obsidian/plugins/obsidian-excalidraw-plugin/data.json')
| -rw-r--r-- | SI/.obsidian/plugins/obsidian-excalidraw-plugin/data.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/SI/.obsidian/plugins/obsidian-excalidraw-plugin/data.json b/SI/.obsidian/plugins/obsidian-excalidraw-plugin/data.json index 7c1452c..3f84ef0 100644 --- a/SI/.obsidian/plugins/obsidian-excalidraw-plugin/data.json +++ b/SI/.obsidian/plugins/obsidian-excalidraw-plugin/data.json @@ -5,7 +5,9 @@ "embedUseExcalidrawFolder": false, "templateFilePath": "Excalidraw/Template.excalidraw", "scriptFolderPath": "Excalidraw/Scripts", - "compress": false, + "compress": true, + "decompressForMDView": false, + "onceOffCompressFlagReset": true, "autosave": true, "autosaveInterval": 900000, "autosaveIntervalDesktop": 900000, @@ -17,8 +19,10 @@ "useExcalidrawExtension": true, "cropPrefix": "cropped_", "annotatePrefix": "annotated_", + "annotatePreserveSize": false, "previewImageType": "SVGIMG", "allowImageCache": true, + "allowImageCacheInScene": true, "displayExportedImageIfAvailable": false, "previewMatchObsidianTheme": false, "width": "400", @@ -32,6 +36,9 @@ "defaultMode": "normal", "defaultPenMode": "never", "penModeCrosshairVisible": false, + "renderImageInMarkdownReadingMode": false, + "renderImageInHoverPreviewForMDNotes": false, + "renderImageInMarkdownToPDF": false, "allowPinchZoom": false, "allowWheelZoom": false, "zoomToFitOnOpen": true, @@ -59,6 +66,7 @@ "exportWithTheme": true, "exportWithBackground": true, "exportPaddingSVG": 10, + "exportEmbedScene": false, "keepInSync": false, "autoexportSVG": false, "autoexportPNG": false, @@ -74,6 +82,7 @@ "fadeOutExcalidrawMarkup": false, "experimentalEnableFourthFont": false, "experimantalFourthFont": "Virgil", + "addDummyTextElement": false, "fieldSuggester": true, "compatibilityMode": false, "drawingOpenCount": 0, @@ -736,5 +745,6 @@ "areaZoomLimit": 1, "longPressDesktop": 500, "longPressMobile": 500, + "isDebugMode": false, "mathjaxSourceURL": "https://cdn.jsdelivr.net/npm/mathjax@3.2.1/es5/tex-svg.js" }
\ No newline at end of file |
