Hi,
I have a tiddler called jsontiddler, and I want to print its value. The code below works, but it creates a hyperlink rather than just text.
<$set name="jsondata" value={{jsontiddler}}>
{{{[<jsondata>jsonget[case1]]}}}
<$set>
I want this as a text rather than a hyperlink to create a new tiddler.
Can anyone help with this?
Thanks,