diff --git a/editions/tw5.com/tiddlers/macros/examples/search-variables Macro (Examples).tid b/editions/tw5.com/tiddlers/macros/examples/search-variables Macro (Examples).tid index eb6262c2c..3735d163d 100644 --- a/editions/tw5.com/tiddlers/macros/examples/search-variables Macro (Examples).tid +++ b/editions/tw5.com/tiddlers/macros/examples/search-variables Macro (Examples).tid @@ -1,5 +1,5 @@ created: 20240427121446051 -modified: 20240501113433319 +modified: 20240501121207308 title: search-variables Macro (Examples) type: text/vnd.tiddlywiki @@ -15,10 +15,12 @@ eg="""
<$let EXAMPLE="123" > <>
"""/> -Listing only specific varibles can be achieved using the <<.olink search>> operator as a subfilter +Listing only specific varibles can be achieved using the <<.olink search>> operator as a subfilter. + +<<.tip """The ''transclusion'' variable is set to eg:"3" so if several "search interfaces" are open in the same tiddler, that type and sort parameters should have no side effects.""">> <$macrocall $name=".example" n="3" -eg="""
<$let EXAMPLE="123" > +eg="""
<$let EXAMPLE="123" transclusion="3"> <>
"""/>