Difference between 5.0.7 and 5.1.8 ?

74 views
Skip to first unread message

Stéphane Delaye

unread,
May 2, 2015, 7:15:39 PM5/2/15
to tiddl...@googlegroups.com
Hello,

I'm new on TiddlyWiki and played all the week with it. Nice tool !
But I'm having some questions...

Stephan Hradek wrote a ContactDB (http://tw5magick.tiddlyspot.com/) and I'm trying to use it in my own TiddlyWiki (I started from an empty 5.1.8). 

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 ?


Jed Carty

unread,
May 2, 2015, 7:22:54 PM5/2/15
to tiddl...@googlegroups.com
Put a line break between the line <$list filter="[is[current]tag[person]]"> and |!Street |{{!!street}} | like this:


<$list filter="[is[current]tag[person]]">

|!Street |{{!!street}} |
|!Town |{{!!town}} |
|!Phone |{{!!phone}} |
</$list>

Because of how the parsing works if you don't have the linebreak the inside isn't treated like a table. This also comes up with using ``` to make codeblocks and in a few other places.

Stéphane Delaye

unread,
May 3, 2015, 3:40:19 PM5/3/15
to tiddl...@googlegroups.com
-----
Thanks Jed. It works with the solution below. 
Reply all
Reply to author
Forward
0 new messages