1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/widgets/TextWidget.tid

39 lines
545 B
Plaintext
Raw Normal View History

created: 201401191419
modified: 201401190837
2014-09-10 23:06:19 +00:00
tags: Widgets
title: TextWidget
2014-09-10 23:06:19 +00:00
caption: text
! 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>
```
Displays as:
<<<
<$vars string="//italic//">
* <<string>>
* <$text text=<<string>>/>
</$vars>
<<<