For this the easiest way is to use the action-sendmessage widget and the tm-add-tag message and the fieldmangler widget. Here is an example:
<$fieldmangler tiddler=<<tiddler.title>>> <$button>label <$action-sendmessage $message="tm-new-tiddler" $param="ChatsTemplate" tags=<<currentTiddler>> title=<<tiddler.title>>/> <$action-sendmessage $message="tm-add-tag" $param=someothertag/> New Chat </$button> </$fieldmangler> To add more tags just add more tm-add-tag messages. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/10d6b24d-b7b4-4e60-869a-930cde6188c1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

