github zsviczian/obsidian-excalidraw-plugin 2.12.1
Excalidraw 2.12.1

latest releases: 2.15.2, 2.15.2-beta-1, 2.15.1...
3 months ago

New

  • "Text to Path" text input window is now draggable.

Fixed

  • Minor fixes to the Polygon line feature introduced in 2.12.0. #9580
  • Fix new Improved Unlock UI, where if a lock element was over an unlocked element, the unlocked element was not selectable. #9582
  • Fixed ghost point issue when moving a shape after dragging a point in the line editor #9530

New in ExcalidrawAutomate

untils.inputPrompt({
  header: string,
  placeholder?: string,
  value?: string,
  buttons?: { caption: string; tooltip?:string; action: Function }[],
  lines?: number,
  displayEditorButtons?: boolean,
  customComponents?: (container: HTMLElement) => void,
  blockPointerInputOutsideModal?: boolean,
  controlsOnTop?: boolean,
  draggable?: boolean,
});

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

NewReleases is sending notifications on new releases.