Not sure what you mean by "codeblock" in this context.
But if you were using the copy-to-clipboard macro, then you could wikify
the text first:
<$wikify name="copyme" text={{!!c}}>
<$macrocall $name="copy-to-clipboard" src=<<copyme>>/>
</$wikify>
On Wednesday, November 27, 2019 at 2:39:36 PM UTC-8, Branimir Braykov wrote:
>
> I have problems figuring out how to (properly) achieve the following:
> I have a tiddler called "test". There are 3 fields in it:
>
> - field a = abc
> - field b = def
> But
> - field c = {{!!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.
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/7f4cfe29-58db-4c14-94e5-f83070b27c64%40googlegroups.com.