Here's the code. This demonstrates that linkcatcher does not catch links
sent from within an SVG diagram. Is there a work-around (other than using
foreignObject and buttons) ?
\define linkaction()<$action-setfield $tiddler=<<currentTiddler>>
$field="curitem" $value="u"/>
<$linkcatcher actions=<<linkaction>> >
<svg stroke="black" fill="white" fill-opacity="0" width="100" height="100">
<a href="#ggg"><rect x=1 y=1 width=20 height=20 /></a>
</svg>
</$linkcatcher>
<$linkcatcher actions=<<linkaction>> >
[[ggg]]
</$linkcatcher>
{{!!curitem}}
<$button set="!!curitem" setTo="X">reset</$button>
--
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/0787c634-71c5-48e5-bf4b-3459b50c0aa8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.