Hello everyone,
I’m searching how to display an image whose name is a value in a tiddler data, but all my attempts do not succeed.
I’m probably not using the right syntax… or what I want to do is not possible?
Can you help me?
I use two tiddlers:
A data tiddler (BD-Test1) which contains:
Image: test.jpg
Fullimage: ./files/test.jpg
Value1: No
Value2 : Yes
A second tiddler (Defail-Test1) which contains:
<$tiddler tiddler={{{ [is[current]removeprefix[Detail]addprefix[BD]] }}} >
[img [./files/{{##Image}}]]
[img [{{##Fullimage}}]]
!!Print values :
*Value1: {{##Value1}}
*Value2 : {{##Value2}}
</$tiddler>
[img [./files/test.jpg]]
In advance, thanks for your help.
Arnaud