Giving TW5 another go after a decade of TW Classic and just trying to get a 
simple list going. In this case I'd like the recent tiddlers as an 
unformatted list as in:
* TiddlerOne
* TiddlerTwo
* Etc...

When I use this:

<$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 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/dbfd24cb-d1ab-4e98-9f71-370284383dcc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to