Serious issue with list filter

68 views
Skip to first unread message

Shash

unread,
Jul 16, 2015, 8:53:59 AM7/16/15
to tiddl...@googlegroups.com
Hi All,

I have a list filter like the one below

<$list filter= "[tag[Journal]]">
<h2><$view field="date1"/></h2>
<ul><$list filter="[date1{!!date1}]"><li>{{!!title||journalEntry}}</li></$list></ul>
</$list>

Whenever I am using this in Firefox, the entire list of system tiddlers pop up. I am not sure why this is happening. I tried the same in tiddlywiki.com with the below and the same issue popped up again.

<$list filter= "[tag[task]]"><h2><$view field="date1"/></h2>
<ul><$list filter="[date1{!!date1}]"></$list></ul>
</$list>

The question is, is my usage correct? or is there any problem anywhere which I am not able to identify?

Thanks!
Shash

Mark S.

unread,
Jul 16, 2015, 11:50:32 AM7/16/15
to tiddl...@googlegroups.com
Try adding the operator:

all[current]

in front of the second filter, like:

[all[current]date1{!!date1}]

This worked with my sample tiddler data.

I can't help but notice that the documentation for ListWidget tells us to look at NestedLists, but there is no tiddler with that title.

Mark
Reply all
Reply to author
Forward
0 new messages