I have this text <<list-links "[tag[fish-shell]sort[title]]>>, that I am 
trying to place inside copy-to-clipboard macro.

I tried following, but it didn’t work.

<<copy-to-clipboard 
<<list-links "[tag[fish-shell]sort[title]]>>
>>

Then taking cue from “How to escape double quotes inside copy-to-clipboard 
macro?” 
<https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!starred/tiddlywiki/mqHvLm20tpc>,
 
I tried following but it too didn’t work.

<<copy-to-clipboard """
<<list-links "[tag[fish-shell]sort[title]]>>
"""
>>

Finally I tried, following syntax which worked

<$macrocall $name="copy-to-clipboard" src="""
<<list-links "[tag[fish-shell]sort[title]]>>
"""/>

My question is, is it possible to use << angle brackets inside 
<<copy-to-clipboard 
>> syntax?
​

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/43799d2d-c9df-4efc-a202-60779c0225f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to