On Wednesday, April 15, 2020 at 9:21:27 PM UTC-7, Peter Buyze wrote:
>
> I tried to use the syntax *<$text text={{!!surname}} />* in a text box,
> replacing "surname" with McLeod, but in the Read mode nothing is rendered.
>
The {{!!...}} syntax is for using the value of a field from the current
tiddler.
For literal text, use double-quotes, like this:
<$text text="McLeod" />
Note that for this specific case, it is much simpler to use a leading ~
(tilde), like this:
~McLeod
enjoy,
-e
--
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/fb4e0461-2da5-482d-b3b3-e54c4fb4468a%40googlegroups.com.