mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
ff57b4084a
Now we can provide variables to be passed to the rendering of the notification text
15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
created: 20140811112304772
|
|
modified: 20160701140248738
|
|
tags: Messages
|
|
title: WidgetMessage: tm-notify
|
|
type: text/vnd.tiddlywiki
|
|
caption: tm-notify
|
|
|
|
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 |
|
|
|paramObject |Hashmap of variables to be provided to the notification |
|
|
|
|
The notify message is handled by the TiddlyWiki core.
|