github zsviczian/obsidian-excalidraw-plugin 2.20.2

7 hours ago

New from Excalidraw.com

  • Arrow focus indicator #10613

Fixed

  • Experimental file type display now also works in Obsidian Mobile. (Reported on Discord)
  • Text to Mermaid stores chat history locally (i.e. not synchronized between devices).
  • Image positioning in crop editor #2589, #10726

MindMap Builder

  • Implemented better undo support (effective only for the very last MindMap Builder action). Additionally, CMD/CTRL+Z and CTRL+Y, CMD+SHIFT+Z now work when the MindMap input window is focused.
  • Fixed: Double character input issue (IME Composition Error) when creating nodes #2647
  • Fixed: More robust error handling when the MindMap is corrupted or invalid.
  • Updated Excalidraw Writing Machine to support document generation from MindMaps. Writing Machine will honor the branch order. Requires update of the Writing Machine Script.

New in ExcalidrawAutomate

  • addElementsToView() extended with captureUpdate parameter (default: "IMMEDIATELY"). When set to false, the addition of elements will not be recorded in the view's history.
  async addElementsToView(
    repositionToCursor: boolean = false,
    save: boolean = true,
    newElementsOnTop: boolean = false,
    shouldRestoreElements: boolean = false,
    captureUpdate: CaptureUpdateActionType = CaptureUpdateAction.IMMEDIATELY,
  ): Promise<boolean>

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

NewReleases is sending notifications on new releases.