Export svg with links

Hi!

I’d like to make svg navigation sketches for Obsidian.md.

I would like to export SVG files with custom links like obsidian://open?vault=myvault&file=some-target.

I can make links using prototype->click->open link like that and the preview makes the areas clickable, but somehow the colon (:slight_smile: gets stripped out and http:// is prefixed instead, so it does not work.

The SVG export with File->Export or with the advanced SVG export plugin strips all links out as well. I would expect those to be clickable links (<a xlink:href … or somesuch).

Am I doing something wrong or is this not supported?

Reto

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.