Hi Stephan Gosh. It's a typo, but the weird thing is that it works. Michael Herrmann sent me his TW classic document that was causing problems when imported into TW5 on Firefox. It turns out that Michael's wiki contained a 1MB tiddler (amongst 1047) that terminated the import process by failing to match the regex in the original commit. But only on Firefox.
I'll investigate further, Best wishes Jeremy On Sun, Dec 22, 2013 at 9:21 PM, Stephan Hradek <[email protected]>wrote: > > > Am Sonntag, 22. Dezember 2013 12:29:23 UTC+1 schrieb Jeremy Ruston: > >> >> >> https://github.com/Jermolene/TiddlyWiki5/commit/ >> 2d1d53893a3386f6e69633ca9fee6c61fc30acfc >> >> >> > I think there is a seriuous problem there. I've also put it into github: > > What's the use of ([(?:\s|\S)]*) ? It matches "(" "?" ":" whitespace "|" > non-whitespace and ")". It could be simplified to "(.*)" or, If you want to > include newlines ([\s\S]*) > -- 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/groups/opt_out.
