From 7193d21fdf6a0a483d7ff73589ace80af943e76e Mon Sep 17 00:00:00 2001 From: pmario Date: Wed, 1 May 2024 14:13:10 +0200 Subject: [PATCH] add transclusion variable to example 3 so type and sort settings do not have side effects --- .../macros/examples/search-variables Macro (Examples).tid | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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"> <>
"""/>