Imagine you want to dynamically create filters. You can obviously use macro definitions and use them like
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 https://ibnishak.github.io/Timimi/ -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/40210fa7-6785-42e3-bacc-49f1414f3b9c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

