Hi, That's not how the mechanism works. Link-catcher needs to be initialized with a link-widget, which also creates a TW click-event-handler. eg: [[ggg]] or <$link ... >
Rendering an svg that contains an <a> element creates a standard HTML element, which isn't touched by TW. The href link will be catched by the browser. You may be able to experiment with the: Making Cureved Text <https://tiddlywiki.com/#Making%20curved%20text%20with%20SVG> example. Which uses a different mechanism to create the svg code ... BUT I didn't try it, so it may not work ... The working example can be found at: https://tiddlywiki.com/#Using%20SVG which uses the foreignObject. The svg use-mechanism may be an option too. https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use ... I didn't test it! If you can't use the documented examples, you'll need to run your own tests. ... And please let us know, what works, if it works ;) have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/cb041556-7674-4522-a0a1-397380658af2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

