1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 20:44:23 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/widgets/TextWidget.tid
2018-11-21 11:26:00 +00:00

39 lines
545 B
Plaintext

created: 201401191419
modified: 201401190837
tags: Widgets
title: TextWidget
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>
<<<