github zsviczian/obsidian-excalidraw-plugin 1.8.5
Excalidraw 1.8.5

latest releases: 2.15.2, 2.15.2-beta-1, 2.15.1...
2 years ago

New from Excalidraw.com:

  • Better default radius for rectangles #5553
    • old drawings will look unchanged, this applies only to new rectangles

[!Note]- ExcalidrawAutomate technical details

  • strokeSharpness is now deprecated
  • use roundness instead
    • roundness === null is legacy strokeSharpness = "sharp"
    • `roundness = { type: RoundnessType; value?: number }
      • type: 1, LEGACY, type:2 PROPORTIONAL_RADIUS, type:3 ADAPTIVE_RADIUS: 3
      • value:
        • Radius represented as % of element's largest side (width/height).
          DEFAULT_PROPORTIONAL_RADIUS = 0.25;
        • Fixed radius for the ADAPTIVE_RADIUS algorithm. In pixels.
          DEFAULT_ADAPTIVE_RADIUS = 32;

New

  • Improved embedding into Obsidian Canvas
  • Improved embedding into Markdown documents
  • Added setting under Display/Default mode when opening Excalidraw to always open the drawing in view mode on Mobile, but in normal mode on desktop. #939

Fixed

  • Zoom reset tooltip appears twice #942
  • Hid export library from library menu as it does not work due to Obsidian limitations. Use the command palette export library instead.
  • Arrow with label did not get exported and embedded correctly #941

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

NewReleases is sending notifications on new releases.