Bingo!
<$list 
filter="[!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!sort[modified]]">


<$checkbox tag="done">
<$link to={{!!title}}>
<$view field="title"/>
</$link>
</$checkbox>
</$list>
gives:
[x] Item 1
[x] Item 2
[x] Item 3
 
Which is just what I want! I just hadn't managed to try that particular 
combination. Thank you!

On Wednesday, June 11, 2014 4:18:04 PM UTC-7, Steve Hewitt wrote:
>
> You need to put </$list> on a separate line, then most of your examples 
> will probably work. The second example is the same as one I use, so I know 
> that one works!
>
> Good luck
> Steve
>
> On Wednesday, 11 June 2014 23:48:46 UTC+1, Matthew Petty wrote:
>>
>> I'll try all the possibilities of where to put the line breaks.
>>
>> <$list filter="[tag[task]]"><$checkbox tag="done"><$link 
>> to={{!!title}}><$view field="title"/></$link></$checkbox></$list>
>> gives:
>> [x]Item 1[x]Item 2[x]Item 3
>>
>> <$list filter="[tag[task]]">
>> <$checkbox tag="done"><$link to={{!!title}}><$view 
>> field="title"/></$link></$checkbox></$list>
>> gives:
>> [x]Item 1 [x]Item 2 [x]Item 3
>>
>> <$list filter="[tag[task]!tag[done]]">
>> <$checkbox tag="done">
>> <$link to={{!!title}}><$view field="title"/></$link></$checkbox></$list>
>> gives:
>> [x] Item 1 [x] Item 2 [x] Item 3
>>
>> <$list filter="[tag[task]!tag[done]]">
>> <$checkbox tag="done">
>> <$link to={{!!title}}>
>> <$view field="title"/></$link></$checkbox></$list>
>> gives:
>> [x] Item 1 [x] Item 2 [x] Item 3
>> (same as the one above)
>>
>> <$list filter="[tag[task]!tag[done]]">
>> <$checkbox tag="done">
>> <$link to={{!!title}}>
>>
>> <$view field="title"/></$link></$checkbox></$list>
>> gives:
>> [x]
>>
>> Item 1
>>
>> [x]
>>
>> Item 2
>>
>> [x]
>>
>> Item 3
>> --------------
>> and so on...
>>
>> What should work? Any examples to try?
>>
>>
>> On Wednesday, June 11, 2014 1:49:54 PM UTC-7, Stephan Hradek wrote:
>>>
>>> Maybe you'd better just show what you have so that we can point you to 
>>> any possible mistakes?
>>>
>>

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to