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/c5ba51b7-016f-4139-aae9-7a46db78c583%40googlegroups.com.