Oh, if you just want to talk about "is it a bug" I would say "No". The 
value from the field is transcluded and rendered as a wiki-link, which is 
just what you would expect. 

Use "inspect element" in your browser and you'll see that the code is 
rendered as:

<a href="https://tiddlywiki.com/prerelease/";><a class="tc-tiddlylink 
tc-tiddlylink-resolves" href="#JeremyRuston">JeremyRuston</a></a>

So there's a link inside a link. The inside link wins, just as it would if 
you made the HTML by hand.

In general, when transcluding text, you want the text to be rendered as 
wikitext. In most cases you would be disappointed if it did not render as 
wiki-text. In the case of JeremyRuston, if you didn't want it to render as 
wikitext, you could precede it with a ~, e.g. ~JeremyRuston , just like you 
would do if his name appeared in a tiddler.

-- Mark

On Friday, October 5, 2018 at 7:10:04 AM UTC-7, Mohammad wrote:
>
> Yes Mark, your solution either works! but for the first case in my 
> question TW considers first the wikified link not the one is given by href 
> e.g
>
> <a href={{!!url}}>{{!!author}}</a><br>
>
>
> TW on click navigate to !!author not !!url.
>
> 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/ba2baec3-6063-46ed-b3bd-1bb42415fea6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to