Dear Tony K and Mat thanks a lot for your thoughtful replies. After tinkering some (ahem: a lot), I know that I could realise a filter along the lines of what Mat suggested, one for each project. It is not precisely what I was after, so I would like to make this my plan B, the project plugin by Nicolas has many more options, a clean design and is a lot more open to changes in the structure of projects. Obviously a lot of thought has gone into its creation, and that level of refinement would be very hard or impossible for me to achieve. I found Nicolas' thread in which he announced the release of his plugin and I will try to highlight that it would be useful to allow subordinate notes under the project's name that are not automatically treated as tasks, which is what I was trying to say in my first post and obviously failed.
Thanks nonetheless, Mat, for teaching me something about filters! On Thursday, May 21, 2020 at 11:44:48 PM UTC+2, Mat wrote: > > 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/750d8a91-f5da-4310-a21c-6b1d079702b4%40googlegroups.com.

