$:/core/ui/Actions/new-journal contains:
<$wikify name="journalTitle" text="""<$macrocall $name="now" format=<<journalTitleTemplate>>/>""">
[...]
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> tags=<<get-tags>> text=<<journalText>>/>
$:/core/ui/Actions/new-tiddler contains no such wikify, just:
<$action-sendmessage $message="tm-new-tiddler" tags=<<get-tags>>/>
I haven't tried it, but I would think it would be relatively straightforward to override this tiddler and add an appropriate wikify widget and a title parameter to $action-sendmessage.