1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-29 17:08:01 +00:00

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

...
This commit is contained in:
twMat
2022-09-13 18:20:28 +02:00
committed by GitHub
parent fe74a776e9
commit fe365354d0

View File

@@ -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>