2024-05-06 15:37:03 +01:00
|
|
|
title: TestCases/DataWidget/SimpleTiddler
|
|
|
|
type: text/vnd.tiddlywiki-multiple
|
|
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
description: Simple tiddler definition
|
2024-05-06 21:56:35 +01:00
|
|
|
display-format: plaintext
|
2024-05-06 15:37:03 +01:00
|
|
|
|
2024-05-08 13:26:14 +01:00
|
|
|
title: Narrative
|
|
|
|
|
|
|
|
Using the data widget to create a tiddler with the title "Epsilon" and the text "Theta"
|
|
|
|
+
|
2024-05-06 15:37:03 +01:00
|
|
|
title: Output
|
|
|
|
|
|
|
|
<$data title="Epsilon" text="Theta"/>
|
|
|
|
+
|
|
|
|
title: ExpectedResult
|
|
|
|
|
2024-05-06 21:56:35 +01:00
|
|
|
<p>[
|
2024-05-06 15:37:03 +01:00
|
|
|
{
|
|
|
|
"title": "Epsilon",
|
|
|
|
"text": "Theta"
|
|
|
|
}
|
2024-05-06 21:56:35 +01:00
|
|
|
]</p>
|