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