What happens if you set a variable in one tiddler, and transclude a tiddler that references that variable within the scope of the $set
or $let
widget? You can start with a Tiddler 1 that looks something like this:
<$let myVariable="test">
{{Tiddler 2}}
</$let>
Go to answer: Ex:VariableTransclusion/answer