mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-11 04:19:56 +00:00
29 lines
590 B
Plaintext
29 lines
590 B
Plaintext
|
title: TestCases/DataWidget/ImportCustomTitle
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
description: Importing a payload tiddler and overwriting the title
|
||
|
display-format: plaintext
|
||
|
|
||
|
title: Narrative
|
||
|
|
||
|
Importing a payload tiddler and overwriting the title
|
||
|
+
|
||
|
title: Output
|
||
|
|
||
|
\whitespace trim
|
||
|
<$data $tiddler="HelloThere" title="RealTitle"/>
|
||
|
+
|
||
|
title: HelloThere
|
||
|
tags: Definitions
|
||
|
|
||
|
This is the tiddler HelloThere
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>[
|
||
|
{
|
||
|
"title": "RealTitle",
|
||
|
"tags": "Definitions",
|
||
|
"text": "This is the tiddler HelloThere"
|
||
|
}
|
||
|
]</p>
|