Hello,
I'm new on TiddlyWiki and played all the week with it. Nice tool !
But I'm having some questions...
I can't fix the following behavior:
- There is a viewPerson template (tagged $:/tags/ViewTemplate) with the following content:
<$list filter="[is[current]tag[person]]">
|!Street |{{!!street}} |
|!Town |{{!!town}} |
|!Phone |{{!!phone}} |
</$list>
When I display a tiddle tagged "person":
On Stephan Hradek, it displays a nice table.
On my wiki, i've got only the characters, not the table.
Any idea ?