Ankit, I will just share a method I discovered recently when creating tiddlers from templates given its relevance.
I am working on a tool for this and found allowing fields in the template such as say object-type which may equal "template" in the template tiddler, to have a companion _object-type field which is used to replace the value of object-type during the new tiddler process. eg object-type becomes "post" instead of template. In my Under construction blog <https://anthonymuscio.github.io/TWBlog.html>, you can select new Post from the New Sidebar tab and see the resulting tiddler created and its fields to get an idea. See $:/PSaT/new-tiddlers/macros for insight to this code. It is quite easy to then add additional actions to add tags and other contextual information into the new tiddler, which I plan to build into this new tiddler tool. It will still take time for me to finish and publish this as I am trying to make it as universal and generic as possible. Regards Tony - When finished my new tiddler solution will allow you to provide additional actions to the new tiddler process. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/faab70d5-95a7-4dc0-a9c4-cbd2395ae855o%40googlegroups.com.

