Thanks Eucaly61, great to see more people creating extensions for TW5. Best wishes
Jeremy On Sat, Aug 23, 2014 at 1:16 AM, Eucaly61 <[email protected]> wrote: > As inspired by below threads and resource: > > - [TW5] Transcluding tiddler sections by Headings > <https://groups.google.com/forum/#!topic/tiddlywiki/cPt3tjplEAM> > - [TW5] 2 new list operators/functions > <https://groups.google.com/forum/#!topic/tiddlywikidev/pAapOxpXXTE> > - Idea for a footnote filter > <http://tiddlystuff.tiddlyspot.com/#Idea%20for%20a%20footnote%20filter> > > I successfully reload the "match filter" (adopting from Stephan Hradek's > version) for 5.0.15-beta, to > > - Transclude tiddler sections (picking parts out of fields) by regular > expressions > > > You may follow below steps to enable that in your own TW5 documents > > 1. Create a new tiddler with below attribute > - Title : $:/core/modules/filters/match.js > - Type : application/javascript > - module-type: filteroperator (add a "module-type" field with > the value) > 2. Paste the attached content into the tiddler > 3. Save and reload the TW5 documents > 4. Test by "*Filter tab*" of *AdvancedSearch*, for example > > * : * > - [field:tags/help/] +[match:text/(^!+.*$)/(gm)] > => list all headings, from tiddles with tag help > > - [field:tags/help/] +[match:text/(^!+.*$(?:\s+[^!].*)*)/(gm)] > => list all headings and contexts, from tiddles with tag help > > 5. Compose <$list ...> widget with the match filter as you like > > > I would like to invite your ideas about > > - The expected behavior of *!match* for match filter, (... not > implemented yet ...) > - Any other comments > > > > > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
