mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-10 11:59:58 +00:00
683ec33004
And add some tests for the data widget
21 lines
523 B
Plaintext
21 lines
523 B
Plaintext
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
|
|
<$data $tiddler="HelloThere" custom="Alpha"/>
|
|
+
|
|
title: HelloThere
|
|
tags: Definitions
|
|
|
|
This is the tiddler HelloThere
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>[{"title":"HelloThere","tags":"Definitions","text":"This is the tiddler HelloThere","custom":"Alpha"}]</p> |