Jon
When you transclude
{{$:/core/ui/Buttons/new-tiddler}} you are acutely Transcluding the whole button, change this to {{$:/core/images/new-button}}
- Basically clicking on the button triggers both
$:/core/ui/Buttons/new-tiddler and
$message="tm-new-tiddler"
- This highlights how a button widget acts somewhat like "on click"
- ActionCreateTiddlerWidget can create tiddlers without navigating to them (in fact you need to navigate to them) and has more control than
$message="tm-new-tiddler"
However why not use the new Journal here button?
{{||$:/core/ui/Buttons/new-journal-here}}
You can change the title format, default content and tags in Control Panel > info > Basics
- Title of new journal tiddlers
- Text for new journal tiddlers
- Tags for new journal tiddlers
Regards
Tones