Mainly @Jeremy I guess. Why do we have double pipes for seperating the tiddler title from the template in the transclusion rule?
Would this be a nice place to put transclusion parameters? For example: I have a template tiddler "Wikipedia" which looks like this: ___________________________________________________ \define Wikipedia(title) <a href="http://de.wikipedia.org/wiki/$title$" target="_blank"><$view field="title"/></a> \end <$macrocall $name="Wikipedia" title={{!!title}}/> ___________________________________________________ At the moment I can write: {{JavaScript||Wikipedia}}, but no chance to do {{DOM-Navigation||Wikipedia}} as the proper title is "Document_Object_Model". Now imagine what could be possible had we a way to pass more parameters like: {{DOM-Navigation|alternativ="Document_Object_Model"|Wikipedia}} -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
