mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 09:07:09 +00:00
18 lines
336 B
Plaintext
18 lines
336 B
Plaintext
title: Widgets/ViewWidget/Parameter/field-text
|
|
description: Test view-widget parameters tiddler and field=text
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: input
|
|
|
|
Some text
|
|
+
|
|
title: Output
|
|
|
|
<$view tiddler="input" field="text"/>
|
|
|
|
<$view tiddler="input" />
|
|
+
|
|
title: ExpectedResult
|
|
|
|
Some text<p>Some text</p> |