This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.
For the full Grok TiddlyWiki experience, please visit the wiki version of this page.
What happens if you set a variable in one tiddler, and transclude a tiddler that references that variable within the scope of the $set
widget? You can start with a Tiddler 1 that looks something like this:
<$set name="myVariable" value="test">
{{Tiddler 2}}
</$set>