Hello I want to create a button which automatically creates a new tiddler as a child of
<$list filter="[all[current]tag[Film]]">
<$button>
<$action-sendmessage $message="tm-new-tiddler" title="Set a new title!" tags="clip" source={{!!title}} />
Add a new child
</$button>
</$list>