Hi Yes, I should have provided more contextual data. thought of it just as I pressed send. Anyway, Firefox 3.5.5 on Windows Vista Premium The error I reported came from the Firefox error console. I looked there because pressing the Done button didn't do anything.
I just started a series of tests to isolate the problem: - created a new TW from my original download (2.4.1) and added the IT plugin. worked correctly. - upgraded the TW to version 2.5.3. IT plugin works correctly. So, it is not the machine, OS, browser, TW or the IT plugin. So it must be a conflict with another plugin. later today I will add the rest of my plugins one at a time until the error recurs, then report the conflict here. Several of the other plugins have to do with tags since I am trying to organize TW's with lots of stuff in them but poor tagging. The 'tag lots of tiddlers at once' sort of plugins are appealing! Thanks Stephan On Dec 13, 12:09 am, "Mark S." <[email protected]> wrote: > 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.

