Hello!
I'm trying to play around with TiddlyWiki and am currently testing editing the View template of tiddlers.
I created a tiddlers with the tag "
$:/tags/ViewTemplate" and it is correctly transcluded in every tiddlers at the place I want. But it doesn't display a table as I would like it to.
I used this text :
---
| ! Work Item Type | {{!!workitem.type}} |
And it renders correctly in the body of a tiddler, but not when it is used with the template. How can I achieve that?
Thank you :)