github zsviczian/obsidian-excalidraw-plugin 1.8.24
Excalidraw 1.8.24

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

Updates from Excalidraw.com

  • fix: color picker keyboard handling not working
  • fix: center align text when bind to the container via context menu
  • fix: split "Edit selected shape" shortcut

New

  • Updated the Scribble Helper script with lots of new features. I will release a demo video in the next few days.

Fixed

  • BUG: Area embed link of svg inside excalidraw embed entire svg instead of area #1098

New in Excalidraw Automate

Lot more configuration options for script utils.inputPrompt

  public static async inputPrompt(
    view: ExcalidrawView,
    plugin: ExcalidrawPlugin,
    app: App,
    header: string,
    placeholder?: string,
    value?: string,
    buttons?: { caption: string; tooltip?:string; action: Function }[],
    lines?: number,
    displayEditorButtons?: boolean,
    customComponents?: (container: HTMLElement) => void
  )

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

NewReleases is sending notifications on new releases.