You can do what you want to do, I made some pretty complex output things from tiddlywiki to automatically generate some code for a job I did a while ago. You don't have to stick to the example used on tiddlywiki.com so you can change the content of the renderContent macro to be whatever you want. This is a test I made on tiddlywiki.com to make sure I remembered it correctly.
This works: \define renderContent() <$list filter="""$(exportFilter)$"""> <br> <<currentTiddler>> <br> <$list filter='[tag<currentTiddler>]' template='$:/core/templates/plain-text-tiddler'/><br> </$list> \end <<renderContent>> Hopefully you can modify that to whatever format you want. -- 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/467731cb-8e11-4114-b8e1-7ac60b63f782%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

