As discussed briefly here,
I’m trying to find a way to have a tab for each field value without duplicates for a specific field, and in each tab, having a bulleted list of all the tiddlers that have that value.
I’m not sure if this can be done with just the tabs macro, but I’ll try to explain a bit more in depth below.
Lets say I have a tiddler called “Navigator” and in that tiddler, I have the text <<tabs '[has[Content-Type]get[Content-Type]limit[1]subfilter<list-links>]'>>
(which is not actually working filtering, sorry about that.)
Now I have tiddlers that have the field “Content-Type”
-
Tiddler 1 has a Content-Type of “Character”
-
Tiddler 2 has a Content-Type of “Character [[Main Character]]”
-
Tiddler 3 has a Content-Type of “Setting”
So each tab would be “Character, Main Character, Setting” and Tiddler 1 and 2 would show up in tab 1 (character), tiddler 2 would be in tab 2 (main character) and tiddler 3 in tab 3 (setting)
Not sure if that helps more or ends up being more confusing, but I’m trying to move away from having tags for everything, and to use fields and filtering more, since it seems super powerful