[doc] Update WidgetMessage: tm-new-tiddler (#6945)

...
This commit is contained in:
twMat
2022-09-13 17:20:28 +01:00
committed by GitHub
parent fe74a776e9
commit fe365354d0
@@ -22,7 +22,7 @@ The new tiddler message is usually generated with the ButtonWidget or ActionSend
! Examples
To make a button that creates new tiddlers tagged "task", create a tiddler called "TaskTemplate" with that tag, and then make your button like this:
To make a button that creates new tiddlers tagged "task", create a tiddler called "~TaskTemplate" with that tag, and then make your button like this:
```
<$button message="tm-new-tiddler" param="TaskTemplate">New Task</$button>