For my tag configuration UI I had also the need to create new configuration data tiddlers using default values as well as some specific values known at creation time. I came up with a creation tiddler widget instead that also accepts a JSON parameter, that is, the tiddler init values in JSON serialízation format. In my case the point for not using the message route was that I only need to trigger creation of a config tiddler if it isn't present. In contrast, my understanding of the new TW 5.1.3 message widgets is that they fire when the user triggers a certain action.
Alas, for those interested there's this widget in my source code repository: https://github.com/TheDiveO/ThirdFlow/blob/master/src/tiddlers/system/plugins/TheDiveO/ThirdFlow/widgets/ensuretiddler.js Maybe it could be of some help? Regards, TheDiveO -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

