mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
15 lines
660 B
Plaintext
15 lines
660 B
Plaintext
created: 20140302183306544
|
|
modified: 20140302183352966
|
|
tags: Messages navigator-message
|
|
title: WidgetMessage: tm-close-other-tiddlers
|
|
type: text/vnd.tiddlywiki
|
|
caption: tm-close-other-tiddlers
|
|
|
|
The `tm-close-other-tiddlers` message removes all but a specified tiddler from the story list. It requires the following properties on the `event` object:
|
|
|
|
|!Name |!Description |
|
|
|param |Title of the tiddler that is not to be closed |
|
|
|tiddlerTitle |Fallback title that is used if ''param'' isn't specified (automatically set by the ButtonWidget) |
|
|
|
|
The close other tiddlers message is usually generated with the ButtonWidget and is handled by the NavigatorWidget.
|