OK, this is reproducible in an empty 5.0.10-beta file. Create a few tiddlies and tags, and then create a new tiddly and paste either code into it to see the effect:
<$list filter="[tags[]sort[title]]"> !! <$view field="title"/> <ul><$list filter="[is[current]tagging[]] +[sort[title]]"> </$list></ul> </$list> OR <span class="threecolumns"> <$list filter="[tags[]sort[title]] -[is[system]]" itemClass="tw-menu-list-item"> <$transclude tiddler="$:/core/ui/TagTemplate"/> <small class= "tw-menu-list-count"><$count filter="[is[current]tagging[]]"/></small> </$list> </span> On Monday, April 28, 2014 2:18:19 AM UTC+3, Sky Diver wrote: > > Hi Birthe, > > Your suggestion did the trick, thanks! > > - Now that it's working again, I see the same problem as I reported in my > seconds post here: > Similar to having a 0 counter, all the plain tags are not showing any > content in the TOC that just started working on 5.0.10-beta. > I'd appreciate some direction here. > > - I'd also like to understand if the title not being imported is a bug of > a feature (although I have a good guess). > > Thank you. > > On Monday, April 28, 2014 2:12:12 AM UTC+3, Birthe C wrote: >> >> Hi Sky Diver >> The upgrade changed the way linebreaks are handled. Try: >> >> <$list filter="[tags[]sort[title]]"> >> >> !! <$view field="title"/> >> <ul><$list filter="[is[current]tagging[]] +[sort[title]]"> >> >> </$list></ul> >> >> </$list> >> >> >> Birthe >> >> Den mandag den 28. april 2014 00.31.21 UTC+2 skrev Sky Diver: >>> >>> Greetings, >>> >>> 1. When trying to upgrade 5.0.6-beta to 5.0.10-beta, the first issue was >>> that the wiki's title is not imported, rather remains the default one. >>> >>> 2. Next, I noticed that my TOD tiddly is not showing up correctly. >>> >>> Here's the code: >>> <$list filter="[tags[]sort[title]]"> >>> !! <$view field="title"/> >>> <ul> >>> <$list filter="[is[current]tagging[]] +[sort[title]]"> >>> </$list> >>> </ul> >>> </$list> >>> >>> >>> Now, I can't recall if I had to import some special plugin for it. I >>> think it runs with the built-in functionality. >>> >>> In 5.0.6-beta it shows a tag title and then a title-list of all tiddler >>> of this tag, but in 5.0.10-beta it just shows plain text of the title with >>> leading !!, e.g.: >>> >>> >>> >>> >>> >>> >>> *!! Title A!! Title B!! Title C* >>> >>> I'm kinda worried about all the stuff that are not popping into my eyes >>> when I launch the wiki, so for the meantime I'll remain on 5.0.6-beta. >>> >>> Any help would be appreciated. >>> >>> Thank you. >>> >> -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

