zsviczian / obsidian-excalidraw-plugin

A plugin to edit and view Excalidraw drawings in Obsidian
3.68k stars 202 forks source link

FR: file:/// links to open in the exported SVG inside Obsidian. #1794

Closed zsviczian closed 1 month ago

zsviczian commented 1 month ago

update SVG export such that if the link is a file:/// then onclick attribute is added to anchor elements.

<a href="the link" onclick="window.open('the link')">display text</a>
zsviczian commented 1 month ago

same as #1782