You can make it exactly the same way as a global macro, put \define VariableName() VariableValue
into a tiddler with the tag $:/tags/Macro and anywhere you put <<VariableName>> you will get the variable. You can use it in filters like this: <$list filter='[tag<VariableName>]'/> and inside macros you can refer to the variable like this, but this only works inside macros: \define SomeMacro() The value of the variable VariableName is $(VariableName)$ \end Hopefully that answers your question. -- 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/bba28e5f-a71d-458e-b1b0-2265c1bca037%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

