Hi, I'm a big fan of block diagrams and TW5/HTML5 make it is easy to embed them as SVG tiddlers. :)
Let's imagine main diagram contains blocks A and B. I'd really like to be able to *click on shape A and open the tiddler of A.svg* After all, this would be *non-linearity brought to graphics* :) I know about the <foreign> tag possibility, but it comes with some limitations: * It requires a complex work flow, unfriendly to re-loops ( textual edition of the SVG chunk to inject things not standard to SVG : <$links>,transclusion) * It only creates textual <a> tags ( further svg children are ignored ) When editing SVG ( with inkscape for example ) , it is easy to : * set onclick attributes ( I am thinking onclick=$tw.wiki.dispatch,... ) * create a <a> tag arround shapes As far as I can tell, both of these *features get filtered out* before the svg makes it to the DOM. Am I doing something wrong ? Is there a way around this ? Cheers -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

