2024-05-06 15:37:03 +01:00
|
|
|
title: TestCases/DataWidget/ImportedTiddler
|
|
|
|
type: text/vnd.tiddlywiki-multiple
|
|
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
description: Imported tiddler definition
|
2024-05-06 21:56:35 +01:00
|
|
|
display-format: plaintext
|
2024-05-06 15:37:03 +01:00
|
|
|
|
|
|
|
title: Output
|
|
|
|
|
|
|
|
<$data $tiddler="HelloThere" custom="Alpha"/>
|
|
|
|
+
|
|
|
|
title: HelloThere
|
|
|
|
modifier: JoeBloggs
|
|
|
|
|
|
|
|
This is the HelloThere tiddler
|
|
|
|
+
|
|
|
|
title: ExpectedResult
|
|
|
|
|
2024-05-06 21:56:35 +01:00
|
|
|
<p>[
|
2024-05-06 15:37:03 +01:00
|
|
|
{
|
|
|
|
"title": "HelloThere",
|
|
|
|
"modifier": "JoeBloggs",
|
|
|
|
"text": "This is the HelloThere tiddler",
|
|
|
|
"custom": "Alpha"
|
|
|
|
}
|
2024-05-06 21:56:35 +01:00
|
|
|
]</p>
|