Thanks Birthe,

'all' instead of 'is' fixed the counters.
The threecolumns layout looked messy also on my end, but toying around with 
magic newlines, the messiness went away.

Thanks again.

<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="[all[current]tagging[]]"/>
 </small>
 </$list>
</span>



On Monday, April 28, 2014 3:22:12 AM UTC+3, Birthe C wrote:
>
> Hi Sky Diver
> I do not pretend to understand any of it, but I tried the TagMenu and 
> Personbook the other day - discussed here: 
> https://groups.google.com/forum/#!searchin/tiddlywiki/TW5$20tagmenu/tiddlywiki/XxLT8zJqHYM/5dKWcxFFAAAJ
>  The 
> problem with count= 0 was solved for TagMenu changing 
> [is[current]tagging[]]
> to
> [all[current]tagging[]]
>
> Trying that I do see count working, but it looks messy.
>
> Birthe
>
>
>
> On Monday, April 28, 2014 1:23:49 AM UTC+2, Sky Diver wrote:
>>
>> 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>
>>
>>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to