P.S.

The line above

<$importvariables filter="outer">

I want to have passed the name outer to inner

Thanks
Tony

On Sunday, July 16, 2017 at 10:59:47 PM UTC+10, PMario wrote:
>
>  
>
>> including macros etc... I want to pass a value to subsequent lists etc... 
>> that is not reevaluated in every other tiddler/macro/filter etc...
>>
>
> Once upon a time, there where no global macros. 
> Macros could only live within the tiddler where they have been defined.
> Users felt great pain. They endlessly complained about of their misery. 
> So a brave hero had to be sent out to defend the dragon ... 
> uups ... ok ok ... 
>
> Since beta 5.0.13 
> <http://tiddlywiki.com/#Release%205.0.13-beta:%5B%5BRelease%205.0.13-beta%5D%5D%20ImportVariablesWidget>
>  
> we have the import-variables widget. 
>
> *outer: *
>
> \define my-macro() Praise the hero!
>
> <$set name="var-test" value="asdf">
>   <$transclude tiddler="inner" mode=block/>
> </$set>
>
>
> *inner: *
>
> <$importvariables filter="outer">
>
> <<my-macro>>
>
> </$importvariables>
>
> {{!!primary-field}}
>
> <<var-test>>
>
> hope that helps :)  ... use with care!
> and
>
> have fun!
> mario
>
>

-- 
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/05eeb2de-0e99-429d-afe1-2a38fae91f02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to