This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

WidgetMessage: tm-permalink

23 mai 2024 à 17h40

The tm-permalink message changes the browser address bar to form a permalink to a specified tiddler, defaulting to the current tiddler. The resulting link will be copied to the clipboard.

The permalink message supports the following properties on the event object:

NameDescription
paramTitle of the tiddler to be permalinked
tiddlerTitleThe current tiddler (used by default if the tiddler title isn't specified in the param)
successNotification Depuis : 5.3.4 Optional title of tiddler containing notification to be used if the operation succeeds
failureNotification Depuis : 5.3.4 Optional title of tiddler containing notification to be used if the operation fails

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