github zsviczian/obsidian-excalidraw-plugin 2.0.23
Excalidraw 2.0.23

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

New

  • Additional arrowheads (Circle, Circle Outline, Diamond, Diamond Outline, Triangle Outline) are now available via element properties.
  • Setting under "Links and Transclusions" to show/hide second-order links

Fixed

  • some styling issues with dynamic styles (e.g.: text color of context menu)

New in ExcalidrawAutomate

  • Excalidraw Publish Support: New hook to modify the link in the exported SVGs. This is useful when you want to export SVGs to your website. If set, this callback is triggered whenever a drawing is exported to SVG. The string returned by the hook will replace the link in the exported SVG. The hook is only executed if the link is to a file internal to Obsidian. 1605
onUpdateElementLinkForExportHook: (data: {
*    originalLink: string,
*    obsidianLink: string,
*    linkedFile: TFile | null,
*    hostFile: TFile,
*  }) => string = null;

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

NewReleases is sending notifications on new releases.