이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

WidgetMessage: tm-permaview

2024년 5월 23일 오후 5:40

The tm-permaview message changes the browser address bar to form a permaview 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:

NameDescription
paramTitle of the tiddler to be navigated within the permaview
tiddlerTitleThe current tiddler (used by default if the tiddler title isn't specified in the param)
successNotificationNew in v5.3.4 Optional title of tiddler containing notification to be used if the operation succeeds
failureNotificationNew in v5.3.4 Optional title of tiddler containing notification to be used if the operation fails

The permaview message can be generated by the ButtonWidget, and is handled by the story mechanism.