mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
15 lines
549 B
Plaintext
15 lines
549 B
Plaintext
caption: tm-notify
|
|
created: 20140811112304772
|
|
modified: 20230723220728382
|
|
tags: Messages
|
|
title: WidgetMessage: tm-notify
|
|
type: text/vnd.tiddlywiki
|
|
|
|
The notify message briefly displays a specified tiddler as a small alert in the upper right corner of the page. It requires the following properties on the `event` object:
|
|
|
|
|!Name |!Description |
|
|
|param |Title of the tiddler to be displayed |
|
|
|//{any other params}// |Any other parameters are made available as variables to the notify message. |
|
|
|
|
The notify message is handled by the TiddlyWiki core.
|