I just loaded the IntelliTaggerPlugin into a TW, and it seems to work fine. It might help others to diagnose your situation if you mention which OS, browser, and browser version you using. Also a list of plugins you are using, and maybe a list of browser add-ons. Describe the exact steps leading up to the error.
Good luck! Mark On Dec 12, 11:21 am, StephanF <[email protected]> wrote: > Error: newBody is undefined Line: 4995 > > Edit tags only tool works correctly when a tiddler is tagged with > something in a hide list (I think), but using 'edit tags only' for > any other tiddler causes the above error and the edit fails. > > I think this is the code that fails > > if ( !tags.containsAny(conf.excludeTags) && ! > conf.excludeTiddlers.contains(newTitle) ) { > > var now = new Date(); > var trans = conf.translations; > for (var i=0;i<trans.length;i++) { > newBody = newBody.replace(trans[i][0], > eval(trans[i][1])); > } > } > > If I put a tag like systemConfig in the taglist then it works as > expected. > > Any ideas how to fix? I would really like to use this plugin! > > Regards, > Stephan > > ps. I am using the latest version of TW -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/tiddlywiki?hl=en.

