15th January 2019 at 12:00am
Introduction
The text widget displays plain text without parsing it as WikiText, opposite of WikifyWidget.
Content and Attributes
The content of the <$text>
widget is not used.
Attribute | Description |
---|---|
text | The text to display |
Example
<$vars string="//italic//">
* <<string>>
* <$text text=<<string>>/>
</$vars>
That renders as:
- italic
- //italic//
The text-test field of this tiddler has a field value: <$text text={{!!text-test}}/>
It displays in its normal WikiText format as: {{!!text-test}}
That renders as:
The text-test field of this tiddler has a field value: e=mc^^2^^
It displays in its normal WikiText format as: e=mc2