On Tuesday, May 5, 2015 at 11:00:02 AM UTC-7, Jeremy Ruston wrote: > > The default values for macro parameters can only be specified as literal > strings, I'm afraid. Can you expand on the situation, perhaps I can advise > on alternatives? >
I just tried this on TiddlyWiki.com: \define x(y:<<currentTiddler>>) $y$ \end <<x>> .. and it WORKS! and just to be sure it wasn't some magic involving <<curerntTiddler>>, I also tried \define z() This is some text \end \define x(y:<<z>>) $y$ \end <<x>> and it works also. @Jeremy: It is possible your implementation is just so good that it handles a case you didn't expect? -e -- 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/cf4ce59b-750e-4332-9049-1d2c24900b5b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

