On Monday, February 16, 2015 at 12:06:52 PM UTC-8, Paul Lee wrote: > > That looks like a fantastic solution. Thanks much. > > On Sunday, February 15, 2015 at 1:25:46 PM UTC-5, Eric Shulman wrote: >> >> -------------------------------- >> <<tiddler LinkThis with: "click me 1" [[ToHere]] [[valueA:'AAAAA', >> valueB:'BBBBB']]>> >> <<tiddler LinkThis with: "click me 2" [[ToHere]] [[valueA:'CCCCC', >> valueB:'DDDDD']]>> >> -------------------------------- >> > I don't understand exactly what the values represent. What's the purpose > of the string of letters? >
"valueA" and "valueB" are just the names of the variables you are setting. "AAAAA", "BBBBB", etc. are just placeholder values for this example, so you can see that different values are displayed when you click each link > > 3) In the "target" tiddler (e.g., [[ToHere]]), embed: >> -------------------------------- >> This is a variable, "valueA": <<message myVars.valueA>> >> This is another variable, "valueB": <<message myVars.valueB>> >> -------------------------------- >> The <<message>> macro renders the global values that were stored by the >> LinkThis HTML code. >> >> This is where I get lost. I don't know what it means to "embed" these > macros. I'm not sure if I'm supposed to insert the whole text beginning > with "This is a variable," and all. (Strange natural-English syntax, if > that is actually wiki markup. But it doesn't seem to render.) > The <<message ...>> macro is the only important syntax. The rest is just literal text for display purposes when you view that tiddler. -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. For more options, visit https://groups.google.com/d/optout.

