github zsviczian/obsidian-excalidraw-plugin 1.6.13
Excalidraw 1.6.13

latest releases: 2.15.3, 2.15.3-beta-2, 2.15.3-beta-1...
3 years ago

Thumbnail

Fixed

  • Improved styling of the color palette, especially when the color palette is extra large.
    You can find the color palette used in the example here
2022-02-19.17-14-06.mp4
  • legacy Excalidraw file support
  • Debugged save, now you can reliably work Excalidraw on a desktop and a tablet side by side. Just make sure you wait for autosave before starting to edit on the other device (or press force save).
  • The Force Save button will turn red if there are unsaved changes.

New Feature:

  • new Excalidraw Automate functions (thanks to @1-2-3)
  hexStringToRgb(color: string):number[];
  rgbToHexString(color: number[]):string;
  hslToRgb(color: number[]):number[];
  rgbToHsl(color:number[]):number[];  
  colorNameToHex(color:string):string;
  • New option in settings: compressed-json file format for Excalidraw files. This will reduce the chances of Excalidraw JSON content cluttering your results in Obsidian Search. The feature is disabled by default.
    • Before
      image
      image
    • After
      image
      image
      image

Don't miss a new obsidian-excalidraw-plugin release

NewReleases is sending notifications on new releases.