mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
22 lines
436 B
Plaintext
22 lines
436 B
Plaintext
|
title: TestCases/DataWidget/SimpleTiddler
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
description: Simple tiddler definition
|
||
|
display-format: plaintext
|
||
|
|
||
|
title: Narrative
|
||
|
|
||
|
Using the data widget to create a tiddler with the title "Epsilon" and the text "Theta"
|
||
|
+
|
||
|
title: Output
|
||
|
|
||
|
<$data title="Epsilon" text="Theta"/>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>[
|
||
|
{
|
||
|
"title": "Epsilon",
|
||
|
"text": "Theta"
|
||
|
}
|
||
|
]</p>
|