The "main filter" could be the only part of the filter. What is Shure is my examples all work. Some more detailed analysys may be nessasary but I think each is a "run"
Regards
Tony
filter=<<mymacro>>
Issue arises when you want to add steps to the filter. You cannot go
filter="<<mymacro>> +[tag[mytag]]"
Subfilter solves this issue. You can go like
filter="[subfilter<mymacro>] +[tag[mytag]]"
And in another tiddler you can go like
filter="[subfilter<mymacro>append[!]]"
Basically it enables you to define dynamic filters and reuse them.
sincerely,
Riz
As far as I can see In the filter where you use the subfilter you decide if there is a space or not between other filter operators and your subfilter. This influences how the subfilter is applied.
Need confirmation
tony