2014-02-14 07:53:41 +00:00
created: 20140213224306412
2016-05-03 02:28:06 +00:00
modified: 20160606125956564
2016-01-07 23:00:38 +00:00
tags: Mechanisms Features
2014-02-14 07:53:41 +00:00
title: AlertMechanism
type: text/vnd.tiddlywiki
2016-05-03 02:28:06 +00:00
Alerts are displayed as yellow boxes overlaying the main TiddlyWiki window. Each one corresponds to a tiddler with the tag [[$:/tags/Alert]]. Clicking the {{$:/core/images/delete-button}} delete icon on an alert deletes the corresponding tiddler.
2014-02-14 07:53:41 +00:00
2014-08-28 20:43:44 +00:00
Here's a demo <$fieldmangler tiddler="SampleAlert"><$set name="currentTiddler" value="SampleAlert"><$button message="tm-add-tag" param="$:/tags/Alert">alert</$button></$set></$fieldmangler>.
2014-02-15 17:36:49 +00:00
2014-02-14 07:53:41 +00:00
Alert tiddlers should have the following fields:
|!Field |!Description |
|title |By default, alert titles have the prefix `$:/temp/alerts/` |
|text |The text of the alert message |
|modified |Date of the alert (used for ordering the alerts on screen) |
|component |Component name associated with the alert |
|tags |Must include [[$:/tags/Alert]] |