Hi there,
I’m trying to build up an image-gallery in a TiddlyWiki, sorted by tags. Now I am trying to get the list-thumbnail-macro working for every tiddler that is a tag itself.
This is the template (which doesn’t work):
<$list filter="[all[current]tags[]!is[system]]">
<<list-thumbnails filter:"[all[current]tagging[]]">>
</$list>
I would appreciate any hints …