I'm having a problem with TiddlyWilki rendering links inconsistently. 

I've uploaded an example which using this bit of code, doesn't appear to be 
rendering links in columns 2 and 3 consistently. 
<table>
<tr><th>Title</th><th>A href={!!sites}</th><th>Link</th></tr>
<$list filter=[tag[series]]>
<tr>
<td><$link to={{!!title}}><$view field="title"/></$link> </td>
<td><a href={{!!sites}} rel="noopener noreferrer" style="color:red" target=
"_blank">{{!!title}} </a></td>
<td> {{!!sites}}</td>
</tr>
</$list>
</table>


The third column appear to give actual links for everything. In Firefox, 
several of them are rendered in the colour typical of internal links while 
others are rendered in red. In 
Chrome, none of are rendered in red. 

The second column is particularly irritating since two of the entries are 
rendered and coloured as internal links while all the others are rendered as 
links to external web-sites.

I assume this is because of something I've done incorrectly, but for the life 
of me I can't figure out what I've done or why Tiddlywiki renders some of them 
correctly but not other.

Can someone tell me what is happening?



-- 
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/bb0c728d-bf4b-4770-91e9-b71f9ec0af6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to