Jeremy gave a much better response to this not that long ago but I don't 
know which thread it is in. The short version is that it is the default 
behaviour of the list widget.

If you have an empty line inside the list widget it displays the tiddler 
titles and adds line breaks, so this:

<$list filter=<<someFilter>>>


</$list>


gives the same result as this:

<$list filter=<<someFilter>>><$link><<currentTiddler>></$link><br></$list>


If you don't put in the empty space than there is no line break.
So this:

<$list filter=<<someFilter>>>
</$list>


gives the same result as this:

<$list filter=<<someFilter>>><$link><<currentTiddler>></$link></$list>


You can change what is contained inside the $list tags and change the 
template to display each item, but for this I didn't think it was necessary.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c8809952-06a5-4753-a77b-83c400ca0f5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to