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

Add docs for tm-rename-tiddler

Fixes #4246
This commit is contained in:
Jeremy Ruston 2019-09-09 14:38:29 +01:00
parent fff97e7326
commit f74e4c520d

View File

@ -0,0 +1,14 @@
caption: tm-rename-tiddler
created: 20190909133618113
modified: 20190909133618113
tags: Messages navigator-message
title: WidgetMessage: tm-rename-tiddler
type: text/vnd.tiddlywiki
The `tm-rename-tiddler` message renames a tiddler by deleting it and recreating it with a new title. The rename tiddler message requires the following properties on the `event` object:
|!Name |!Description |
|from |Current title of tiddler |
|to |New title of tiddler |
The rename tiddler message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.