Create and edit a tiddler with a single button click

I know how to use a $button widget to create and go to a new tiddler. but this tiddler is not in the edit mode. how could I force going to the new tiddler in edit mode?

I’ve read the $navigator widget doc but I can’t really make any use of it, it does not seems to be what I’m looking for yet.

See https://tiddlywiki.com/#WidgetMessage%3A%20tm-edit-tiddler, you can create a draft for a non-existent tiddler, or for a tiddler you created.

Here is one I did earlier;

  <$action-createtiddler $basetitle="$:/config/wiki-name" text="Set wiki name" path={{$:/info/url/full}} description="wiki description" initial-tiddlywiki-version=<<version>> >
     <$action-sendmessage $message="tm-edit-tiddler" $param=<<createTiddler-title>>/>
  </$action-createtiddler>