1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-28 16:23:15 +00:00

Docs for permalink and permaview

This commit is contained in:
Jermolene 2014-07-24 15:49:18 +01:00
parent 1f16ef6fa8
commit 9d69c38611
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,15 @@
created: 20140723103751357
modified: 20140723103751357
tags: message
title: WidgetMessage: tw-permalink
type: text/vnd.tiddlywiki
The `tw-permalink` message changes the browser address bar to form a [[permalink|PermaLinks]] to a specified tiddler, defaulting to the current tiddler.
The permalink message supports the following properties on the `event` object:
|!Name |!Description |
|param |Title of the tiddler to be permalinked |
|tiddlerTitle |The current tiddler (used by default if the tiddler title isn't specified in the `param`) |
The permalink message can be generated by the ButtonWidget, and is handled by the story mechanism.

View File

@ -0,0 +1,15 @@
created: 20140723103751357
modified: 20140723103751357
tags: message
title: WidgetMessage: tw-permaview
type: text/vnd.tiddlywiki
The `tw-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.