Hi,
I was trying to silently create a tiddler with a given tag, and it didn't work well.
Until I found the solution by Jed Carty with the action -setfield widget (
https://groups.google.com/d/msg/tiddlywiki/-_Bsj8WO58Q/xoZiITK5pO4J). Thanks !
Back to my point.
What I tried (on
tiddmywiki.com)
<$fieldmangler tiddler="newTestTiddler">
<$button message="tm-add-tag" param="tagA">
<$link to="newTestTiddler">to newTestTiddler
<$action-navigate $to="newTestTiddler"/>
</$link>
</$button>
</$fieldmangler>
The buttons looks like a non existing tiddlylink (which is right).
When I click, the tiddler newTestTiddler appears below the current tiddler.
BUT it does not show up in the recent list (just like the navigation to a non existing tiddler).
AND the button looks like an existing tiddlylink.
Then I close the tiddler.
Then I click again.
This time the tiddler appears below, AND in the recent list. It is created.
I don't know whether yhis behaviour is right or not. I'm just reporting.
FrD