Thanks Jon, this is useful, and as I can see from your code, the match[3] variable is equal to the thing in the square brackets, like for
[tag[SomeTag]] match[3] == "SomeTag" However, I don't understand the general destination of the "match" array, and some core filters use also match[1], match[4] (like this [1]). It seems that the clue is in the [2] part of the Filters.js, but I quite understand it. Anyway, I'll ask some more questions when I implement the extension of the IncludePlugin and when new filters are needed. [1] https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/Filters.js#L8 [2] https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/Filters.js#L53 -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
