On Saturday, June 26, 2021 at 4:10:43 PM UTC-7 [email protected] wrote:

> All I want to do is have it so that I can use the birthcountry field to 
> supply a value that I can use as both text and a link to another tiddler.
> Currently, I can retrieve the field value:
> <$view field=birthcountry/>
> And I can manually link to 'MadeupLand':
> <$link to="MadeupLand"></$link>
> But putting them together like this: 
> <$link to=<$view field=birthcountry/></$link>
> Does not work, I just get "true</$link>"
>

Try this:
<$link to={{!!birthcountry}} /> 

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/c6cc292d-e17e-4b3d-b66d-783ba0af4554n%40googlegroups.com.

Reply via email to