Hi,
I have some questions on regexp-filters and the tiddlers/moduls necessary for that. I tried to implement the following expression wich works fine here http://tiddlystuff.tiddlyspot.com/#Idea%20for%20a%20footnote%20filter

<dl>
<$list filter="[!is[current]search[||footnote}}]each[title]]">
<dt><$view field="title"/></dt>
<$list filter="[is[current]match:text/\{\{(.*?)\|\|footnote\}\}/(g)]" 
variable="footnote">
<dd><<footnote>></dd>
</$list>
</$list>
</dl>

In skeeves TW this gives a working Footnote-filter.
But i did not get it to work in my TW(slidesnstories.tiddlyspot.com).


These are the Tiddlers I imported from tiddlystuff:

1. $:/core/modules/filters/field.js
   
<http://slidesnstories.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Ffield.js>
2. $:/core/modules/filters.js
   <http://slidesnstories.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters.js>
3. $:/core/modules/filters/match.js
   
<http://slidesnstories.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fmatch.js>

I did not manage to find a beta-version of $:/core/modules/filters.js <http://slidesnstories.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters.js> that does not crash my TW (Which means it producesthe embarrassing "Internal JavaScript Error" when reopening).
I Think on skeeves this should already have been a 5.0.8b version.
Match.js seems which Stephan indicate as necessary does not crash the TW - but has no effect either.

If anyone would be so gentle to have a close look:
I prepared this on http://slidesnstories.tiddlyspot.com/ just press "recent Issues" in the Welcome.Tiddler.

Thanks a lot
Jan

--
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/57B0FA30.20207%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to