From 79dc78fd4cf12bebc76d8a468cfaf7c1f81a02cf Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Mon, 27 Jan 2025 21:52:34 +0800 Subject: [PATCH] Docs update --- .../examples/copy-to-clipboard Macro (Examples).tid | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"/>"""/>