github zsviczian/obsidian-excalidraw-plugin 1.9.19-mermaid
Excalidraw 1.9.19-mermaid

latest releases: 2.15.3-beta-1, 2.15.2, 2.15.2-beta-1...
24 months ago

This is a beta release. You may install it with BRAT

New

  • Fourth Font now also supports fonts in OTF format
  • Mermaid support, including ExcalidrawAutomate support for mermaid.

sample EA code:

ea = ExcalidrawAutomate();
ea.setView();
await ea.addMermaid(
  `flowchart TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]`
);
ea.addElementsToView();

Fixed

  • re-colorMap map (see 1.9.19 for more info) did not work when either of the fill or stroke color properties of the image was missing.

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

NewReleases is sending notifications on new releases.