I don’t think this has been solved (though my search-fu is lacking) but occurred to me that it might be possible to integrate TiddlyWiki with GenAI by means of using TW’s export feature. Most AI models can likely handle WikiText and an export of an tiddler with all its related tiddlers could be formatted in a textual format well suited as context to an AI model.
However, something I’ve struggled with when exporting is transcluding. Since exporting to a textual format (CSV, JSON, TID) does not expand transcluded content; and because transcluded tiddlers are not part of the [links[]]
nor tag tiddlers, etc. it isn’t easy to ask TW to export a tiddler along with all its relevant context tiddlers.
Is it possible to export all relevant tiddlers associated with a filter of tiddlers to make for a complete relevance (context) graph? And if not how might one go about making a plugin to do so?