I would like these two things:
1. I want a way to clone a tiddler without having to edit it, add this code...
<$button message="tw-new-tiddler" param=<<currentTiddler>>>clone this tiddler</$button>
... then close it, click the button, and delete the code from the new tiddler. What a pain.
How can I hack TW5 so that if I click the 'edit tiddler' button with a modifier key depressed (e.g. 'Option' on a Mac) that it opens a copy of the current tiddler for editing, rather than the current tiddler itself?
2. Also, I want way to delete a field or create a new field in all toddlers having a given tag. There may already be a way to do this but I don't know the code for it.
Thanks.
dr