github zsviczian/obsidian-excalidraw-plugin 1.8.2
Excalidraw 1.8.2

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

Introducing the Excalidraw Slideshow Script - available in the script store
Thumbnail - Excalidraw presentations (Custom)

Fixed

  • Obsidian tools panel gets misplaced after switching Obsidian workspace tabs

New in ExcalidrawAutomate

  • changed viewToggleFullScreen(forceViewMode: boolean = false): void: the function will toggle view mode on when going to full screen and view mode off when terminating full screen.
  • new functions
setViewModeEnabled(enabled: boolean):void;
viewUpdateScene(
    scene: {
      elements?: ExcalidrawElement[];
      appState?: AppState;
      files?: BinaryFileData;
      commitToHistory?: boolean;
    },
    restore: boolean = false,
  ):void;
viewZoomToElements(
    selectElements: boolean,
    elements: ExcalidrawElement[]
  ):void;

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

NewReleases is sending notifications on new releases.