Thanks Eric - that's working!

Eric Shulman schrieb am Mittwoch, 7. Juli 2021 um 15:11:32 UTC+2:

> On Wednesday, July 7, 2021 at 4:05:17 AM UTC-7 S² wrote:
>
>> I used TagCloud from Eric and added a third option to see only my 
>> tiddlers:
>>
>> \define tagcloud_showbytiddler()
>> <$list filter="[!is[system]tags[]sort[]]">
>>    <$vars count={{{ [<currentTiddler>tagging[]count[]] }}}>
>>       <<tag>>
>>    </$vars>
>> </$list>
>> \end
>>
>> This shows me also "$:/tags/Stylesheet"," $:/tags/SideBar", " 
>> $:/tags/PageControls" etc...
>>
>
> Instead of
> <$list filter="[!is[system]tags[]sort[]]">
> you should write:
> <$list filter="[tags[]!is[system]sort[]]">
>
> The difference is that the first filter means "for all tiddlers that are 
> not system tiddlers, get all tags"
> while the second filter means "get all tags that are not system tiddlers"
>
> -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/5aae5ab1-9bee-4d73-8388-4f97882c0368n%40googlegroups.com.

Reply via email to