1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Added ActionSendMessageWidget

Added ActionSendMessageWidget to the list of possible message emiters on edit-tiddler message
This commit is contained in:
Daniel Rodríguez Rivero 2015-06-15 15:46:11 +02:00
parent 98f78e50b8
commit 6ed6ed3953

View File

@ -11,4 +11,4 @@ The `tm-edit-tiddler` message replaces the specified tiddler in the current stor
|param |Title of the tiddler that is being switched to edit mode |
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
The edit tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
The edit tiddler message is usually generated with the ButtonWidget or the ActionSendMessageWidget and is handled by the NavigatorWidget.