[tw] Re: TypeError: t.tags.find is not a function

2009-06-28 Thread eskimo07
> > You might need the DeprecatedFunctionsPlugin: >      http://tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin It seems that my problem is solved by this DeprecatedFunctionsPlugin, thanks FND. @ Mark At the link above I tried to left an almost empty page with only the problematc ti

[tw] Re: Inspiration from CookieSaverPlugin - plugin idea

2009-06-28 Thread FND
> I'm quickly becoming a fan of the RedirectMacro. I'm wondering if > there is a way that when tiddlers are created, edited or deleted, > [this is recorded in] a tiddler titled [[redirects]] From a technical perspective, his would certainly be possible. Is the the RedirectMacro still being acti

[tw] Re: What's the RSS link for my MPTW on TiddlySpot?

2009-06-28 Thread FND
> It seems I can get to the RSS just fine in Safari, but it doesn't work > at all for Firefox, IE, or RSS apps like Social RSS (Facebook). It seems there's an unescaped character: http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Fesper.tiddlyspot.com%2Findex.xml Could you raise a ticket[1

[tw] Re: Some wishful refactoring thinking about Saving.js and Filesystem.js

2009-06-28 Thread FND
N.B.: Strictly development-related issues are better discussed on the dev group: http://groups.google.com/group/TiddlyWikiDev/ You're more likely to get competent help there. > I'm using tiddlywiki's browser-independent file interface to load/save > files for a javascript application I'm w

[tw] Re: Tiddlyspot, automatic theme

2009-06-28 Thread Simon Baird
It might be that you have a cookie that is overriding the theme you've set (I presume?) in MptwUserConfigPlugin. So try clearing your cookies. On Thu, Jun 25, 2009 at 11:25 PM, Michael Johanson < michael.j.johan...@gmail.com> wrote: > > Hello fellas > > I made my TW, implemented all the features

[tw] Re: TypeError: t.tags.find is not a function

2009-06-28 Thread FND
> I tried to use checkboxes for tasks but now i am always getting this > Error: TypeError: t.tags.find is not a function You might need the DeprecatedFunctionsPlugin: http://tiddlywiki.com/coreplugins.html#DeprecatedFunctionsPlugin HTH. -- F. --~--~-~--~~~---~

[tw] Re: TypeError: t.tags.find is not a function

2009-06-28 Thread Mark S.
What steps will recreate the error you describe? I am not getting any errors in the error console, but perhaps there is some sequence that will create it? -- Mark On Jun 28, 11:14 am, eskimo07 wrote: > I am testing tiddlywiki now for a few days and am very impressed of > that wiki-tool > But I

[tw] TypeError: t.tags.find is not a function

2009-06-28 Thread eskimo07
I am testing tiddlywiki now for a few days and am very impressed of that wiki-tool But I still have some problems to use it: I tried to use checkboxes for tasks but now i am always getting this Error: TypeError: t.tags.find is not a function I think it depends on the plugin ToggleTag. The Inform

[tw] Re: TW won't save on Safari after java update

2009-06-28 Thread JcMarin
I have same problem with Safari 4.0.1 an updated Java (don;t have the problem with 4.0 and previous version of Java For some reason the UnaMesa certificate (which point to the Thawte root cert) is not being trsuted as signed? Anyone find a solution? I can trust it when opening but will ask agai

[tw] Re: Sorting out startup

2009-06-28 Thread self-propelled
Sorted, thanks a lot. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to TiddlyWiki@googlegroups.com To unsubscribe from this group, send email to tiddlywiki+unsu

[tw] Re: Sorting out startup

2009-06-28 Thread FND
> getting things to 'stick' [...] I'm using Safari While there's a know issue with Firefox*, I'm not sure why options wouldn't persist in Safari... You could use this as a workaround: http://tiddlywiki.org/wiki/Persistent_Options > - change of theme to 'bleach' > - use tab to move between

[tw] Sorting out startup

2009-06-28 Thread self-propelled
Hi, some questions from a TW novice: I'm having a bit of trouble getting things to 'stick'. On opening up my wiki, I always have to re- do some things that I'd like to default to my choice on startup: - change of theme to 'bleach' - use tab to move between fields rather than enter a tab space - p

[tw] Re: Trying to upload at Tiddlyspot

2009-06-28 Thread Daniel Baird
The error message you get seems to be the source code of your TiddlyWiki. If you can upload an empty TW, then it's probably a plugin clash. Try adding your plugins a few at a time to your working empty TW, reloading and uploading each time, and you'll probably find the plugin that's clashing. :