1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/widgets/TextWidget.tid

34 lines
726 B
Plaintext
Raw Normal View History

created: 201401191419
modified: 201901150000
2014-09-10 23:06:19 +00:00
tags: Widgets
title: TextWidget
2014-09-10 23:06:19 +00:00
caption: text
text-test: e=mc^^2^^
! 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
<$macrocall $name='wikitext-example-without-html' src='<$vars string="//italic//">
* <<string>>
* <$text text=<<string>>/>
</$vars>
' />
<$macrocall $name='wikitext-example-without-html' src='
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}}
' />