separating list results

59 views
Skip to first unread message

Steve Douglas

unread,
May 3, 2019, 10:19:14 PM5/3/19
to TiddlyWiki
I'm still learning, and i have this list <$list filter="[tag[not read yet]sort[title]]">

The results are all mashed together into a single line.  I want to separate them into separate lines. 

How do i separate the results?

Mark S.

unread,
May 3, 2019, 11:17:34 PM5/3/19
to TiddlyWiki

Quickest fix is like:

<$list filter="[tag[not read yet]sort[title]]">

</$list>

Notice that there is exactly one line space between the <$list> and </$list> tags. There's a long technical reason for this, which I can never keep straight.

The other easy way is to use a macro

<<list-links "[tag[not read yet]sort[title]]">>

HTH
-- Mark

Jon

unread,
May 4, 2019, 1:38:17 AM5/4/19
to TiddlyWiki
... or once you've typed <$list filter="[tag[not read yet]sort[title]]">
hit the return key.

Regards
Jon

Steve Douglas

unread,
May 4, 2019, 1:37:29 PM5/4/19
to TiddlyWiki
Perfect!  thank you very much
Reply all
Reply to author
Forward
0 new messages