github zsviczian/obsidian-excalidraw-plugin 2.19.0-beta-6
Excalidraw 2.19.0-beta-6

pre-release11 hours ago

New

  • Updated Mindmap Builder with the feature to configure a custom color palette for branches.
  • Custom Pen Settings stroke color and background color now use the scene color picker, allowing the user to select colors from their custom palette.
  • Updated the Scribble Helper script with the new color picker to select the text color.

New in Excalidraw Automate

public async showColorPicker(
  anchorElement: HTMLElement,
  palette: "canvasBackground"|"elementBackground"|"elementStroke",
  includeSceneColors: boolean = true,
): Promise<string | null>;

getViewColorPalette(palette: "canvasBackground"|"elementBackground"|"elementStroke"): (string[] | string)[]

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

NewReleases is sending notifications on new releases.