diff --git a/editions/tw5.com/tiddlers/macros/examples/copy-to-clipboard Macro (Examples).tid b/editions/tw5.com/tiddlers/macros/examples/copy-to-clipboard Macro (Examples).tid index e0fd50430..373e6a2e4 100644 --- a/editions/tw5.com/tiddlers/macros/examples/copy-to-clipboard Macro (Examples).tid +++ b/editions/tw5.com/tiddlers/macros/examples/copy-to-clipboard Macro (Examples).tid @@ -5,6 +5,10 @@ title: copy-to-clipboard Macro (Examples) type: text/vnd.tiddlywiki <$macrocall $name=".example" n="1" eg="""<>"""/> -<$macrocall $name=".example" n="2" eg="""<$macrocall $name="copy-to-clipboard" src={{$:/SiteTitle}}/>"""/> +<$macrocall $name=".example" n="2" eg="""<$transclude $variable="copy-to-clipboard" src={{$:/SiteTitle}}/>"""/> + +In the following examples, press ctrl-V / cmd-V in tiddlywiki after copying to see its effects. + <$macrocall $name=".example" n="3" eg="""<Test" type:"text/html" plain:"Test">> """/> -<$macrocall $name=".example" n="4" eg="""<> """/> \ No newline at end of file +<$macrocall $name=".example" n="4" eg="""<> """/> +<$macrocall $name=".example" n="5" eg="""<$transclude $variable="copy-to-clipboard" src=<> type="text/vnd.tiddler"/>"""/>