1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-23 06:20:01 +00:00

25 lines
500 B
Plaintext
Raw Normal View History

title: TestCases/DataWidget/ImportedTiddler
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
description: Imported tiddler definition
display-format: plaintext
title: Output
<$data $tiddler="HelloThere" custom="Alpha"/>
+
title: HelloThere
modifier: JoeBloggs
This is the HelloThere tiddler
+
title: ExpectedResult
<p>[
{
"title": "HelloThere",
"modifier": "JoeBloggs",
"text": "This is the HelloThere tiddler",
"custom": "Alpha"
}
]</p>