Recommended approach: use a filtered attribute, see https://tiddlywiki.com/#Widgets%20in%20WikiText
Alternative option, use a macro: https://tiddlywiki.com/#Concatenating%20text%20and%20variables%20using%20macro%20substitution
Thanks.
I thought the answer to that <iframe src="data_from_actual_tiddler_field">
would be easier to achieve…
src={{{ [[https://ipfs.copylaradio.com/]addsuffix{!!ipfs}] }}}
YaOOh !! I would never imagine.
{{{ [ [ ] x {!!} ] }}}
not understood why ‘addsuffix’ is important there.
Thanks for TW exploration and it’s mysterious magic
Now my tiddlers can be as huge as I wish
When succeed in “Adding a new cryptographic library as TW Plugin” it will be possible to “timestamp & sign tiddlers” so ipfs links updates with same title can be merged between TW.
This one weird trick makes concatenation with filters “easy”.
Note that this can also be written like this:
src={{{ [[https://ipfs.copylaradio.com/]] [{!!ipfs}] +[join[]] }}}
-e