<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?
<a href={{!!sites}} rel="noopener noreferrer" style="color:red" target="_blank"><$view field="title" format="text">{{!!title}}</$view></a>
<a href={{!!sites}} rel="noopener noreferrer" style="color:red" target="_blank"><$text text={{!!title}}></$view></a>
* a { color:foooooo }
I love TiddlyWiki and use it almost constantly but there is one thing I absolutely hate and that is CamelCase. I work with enough things that are automatically CamelCase... like about 90% of Scottish names and chemicals and now Japanese anime... that I spend far more time cancelling out the CamelCase than it saves me.
True, though in the past at least that meant I had to either tolerate a bunch of ugly tildes or I had to hunt them down and delete them manually. Its a minor price to pay for TiddlyWiki but that doesn't stop it from irritating me. I'm equally positive there are users who can't imagine TiddlyWiki without CamelCase. Different strokes for different folks.
IMO it would be worth a github issue or a PR, since the existing implementation isn't backwards compatible.
True, though in the past at least that meant I had to either tolerate a bunch of ugly tildes or I had to hunt them down and delete them manually. Its a minor price to pay for TiddlyWiki but that doesn't stop it from irritating me. I'm equally positive there are users who can't imagine TiddlyWiki without CamelCase. Different strokes for different folks.
I think it can be solved with a simple plugin, that could be part of the core in a second step.
IMO it should go into the core, since the existing handling is a bug. If someone disables wikilinks, there should be no other effects