Hi all
I have tiddlers with icon fields indicating an image. I am curious to know if there is a way to create a list filter that displays the icons of each tiddler as a link to the tiddler.
I tried
<<$list filter="[tag[palette]]"><$link><$transclude field="icon"/></$link></$list>
But that just displays the name of the image tiddler as a link.
I am thinking of using various colored circles as icons, and using lists to create a line of colored circles representing the tiddlers in that category. Kind of like a data visualization. A colorful way to see how many tiddlers I have in each category, and as links and with captions on hover, so I can see what they are and open them.