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/866357ac-c8b1-45cd-a040-6af32429998bn%40googlegroups.com.