Updates from Excalidraw.com
- fix: color picker keyboard handling not working
- fix: center align text when bind to the container via context menu
- fix: split "Edit selected shape" shortcut
New
- Updated the Scribble Helper script with lots of new features. I will release a demo video in the next few days.
Fixed
- BUG: Area embed link of svg inside excalidraw embed entire svg instead of area #1098
New in Excalidraw Automate
Lot more configuration options for script utils.inputPrompt
public static async inputPrompt(
view: ExcalidrawView,
plugin: ExcalidrawPlugin,
app: App,
header: string,
placeholder?: string,
value?: string,
buttons?: { caption: string; tooltip?:string; action: Function }[],
lines?: number,
displayEditorButtons?: boolean,
customComponents?: (container: HTMLElement) => void
)