Hi Marc Sometimes its best to use html markup to get the layout you want:
<ul> <$list filter="[!is[system]has[modified]!sort[modified]limit[50]]"> <li><<currentTiddler>></li> </$list> </ul> -- or as a table <table> <$list filter="[!is[system]has[modified]!sort[modified]limit[50]]"> <tr><td><<currentTiddler>></td></tr> </$list> </table> regards On Friday, 8 January 2016 12:26:58 UTC+2, Marc J. Cawood wrote: > > > <$list filter="[!is[system]has[modified]!sort[modified]limit[50]]"> > <<currentTiddler>> > </$list> > > I get the links in a row. When I use this: > > <$list filter="[!is[system]has[modified]!sort[modified]limit[50]]"> > * <<currentTiddler>> > </$list> > > I get the same but with a * character preceding each link. So I add a > space and some progess is made: > > <$list filter="[!is[system]has[modified]!sort[modified]limit[50]]"> > > * <<currentTiddler>> > </$list> > > This is slightly better but has unwanted (vertical) space between links. > > What am I missing? > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/d5eda84d-4f34-4003-ada7-b9322b94086a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

