You mean like this :-) <ul> <$list filter="[tag[chandler]tag[now]]"> <li> <$link> <$text text=<<currentTiddler>>/> </$link> </li> </$list> </ul>
This now works - thanks Jeremy /Joe On Sun, Jan 20, 2019 at 3:32 PM Jeremy Ruston <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/tiddlywiki/1e51b4a8-5d60-4674-8886-e968cad4ba67%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/_i7lapstAj8/unsubscribe. > To unsubscribe from this group and all its topics, 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 > <https://groups.google.com/d/msgid/tiddlywiki/562F4F33-E682-4CDF-ADC6-2AF1CF1F9465%40gmail.com?utm_medium=email&utm_source=footer> > . > 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/CAL6cY6F3AQOZAgfX4Q8rgYXE_PyVc%2B95_ucjNiScKt%3DJs8JcEQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

