I have
<$button>
<$action-sendmessage $message="tm-new-tiddler" title="note" tags="note" text=<<storyTiddler>>/>
<$fieldmangler tiddler="note">
<$action-sendmessage $message="tm-add-tag" $param={{Active Production}}/>
</$fieldmangler>
Test Button
</$button>
Both parts work on their own, but even though the fieldmangler widget is set to modify the "note" tiddler, it won't do it unless "note" already exists (ie the button didn't just make it).
Any thoughts on why that's the case and how to make it work correctly?
-TCJ