이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

TextWidget

2019년 1월 15일 오전 12:00

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.

AttributeDescription
textThe 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