mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
17 lines
757 B
Plaintext
17 lines
757 B
Plaintext
created: 20140723103751357
|
|
modified: 20140723103751357
|
|
tags: Messages
|
|
title: WidgetMessage: tm-permaview
|
|
type: text/vnd.tiddlywiki
|
|
caption: tm-permaview
|
|
|
|
The `tm-permaview` message changes the browser address bar to form a [[permaview|PermaLinks]] that specifies all the open tiddlers in the main story river, and the tiddler to be navigated, defaulting to the current tiddler.
|
|
|
|
The permaview message supports the following properties on the `event` object:
|
|
|
|
|!Name |!Description |
|
|
|param |Title of the tiddler to be navigated within the permaview |
|
|
|tiddlerTitle |The current tiddler (used by default if the tiddler title isn't specified in the `param`) |
|
|
|
|
The permaview message can be generated by the ButtonWidget, and is handled by the story mechanism.
|