Look at the below example:

Assume you have a tiddler names myTest with the below fields:

   - *url*: https://tiddlywiki.com/prerelease/
   - *author*: JeremyRuston


Then the below line show JeremyRuston as a link to a missing tiddler

<a href={{!!url}}>{{!!author}}</a><br>

A workaround is 

<a href={{!!url}}><$view field="author"}}/></a><br>

But it is expected the above href point to url not author!


- Mohammad

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b3827705-5cd9-4ff6-9f07-58a44514e7ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to