TiddlyWiki5/editions/tw5.com/tiddlers/wikitext/Widgets in WikiText.tid

30 lines
1.0 KiB
Plaintext
Raw Normal View History

created: 20131205160840915
2014-06-19 11:37:54 +00:00
modified: 20140619111725471
2014-09-11 08:15:58 +00:00
tags: WikiText
title: Widgets in WikiText
type: text/vnd.tiddlywiki
2014-09-11 08:15:58 +00:00
caption: Widgets
Widgets provide rich functionality within WikiText. They have the same syntax as [[HTML elements|HTML in WikiText]], but the tag name always starts with `$`. For example:
```
2014-08-28 20:43:44 +00:00
<$button message="tm-close-tiddler">Close Me!</$button>
```
Note that widgets inherit all the features of [[HTML in WikiText]]:
* Widget attributes can be specified as:
** Unquoted strings (that cannot contain spaces)
** Strings quoted with single or double quotes
2014-06-19 11:37:54 +00:00
** Strings quoted with triple-double quotes
** Macro invocations (eg `attr=<<myMacro>>`)
** Transclusions (eg, `attr={{MyTiddler!!field}}`)
* The content of a widget is parsed in inline mode unless the opening tag is followed by two linebreaks, which forces block mode
** 'Inline mode' means that 'block mode' parse rules like headings, tables and lists are not recognised
See [[HTML in WikiText]] for more details.
The available widgets include:
<<list-links "[tag[Widgets]]">>