mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
9395d75671
Fixes #4153
19 lines
925 B
Plaintext
19 lines
925 B
Plaintext
created: 20140213224306412
|
|
modified: 20160606125956564
|
|
tags: Mechanisms Features
|
|
title: AlertMechanism
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Alerts are displayed as yellow boxes overlaying the main TiddlyWiki window. Each one corresponds to a tiddler with the tag [[$:/tags/Alert]]. Clicking the <<.icon $:/core/images/delete-button>> delete icon on an alert deletes the corresponding tiddler.
|
|
|
|
Here's a demo <$fieldmangler tiddler="SampleAlert"><$set name="currentTiddler" value="SampleAlert"><$button message="tm-add-tag" param="$:/tags/Alert">alert</$button></$set></$fieldmangler>.
|
|
|
|
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]] |
|