I have problems figuring out how to (properly) achieve the following:
I have a tiddler called "test". There are 3 fields in it:
abcdef{{!!a}}-concat-{{!!b}}When I just test with transclude, field c as {{test!!c}} in another tiddler I see the rendered concatenated value: abc-concat-def. But if I try to put it in a codeblock widget I get this its definition: {{!!a}}-concat-{{!!b}}.
Now what I eventually want is to display the value of test!!c within a codeblock with a copy-to-clipboard button.