Hello,
I'm a newbie with TW and i'm trying to find a way to transclude a value of a X-tiddler-dictionary by using a variable, but nothing works so i would like to know if it is possible from your opinion ?
For the test, i have a datatiddler "ressource" with this entry :
{
"step1_summary": "blabla1",
}
My target is to can set "step1" in a variable and to try to find a syntax for transclude the value of the "step1_summary" item.
On an other tiddler i have done three tests but nothing displays this value...
test 1:
<$set name="var0" value="step1">
{{ressrouce##<<var0>>_summary}}
test 2:
<$set name="var1" value="{{ressource##step1_summary}}">
<<var1>>
test 3:
<$set name="var2" value="step1_summary">
{{ressource##<<var2>>}}
Any help would be appreciate !
Cheers - Arnaud