I learned that a filter started with [
and ended with ]
. But there are cases in Tiddlywiki where a subfilter like !tag[done]
is asked to be passed. As an example see list-tagged-draggable
. I know the reason (Wikitext limitation on filter syntax at the time of development such macros), but NOW Tiddlywiki allows much readable wikitext syntax.
These kind of odd rules makes learning TiddlyWiki quit hard. Passing a [!tag[done]]
is more semantic and easier to learn, as it is like other filters and follow a general syntax.
My question is: Isn’t it the time to remove such odd rules?