Hi Jed,

Thanks for your quick and detailed answer.
I've been fiddling with the list widget for some time now and was not aware 
of this.
Good to know.

Regards

FrD

Le dimanche 8 juillet 2018 10:11:04 UTC+2, Jed Carty a écrit :
>
> 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/b4ce5e93-f2fc-49ae-ad8b-8838ef6ae275%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to