On Tuesday, May 11, 2021 at 10:14:13 PM UTC-7 [email protected] wrote: > @Eric, > While studying your search tools, I noticed a possible bug with your tag > cloud and wanted to leave a note before I forget and in case no one else > has caught it. The order by count (but not title) breaks tags with > multiple words into separate entries. >
Excellent catch! FIXED. tagcloud_sort() now encloses tag text within doubled squarebrackets, like this: \define tagcloud_sort() <$list filter="[enlist<items>!nsort[]]"> <$list filter="[<currentTiddler>split[;]last[]]">*<$text text="[["/>* <<currentTiddler>>*<$text text="]]"/>*</$list> </$list> \end enjoy, -e -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a1cfcece-78b9-4734-aa40-077bedf27f39n%40googlegroups.com.

