Introducing the Excalidraw Slideshow Script - available in the script store
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;