created: 20240427121446051 modified: 20240429205843171 title: search-variables Macro (Examples) type: text/vnd.tiddlywiki The following example will list all variables that contain the word "example" in uppercase ''and'' also lowercase, due to the default setting of the <<.olink search>> operator. While ''the following list will be long'' it should be easy to refine it. It shows all variables known within this tiddler. Using the procedure in a ''different context''. Eg: the sidebar, variables will show ''different values''. <$macrocall $name=".example" n="1" eg="""
<>
"""/> <$macrocall $name=".example" n="2" eg="""
<$let EXAMPLE="123" > <>
"""/> Listing only specific varibles can be achieved using the <<.olink search>> operator as a subfilter <$macrocall $name=".example" n="3" eg="""
<$let EXAMPLE="123" > <>
"""/> <$macrocall $name=".example" n="4" eg="""
<>
"""/>