Thing is, as Tony K notes, it is someones own hack so it would take effort to dig around. Someone elses coding structure, possibly including "clever solutions" or even bugs. I suggest that you do actually test things. If I understand you right, you want both ....tag[todo]tag[gardening]... in the/some filter. It seems like a rather neat use case to get to know how TW works.
Or you just create your own project manager. It is not that difficult. To list all tiddlers that are tagged both "todo" and with, say, all projects that are tagged "active", you could do: <$list filter="[tag[project]tag[active]]" variable=project> <$list filter="[tag<project>tag[todo]]"> </$list> </$list> <:-) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c421f30c-1988-4161-ad90-1de56b6d75dd%40googlegroups.com.

