github zsviczian/obsidian-excalidraw-plugin 1.5.26
Excalidraw 1.5.26

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

New Features:

  • Published 5 new ExcalidrawAPI functions:
  selectElements: (elements: readonly ExcalidrawElement[]) => void;
  sendBackward: (elements: readonly ExcalidrawElement[]) => void;
  bringForward: (elements: readonly ExcalidrawElement[]) => void;
  sendToBack: (elements: readonly ExcalidrawElement[]) => void;
  bringToFront: (elements: readonly ExcalidrawElement[]) => void;

you can access these via ea.getExcalidrawAPI().

moveViewElementToZIndex(elementId:number, newZIndex:number): void;

See the scripts in action:
thumbnail

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

NewReleases is sending notifications on new releases.