2023-04-17 10:13:35 +00:00
|
|
|
title: Data/ImportTiddler
|
|
|
|
type: text/vnd.tiddlywiki-multiple
|
|
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
description: Importing a payload tiddler and adding custom fields
|
|
|
|
|
|
|
|
title: Description
|
|
|
|
text: Importing a payload tiddler and adding custom fields
|
|
|
|
+
|
|
|
|
title: Output
|
|
|
|
|
|
|
|
\whitespace trim
|
2023-05-04 07:57:43 +00:00
|
|
|
<$testcase template="$:/core/ui/testcases/RawJSONTemplate">
|
2023-04-17 10:13:35 +00:00
|
|
|
<$data $tiddler="HelloThere" custom="Alpha"/>
|
2023-05-04 07:57:43 +00:00
|
|
|
</$testcase>
|
2023-04-17 10:13:35 +00:00
|
|
|
+
|
|
|
|
title: HelloThere
|
|
|
|
tags: Definitions
|
|
|
|
|
|
|
|
This is the tiddler HelloThere
|
|
|
|
+
|
|
|
|
title: ExpectedResult
|
|
|
|
|
2023-09-15 10:21:49 +00:00
|
|
|
<p><div><div>[{"title":"HelloThere","tags":"Definitions","text":"This is the tiddler HelloThere","custom":"Alpha"}]</div></div></p>
|