mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-28 07:21:05 -08:00
23 lines
No EOL
432 B
Text
23 lines
No EOL
432 B
Text
title: ImportVariables/WithSetWidgets
|
|
description: Import variables defined with a set widget
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\whitespace trim
|
|
\import Definitions
|
|
<$text text=<<one>>/>,
|
|
<$text text=<<two>>/>
|
|
+
|
|
title: Definitions
|
|
|
|
\whitespace trim
|
|
<$set name="one" value="elephant">
|
|
<$set name="two" value="giraffe">
|
|
</$set>
|
|
</$set>
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>elephant,giraffe</p> |