Yeah, it's pretty complicated. I'll see about posting the tiddly once
it's done, since it's complicated to explain. However, I did solve my
problem:
<<list filter "[tag[task8 AND active_task8 AND
(active_task1 OR (task1 AND finished_task1)) AND
(active_task2 OR (task2 AND finished_task2)) AND
(active_task3 OR (task3 AND finished_task3)) AND
(active_task4 OR (task4 AND finished_task4)) AND
(active_task5 OR (task5 AND finished_task5)) AND
(active_task6 OR (task6 AND finished_task6)) AND
(active_task7 OR (task7 AND finished_task7)) AND NOT
finished_task8]]">>

Of course, by default, the project must contain active_taskA-Z tags,
which only in conjunction with the taskA-Z tags signal that a certain
task is active.

w

On Aug 29, 12:33 pm, Tobias Beer <[email protected]> wrote:
> Hi whatever,
>
> It should be...
> <<forEachTiddler where
> 'tiddler.tags.contains("UsedWithTask_"+store.getValue(tiddler.title,"projecttask"))'>>
>
> The way you you use tagging doesn't seem to make a lot of sense to me.
> Why not just tag to that other tiddler instead of creating a new tag
> called UsedWithTask_SomeOtherTask?
>
> Or, why not have a field "usedwith" whose value is a bracketedList of
> all those tasks that the current tiddler is "used with"?
>
> In general I believe this is the exact problem that I already pointed
> out elsewhere [1]... that tagging - unfortunately - does not involve
> any semantic qualitfiers as for the meaning of a (tag-)relation, e.g.:
>
> tidA tagged: tidB (relation: used by)
> tidC tagged: tidD (relation: child)
> tidE tagged: tidF (relation: depends on)
> etc...
>
> ...which is probably why you come up with these string based tag
> qualifiers, however - as it seems to me - not in a very generic way.
>
> Cheers, Tobias.
>
> [1]http://groups.google.com/group/tiddlywiki/msg/a54f42d375850eab

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to