Another handy use of ActionSetFieldWidget is to "clone" a tiddler, simply by setting the title field.
Let's suppose you have a Tiddler named "TidA", and you want to make a complete copy of it named "TidB". You can achieve this via: `<$action-setfield $tiddler="TidA" title="TidB" />` While this *might* seem like it would rename TidA to TidB, what it actually does is to create a *new* tiddler named TidB with all the same fields and values as TidA, while leaving TidA itself unchanged. If you actually do want to rename TidA instead of cloning it, you would use the above, followed by: `<$action-deletetiddler $tiddler="TidA" />` -e -- 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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/58c5b9fc-29ac-4bea-9664-ce30ff891352n%40googlegroups.com.