On Tuesday, April 6, 2021 at 8:57:15 AM UTC-7 [email protected] wrote:

> I tried the text widget thus:
>
> * DEMO: <$text text="""<<demo {{!!dico}} {{!!index}}>>"""/>
> * MACRO: <$text text="""<$macrocall $name=demo {{!!dico}} 
> {{!!index}}/>"""/>
>
>>
>>>
You wrapped the arguments in strings, so now it interprets your input as 
strings.  The only time that wrapping things in strings gets rendered is if 
you use the wikify widget. So you might play with

<$wikify text="""<<demo {{!!dico}} {{!!index}}>>""" name=rendered >
<$text text=<<rendered>>/>
</$wikify>

Note that wikify has a lot of options for output. So you might not even 
need the text widget if you render as text.

<$wikify text="""<<demo {{!!dico}} {{!!index}}>>""" name=rendered 
output="text">
<<rendered>>
</$wikify>

 

-- 
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/fc1ac9ae-8932-490d-9a6c-d7ec7d2df9e6n%40googlegroups.com.

Reply via email to