I am experimenting with TW5 as a project management tool.

Tasks are organised as individual tiddlers, each with a 'todo' tag and a 
field called 'start-date'.

I try to create a simple Task view, basically a nested list, with start 
dates and the associated open tasks for each day:

<$list filter="
[tag[todo]!tag[done]each[start-date]]">
<div class="tw-menu-list-item">
''<$view field="start-date" format="date" template="ddd, 0DD MMM YYYY"/>''
<$list filter="[tag[todo]!tag[done]sameday{!!start-date}]">
<div class="tw-menu-list-subitem">
<$checkbox tag="done"><$link to={{!!title}}><$view 
field="title"/></$link></$checkbox>
</div>
</$list>
</div>
</$list>

While the outer list works, I cannot get the inner list to work; 
sameday{!!start-date} seems to be the wrong approach!

Btw, is there a possibility to bulk change fields of selected tiddlers?

Thanks for your help!
Michael

-- 
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