I have made some things similar to this and the way I would suggest you create a single viewer tiddler that you can then transclude. Which I think is kind of what you said.
So, you make a form (just some edit-text widgets) and a button that takes the inputs for a title and the summary, details and sources text, then make a button that creates 3 separate tiddlers with a naming convention like you suggest (TiddlerTitle_summary, TiddlerTitle_details, etc.) Then you make a display tiddler (or a giant macro) you can transclude over and over again with something like this: \define DisplayTiddler(Name) !$Name$ <<tabs "[[$Name$_summary]][[$Name$_details]][[$Name$_sources]]>> \end Then if you make a set of tiddlers with the title 'Jellybeans' you would put <<DisplayTiddler "Jellybeans">> where you want it displayed and everything should work. -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/15b7e286-0eec-4b52-a513-59492a46e135%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

