Hi tiddlywikians,
I’m trying to do the following:
- I have some plain text that contains also some
<$text text={{{ [[some filter]] }}}/>
widgets - I’m showing that text in a tiddler, and it shows fine (visually)
- I’m trying to wikify the text using the
wikify widget
and feeding the wikified result to thecopy-to-clipboard
macro - The copied text contains the “
<$text text={{{ [[some filter]] }}}/>
” string and seems not to be wikified
How would you solve that?
An example text would look like the following:
"""
Hello,
We're currently doing something with <$text text={{{ [{$:/temp/name}!match[]] ~[[Name]] }}}/>
Could you please confirm?
"""
Thanks for your help,
Simon