Hi Jan,
Have a look at
http://tiddlywiki.com/#ImportVariablesWidgetI've done a test with a TW of mine :
- Put all the "steps" (macros you don't intend to share at the global level) in a tiddler named for instance "StepsMacros" (don't tag it with
$:/tags/Macro)- Put your global level macro, say "MyGlobalMacro", in another tiddler tagged with
$:/tags/Macro)- Modify this macro by inserting just after the \define :
<$importvariables filter="[prefix[StepsMacros]]">
- Don't forget to insert before \end :
It seems to work on my test file. I don't know if it's intended to work this way ...
Regards
FrD