Yeah I tried that and couldn't get it to work. I came to the conclusion that a variable set in one macro couldn't be used in another macro. The method in your example there had variables set outside of the macro (i.e. in the "normal tiddler area") and that seemed to transfer into the macro that used it, but I couldn't get it to set a variable in one macro and transfer it to another macro called from the first. But maybe I'm doing it wrong. Should that be possible? Is there maybe another syntax to make a set variable global in scope?
On Tuesday, February 28, 2017 at 8:29:52 AM UTC-7, Jed Carty wrote: > > You need to use set widgets and $(Variable)$ syntax like in what I linked > above, you can't use the macrocall widget in places like index=<$macrocall > name=whatever..., you have to use a set widget and $(variable)$ inside that. > -- 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/bbc18c0b-2970-4fb5-ac15-e0606295cfa6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

