mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 10:26:44 +00:00
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
title: Widgets/ViewWidget/Parameter/field-format-text
|
|
description: Test view-widget parameters tiddler, field and format=*
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: input
|
|
caption: [[HelloThere]]
|
|
|
|
Some text
|
|
+
|
|
title: Output
|
|
|
|
<$view tiddler="input" field="caption" format="text"/>
|
|
|
|
<$view tiddler="input" field="caption"/>
|
|
+
|
|
title: ExpectedResult
|
|
|
|
[[HelloThere]]<p>[[HelloThere]]</p> |