On Friday, September 11, 2015 at 8:25:16 AM UTC+2, Evolena wrote: > > I haven't understood it at the first glance. And because of the final > smiley I was wondering if you were kidding (sharing a funny mistakes that > you had already resolved) or if it was serious. > > If it often happens to you, you can define that macro: > > \define transclude(tiddler) <$transclude tiddler="$tiddler$"/> >
doesn't work for tiddler titles, that contain a double quote. \define transclude(tiddler) <$transclude tiddler="""$tiddler$"""/> This is less likely to fail if there are double quotes in a tiddler title. The problem here is, that the transclude widget has a lot more additional parameters too, which won't work here. Also block mode is a problem ... -m -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/992207c9-3cae-4a47-becf-9ddcbc89b777%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

