Hi Joe

> <ul>
> <$list filter="[tag[book]]">
> <li>
> <$link>
> <<currentTiddler>>
> </$link>
> </li>
> </$list>
> </ul>

The problem here is that the double angle brackets cause the text of the 
currentTiddler variable to be wikified. That will cause problems for tiddler 
titles that incorporate wikitext (e.g. CamelCase like "My InterestingTiddler") 
because that wikitext will be rendered within the link.

It's better to use <$text text=<<currentTiddler>>/> to render the variable as 
plain text without wikification.

Best wishes

Jeremy.


> 
> Makes an incorrect link - the tiddler is found but displayed in a cursive 
> font and
> does not open the correct tiddler when clicked.
> 
> Seems like titles with camel case words get a bad link generated inside $link
> 
> Cheers
> 
> /Joe
> 
> -- 
> 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/1e51b4a8-5d60-4674-8886-e968cad4ba67%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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/562F4F33-E682-4CDF-ADC6-2AF1CF1F9465%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to