data.json
  1  {
  2    "folder": "40 Tools/Excalidraw",
  3    "cropFolder": "",
  4    "annotateFolder": "",
  5    "embedUseExcalidrawFolder": false,
  6    "templateFilePath": "_system/Templates/Template.excalidraw",
  7    "scriptFolderPath": "Excalidraw/Scripts",
  8    "compress": true,
  9    "decompressForMDView": false,
 10    "onceOffCompressFlagReset": true,
 11    "autosave": true,
 12    "autosaveInterval": 15000,
 13    "autosaveIntervalDesktop": 15000,
 14    "autosaveIntervalMobile": 10000,
 15    "drawingFilenamePrefix": "Drawing ",
 16    "drawingEmbedPrefixWithFilename": true,
 17    "drawingFilnameEmbedPostfix": " ",
 18    "drawingFilenameDateTime": "YYYY-MM-DD HH.mm.ss",
 19    "useExcalidrawExtension": true,
 20    "cropPrefix": "cropped_",
 21    "annotatePrefix": "annotated_",
 22    "annotatePreserveSize": false,
 23    "previewImageType": "SVGIMG",
 24    "allowImageCache": true,
 25    "allowImageCacheInScene": true,
 26    "displayExportedImageIfAvailable": false,
 27    "previewMatchObsidianTheme": false,
 28    "width": "400",
 29    "height": "",
 30    "dynamicStyling": "colorful",
 31    "isLeftHanded": false,
 32    "iframeMatchExcalidrawTheme": true,
 33    "matchTheme": false,
 34    "matchThemeAlways": false,
 35    "matchThemeTrigger": false,
 36    "defaultMode": "normal",
 37    "defaultPenMode": "never",
 38    "penModeCrosshairVisible": true,
 39    "renderImageInMarkdownReadingMode": false,
 40    "renderImageInHoverPreviewForMDNotes": false,
 41    "renderImageInMarkdownToPDF": false,
 42    "allowPinchZoom": false,
 43    "allowWheelZoom": false,
 44    "zoomToFitOnOpen": true,
 45    "zoomToFitOnResize": true,
 46    "zoomToFitMaxLevel": 2,
 47    "linkPrefix": "📍",
 48    "urlPrefix": "🌐",
 49    "parseTODO": false,
 50    "todo": "☐",
 51    "done": "🗹",
 52    "hoverPreviewWithoutCTRL": false,
 53    "linkOpacity": 1,
 54    "openInAdjacentPane": false,
 55    "showSecondOrderLinks": true,
 56    "focusOnFileTab": false,
 57    "openInMainWorkspace": true,
 58    "showLinkBrackets": true,
 59    "allowCtrlClick": true,
 60    "forceWrap": false,
 61    "pageTransclusionCharLimit": 200,
 62    "wordWrappingDefault": 0,
 63    "removeTransclusionQuoteSigns": true,
 64    "iframelyAllowed": true,
 65    "pngExportScale": 1,
 66    "exportWithTheme": true,
 67    "exportWithBackground": true,
 68    "exportPaddingSVG": 10,
 69    "exportEmbedScene": false,
 70    "keepInSync": false,
 71    "autoexportSVG": false,
 72    "autoexportPNG": false,
 73    "autoExportLightAndDark": false,
 74    "autoexportExcalidraw": false,
 75    "embedType": "excalidraw",
 76    "embedMarkdownCommentLinks": true,
 77    "embedWikiLink": true,
 78    "syncExcalidraw": false,
 79    "experimentalFileType": false,
 80    "experimentalFileTag": "✏️",
 81    "experimentalLivePreview": true,
 82    "fadeOutExcalidrawMarkup": false,
 83    "experimentalEnableFourthFont": false,
 84    "experimantalFourthFont": "Virgil",
 85    "addDummyTextElement": false,
 86    "fieldSuggester": true,
 87    "compatibilityMode": false,
 88    "drawingOpenCount": 0,
 89    "library": "deprecated",
 90    "library2": {
 91      "type": "excalidrawlib",
 92      "version": 2,
 93      "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.3",
 94      "libraryItems": []
 95    },
 96    "imageElementNotice": true,
 97    "mdSVGwidth": 500,
 98    "mdSVGmaxHeight": 800,
 99    "mdFont": "Virgil",
100    "mdFontColor": "Black",
101    "mdBorderColor": "Black",
102    "mdCSS": "",
103    "scriptEngineSettings": {},
104    "defaultTrayMode": true,
105    "previousRelease": "2.2.3",
106    "showReleaseNotes": true,
107    "showNewVersionNotification": true,
108    "latexBoilerplate": "\\color{blue}",
109    "taskboneEnabled": false,
110    "taskboneAPIkey": "",
111    "pinnedScripts": [],
112    "customPens": [
113      {
114        "type": "default",
115        "freedrawOnly": false,
116        "strokeColor": "#000000",
117        "backgroundColor": "transparent",
118        "fillStyle": "hachure",
119        "strokeWidth": 0,
120        "roughness": 0,
121        "penOptions": {
122          "highlighter": false,
123          "constantPressure": false,
124          "hasOutline": false,
125          "outlineWidth": 1,
126          "options": {
127            "thinning": 0.6,
128            "smoothing": 0.5,
129            "streamline": 0.5,
130            "easing": "easeOutSine",
131            "start": {
132              "cap": true,
133              "taper": 0,
134              "easing": "linear"
135            },
136            "end": {
137              "cap": true,
138              "taper": 0,
139              "easing": "linear"
140            }
141          }
142        }
143      },
144      {
145        "type": "highlighter",
146        "freedrawOnly": true,
147        "strokeColor": "#FFC47C",
148        "backgroundColor": "#FFC47C",
149        "fillStyle": "solid",
150        "strokeWidth": 2,
151        "roughness": null,
152        "penOptions": {
153          "highlighter": true,
154          "constantPressure": true,
155          "hasOutline": true,
156          "outlineWidth": 4,
157          "options": {
158            "thinning": 1,
159            "smoothing": 0.5,
160            "streamline": 0.5,
161            "easing": "linear",
162            "start": {
163              "taper": 0,
164              "cap": true,
165              "easing": "linear"
166            },
167            "end": {
168              "taper": 0,
169              "cap": true,
170              "easing": "linear"
171            }
172          }
173        }
174      },
175      {
176        "type": "finetip",
177        "freedrawOnly": false,
178        "strokeColor": "#3E6F8D",
179        "backgroundColor": "transparent",
180        "fillStyle": "hachure",
181        "strokeWidth": 0.5,
182        "roughness": 0,
183        "penOptions": {
184          "highlighter": false,
185          "hasOutline": false,
186          "outlineWidth": 1,
187          "constantPressure": true,
188          "options": {
189            "smoothing": 0.4,
190            "thinning": -0.5,
191            "streamline": 0.4,
192            "easing": "linear",
193            "start": {
194              "taper": 5,
195              "cap": false,
196              "easing": "linear"
197            },
198            "end": {
199              "taper": 5,
200              "cap": false,
201              "easing": "linear"
202            }
203          }
204        }
205      },
206      {
207        "type": "fountain",
208        "freedrawOnly": false,
209        "strokeColor": "#000000",
210        "backgroundColor": "transparent",
211        "fillStyle": "hachure",
212        "strokeWidth": 2,
213        "roughness": 0,
214        "penOptions": {
215          "highlighter": false,
216          "constantPressure": false,
217          "hasOutline": false,
218          "outlineWidth": 1,
219          "options": {
220            "smoothing": 0.2,
221            "thinning": 0.6,
222            "streamline": 0.2,
223            "easing": "easeInOutSine",
224            "start": {
225              "taper": 150,
226              "cap": true,
227              "easing": "linear"
228            },
229            "end": {
230              "taper": 1,
231              "cap": true,
232              "easing": "linear"
233            }
234          }
235        }
236      },
237      {
238        "type": "marker",
239        "freedrawOnly": true,
240        "strokeColor": "#B83E3E",
241        "backgroundColor": "#FF7C7C",
242        "fillStyle": "dashed",
243        "strokeWidth": 2,
244        "roughness": 3,
245        "penOptions": {
246          "highlighter": false,
247          "constantPressure": true,
248          "hasOutline": true,
249          "outlineWidth": 4,
250          "options": {
251            "thinning": 1,
252            "smoothing": 0.5,
253            "streamline": 0.5,
254            "easing": "linear",
255            "start": {
256              "taper": 0,
257              "cap": true,
258              "easing": "linear"
259            },
260            "end": {
261              "taper": 0,
262              "cap": true,
263              "easing": "linear"
264            }
265          }
266        }
267      },
268      {
269        "type": "thick-thin",
270        "freedrawOnly": true,
271        "strokeColor": "#CECDCC",
272        "backgroundColor": "transparent",
273        "fillStyle": "hachure",
274        "strokeWidth": 0,
275        "roughness": null,
276        "penOptions": {
277          "highlighter": true,
278          "constantPressure": true,
279          "hasOutline": false,
280          "outlineWidth": 1,
281          "options": {
282            "thinning": 1,
283            "smoothing": 0.5,
284            "streamline": 0.5,
285            "easing": "linear",
286            "start": {
287              "taper": 0,
288              "cap": true,
289              "easing": "linear"
290            },
291            "end": {
292              "cap": true,
293              "taper": true,
294              "easing": "linear"
295            }
296          }
297        }
298      },
299      {
300        "type": "thin-thick-thin",
301        "freedrawOnly": true,
302        "strokeColor": "#CECDCC",
303        "backgroundColor": "transparent",
304        "fillStyle": "hachure",
305        "strokeWidth": 0,
306        "roughness": null,
307        "penOptions": {
308          "highlighter": true,
309          "constantPressure": true,
310          "hasOutline": false,
311          "outlineWidth": 1,
312          "options": {
313            "thinning": 1,
314            "smoothing": 0.5,
315            "streamline": 0.5,
316            "easing": "linear",
317            "start": {
318              "cap": true,
319              "taper": true,
320              "easing": "linear"
321            },
322            "end": {
323              "cap": true,
324              "taper": true,
325              "easing": "linear"
326            }
327          }
328        }
329      },
330      {
331        "type": "default",
332        "freedrawOnly": false,
333        "strokeColor": "#000000",
334        "backgroundColor": "transparent",
335        "fillStyle": "hachure",
336        "strokeWidth": 0,
337        "roughness": 0,
338        "penOptions": {
339          "highlighter": false,
340          "constantPressure": false,
341          "hasOutline": false,
342          "outlineWidth": 1,
343          "options": {
344            "thinning": 0.6,
345            "smoothing": 0.5,
346            "streamline": 0.5,
347            "easing": "easeOutSine",
348            "start": {
349              "cap": true,
350              "taper": 0,
351              "easing": "linear"
352            },
353            "end": {
354              "cap": true,
355              "taper": 0,
356              "easing": "linear"
357            }
358          }
359        }
360      },
361      {
362        "type": "default",
363        "freedrawOnly": false,
364        "strokeColor": "#000000",
365        "backgroundColor": "transparent",
366        "fillStyle": "hachure",
367        "strokeWidth": 0,
368        "roughness": 0,
369        "penOptions": {
370          "highlighter": false,
371          "constantPressure": false,
372          "hasOutline": false,
373          "outlineWidth": 1,
374          "options": {
375            "thinning": 0.6,
376            "smoothing": 0.5,
377            "streamline": 0.5,
378            "easing": "easeOutSine",
379            "start": {
380              "cap": true,
381              "taper": 0,
382              "easing": "linear"
383            },
384            "end": {
385              "cap": true,
386              "taper": 0,
387              "easing": "linear"
388            }
389          }
390        }
391      },
392      {
393        "type": "default",
394        "freedrawOnly": false,
395        "strokeColor": "#000000",
396        "backgroundColor": "transparent",
397        "fillStyle": "hachure",
398        "strokeWidth": 0,
399        "roughness": 0,
400        "penOptions": {
401          "highlighter": false,
402          "constantPressure": false,
403          "hasOutline": false,
404          "outlineWidth": 1,
405          "options": {
406            "thinning": 0.6,
407            "smoothing": 0.5,
408            "streamline": 0.5,
409            "easing": "easeOutSine",
410            "start": {
411              "cap": true,
412              "taper": 0,
413              "easing": "linear"
414            },
415            "end": {
416              "cap": true,
417              "taper": 0,
418              "easing": "linear"
419            }
420          }
421        }
422      }
423    ],
424    "numberOfCustomPens": 0,
425    "pdfScale": 4,
426    "pdfBorderBox": true,
427    "pdfGapSize": 20,
428    "pdfGroupPages": false,
429    "pdfLockAfterImport": true,
430    "pdfNumColumns": 1,
431    "pdfNumRows": 1,
432    "pdfDirection": "right",
433    "pdfImportScale": 0.3,
434    "laserSettings": {
435      "DECAY_LENGTH": 50,
436      "DECAY_TIME": 1000,
437      "COLOR": "#ff0000"
438    },
439    "embeddableMarkdownDefaults": {
440      "useObsidianDefaults": false,
441      "backgroundMatchCanvas": false,
442      "backgroundMatchElement": true,
443      "backgroundColor": "#fff",
444      "backgroundOpacity": 60,
445      "borderMatchElement": true,
446      "borderColor": "#fff",
447      "borderOpacity": 0,
448      "filenameVisible": false
449    },
450    "canvasImmersiveEmbed": true,
451    "startupScriptPath": "",
452    "openAIAPIToken": "",
453    "openAIDefaultTextModel": "gpt-3.5-turbo-1106",
454    "openAIDefaultVisionModel": "gpt-4-vision-preview",
455    "openAIDefaultImageGenerationModel": "dall-e-3",
456    "openAIURL": "https://api.openai.com/v1/chat/completions",
457    "openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
458    "openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
459    "openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
460    "modifierKeyConfig": {
461      "Mac": {
462        "LocalFileDragAction": {
463          "defaultAction": "image-import",
464          "rules": [
465            {
466              "shift": false,
467              "ctrl_cmd": false,
468              "alt_opt": false,
469              "meta_ctrl": false,
470              "result": "image-import"
471            },
472            {
473              "shift": true,
474              "ctrl_cmd": false,
475              "alt_opt": true,
476              "meta_ctrl": false,
477              "result": "link"
478            },
479            {
480              "shift": true,
481              "ctrl_cmd": false,
482              "alt_opt": false,
483              "meta_ctrl": false,
484              "result": "image-url"
485            },
486            {
487              "shift": false,
488              "ctrl_cmd": false,
489              "alt_opt": true,
490              "meta_ctrl": false,
491              "result": "embeddable"
492            }
493          ]
494        },
495        "WebBrowserDragAction": {
496          "defaultAction": "image-url",
497          "rules": [
498            {
499              "shift": false,
500              "ctrl_cmd": false,
501              "alt_opt": false,
502              "meta_ctrl": false,
503              "result": "image-url"
504            },
505            {
506              "shift": true,
507              "ctrl_cmd": false,
508              "alt_opt": true,
509              "meta_ctrl": false,
510              "result": "link"
511            },
512            {
513              "shift": false,
514              "ctrl_cmd": false,
515              "alt_opt": true,
516              "meta_ctrl": false,
517              "result": "embeddable"
518            },
519            {
520              "shift": true,
521              "ctrl_cmd": false,
522              "alt_opt": false,
523              "meta_ctrl": false,
524              "result": "image-import"
525            }
526          ]
527        },
528        "InternalDragAction": {
529          "defaultAction": "link",
530          "rules": [
531            {
532              "shift": false,
533              "ctrl_cmd": false,
534              "alt_opt": false,
535              "meta_ctrl": false,
536              "result": "link"
537            },
538            {
539              "shift": false,
540              "ctrl_cmd": false,
541              "alt_opt": false,
542              "meta_ctrl": true,
543              "result": "embeddable"
544            },
545            {
546              "shift": true,
547              "ctrl_cmd": false,
548              "alt_opt": false,
549              "meta_ctrl": false,
550              "result": "image"
551            },
552            {
553              "shift": true,
554              "ctrl_cmd": false,
555              "alt_opt": false,
556              "meta_ctrl": true,
557              "result": "image-fullsize"
558            }
559          ]
560        },
561        "LinkClickAction": {
562          "defaultAction": "new-tab",
563          "rules": [
564            {
565              "shift": false,
566              "ctrl_cmd": false,
567              "alt_opt": false,
568              "meta_ctrl": false,
569              "result": "active-pane"
570            },
571            {
572              "shift": false,
573              "ctrl_cmd": true,
574              "alt_opt": false,
575              "meta_ctrl": false,
576              "result": "new-tab"
577            },
578            {
579              "shift": false,
580              "ctrl_cmd": true,
581              "alt_opt": true,
582              "meta_ctrl": false,
583              "result": "new-pane"
584            },
585            {
586              "shift": true,
587              "ctrl_cmd": true,
588              "alt_opt": true,
589              "meta_ctrl": false,
590              "result": "popout-window"
591            },
592            {
593              "shift": false,
594              "ctrl_cmd": true,
595              "alt_opt": false,
596              "meta_ctrl": true,
597              "result": "md-properties"
598            }
599          ]
600        }
601      },
602      "Win": {
603        "LocalFileDragAction": {
604          "defaultAction": "image-import",
605          "rules": [
606            {
607              "shift": false,
608              "ctrl_cmd": false,
609              "alt_opt": false,
610              "meta_ctrl": false,
611              "result": "image-import"
612            },
613            {
614              "shift": false,
615              "ctrl_cmd": true,
616              "alt_opt": false,
617              "meta_ctrl": false,
618              "result": "link"
619            },
620            {
621              "shift": true,
622              "ctrl_cmd": false,
623              "alt_opt": false,
624              "meta_ctrl": false,
625              "result": "image-url"
626            },
627            {
628              "shift": true,
629              "ctrl_cmd": true,
630              "alt_opt": false,
631              "meta_ctrl": false,
632              "result": "embeddable"
633            }
634          ]
635        },
636        "WebBrowserDragAction": {
637          "defaultAction": "image-url",
638          "rules": [
639            {
640              "shift": false,
641              "ctrl_cmd": false,
642              "alt_opt": false,
643              "meta_ctrl": false,
644              "result": "image-url"
645            },
646            {
647              "shift": false,
648              "ctrl_cmd": true,
649              "alt_opt": false,
650              "meta_ctrl": false,
651              "result": "link"
652            },
653            {
654              "shift": true,
655              "ctrl_cmd": true,
656              "alt_opt": false,
657              "meta_ctrl": false,
658              "result": "embeddable"
659            },
660            {
661              "shift": true,
662              "ctrl_cmd": false,
663              "alt_opt": false,
664              "meta_ctrl": false,
665              "result": "image-import"
666            }
667          ]
668        },
669        "InternalDragAction": {
670          "defaultAction": "link",
671          "rules": [
672            {
673              "shift": false,
674              "ctrl_cmd": false,
675              "alt_opt": false,
676              "meta_ctrl": false,
677              "result": "link"
678            },
679            {
680              "shift": true,
681              "ctrl_cmd": true,
682              "alt_opt": false,
683              "meta_ctrl": false,
684              "result": "embeddable"
685            },
686            {
687              "shift": true,
688              "ctrl_cmd": false,
689              "alt_opt": false,
690              "meta_ctrl": false,
691              "result": "image"
692            },
693            {
694              "shift": false,
695              "ctrl_cmd": true,
696              "alt_opt": true,
697              "meta_ctrl": false,
698              "result": "image-fullsize"
699            }
700          ]
701        },
702        "LinkClickAction": {
703          "defaultAction": "new-tab",
704          "rules": [
705            {
706              "shift": false,
707              "ctrl_cmd": false,
708              "alt_opt": false,
709              "meta_ctrl": false,
710              "result": "active-pane"
711            },
712            {
713              "shift": false,
714              "ctrl_cmd": true,
715              "alt_opt": false,
716              "meta_ctrl": false,
717              "result": "new-tab"
718            },
719            {
720              "shift": false,
721              "ctrl_cmd": true,
722              "alt_opt": true,
723              "meta_ctrl": false,
724              "result": "new-pane"
725            },
726            {
727              "shift": true,
728              "ctrl_cmd": true,
729              "alt_opt": true,
730              "meta_ctrl": false,
731              "result": "popout-window"
732            },
733            {
734              "shift": false,
735              "ctrl_cmd": true,
736              "alt_opt": false,
737              "meta_ctrl": true,
738              "result": "md-properties"
739            }
740          ]
741        }
742      }
743    },
744    "slidingPanesSupport": false,
745    "areaZoomLimit": 1,
746    "longPressDesktop": 500,
747    "longPressMobile": 500,
748    "isDebugMode": false
749  }