Yes, that does pull up the todo list with the field category, so at least I know the subFilters aren't broken :)
What I'm trying to do though is like this:
tagged: todo
field: category with values like "today" or "next week" etc. It's a "type" of todo.
Looping over todos, then using the category as a heading over "types" of todos. The list looks like:
today:
-- make a filter
-- don't lose my mind
next week
-- use my todo list
-- do stuff
I got this to work with a regular list within a list and it looked like the above. I wanted to do it with the draggable list as the inner list instead. Which it should be able to do with a subfilter.
The subfilter needs to filter the current tiddler (which I think the draggable macro already does) against the value of the field "category." I was sure something like field[category]has[today] would work, but something ain't right.