Hi all
I want to build bibliographies using the listwidget.
The outer list would be a list of topics, tiddlers that are tagged to from tiddlers that have content in their bibentry field.
The list under each entry of the outer list would be a transclusion of the bibentry field of the tiddlers that tag to the topics.
Example:
Technology (topic)
Transclusion of bibentry field of Tiddler 'Book A' which has a Technology tag
Transclusion of bibentry field of Tiddler 'Book B' which has a Technology tag
Warfare (topic)
Transclusion of bibentry field of Tiddler 'Book C' which has a Warfare tag
Transclusion of bibentry field of Tiddler 'Book D' which has a Warfare tag
I can get close to this, but the lists I get always also contain all the other outer topics, including the ones for which there are no tiddlers with bibentry fields that tag to those topics.
I scoured this group and my old experiments to see if I already had something like this, but I can't find anything.