Hi Jeremy. > Sure, I put it on a subdomain of my webspace, cause it's a bit easier for >> me to udpate: >> http://tw5-dev.cibm.de >> > > Great, I'll add a link to tiddlywiki.com. >
Thanks, I guess it's still a bit "beta", but it won't hurt probably. By the way, what you've got there is a JavaScript module, not a true > plugin. See http://tiddlywiki.com/#PluginMechanism for more details. > Having said that, with a single tiddler there's not much immediate > advantage to distribution via a plugin. > Ah right, I remember the concept, also messed around with building plugins a bit. I'd just keep it a single tiddler for the moment and don't mention the word "plugin", just not to confuse anybody ;-) Despite http://caniuse.com/#feat=indexeddb, I'm seeing the red error box of > death on Safari and Firefox on OS X. It's working in Chrome, but I did run > into one problem with the "modified" and "created" fields - when I create a > new tiddler, looking in dev tools I see those fields are being stored as > ISO date strings. When I reload the wiki, the modified and created fields > are set to NaNNaNNaNNaNNaNNaNNaN. I think the workaround is to use > wiki.getTiddlerAsJson(), which handles converting fields to strings as > required. > Shame on me, I never tested that in different browsers, so now you know I'm using Chrome most of the time ;-) It seems Firefox and Safari didn't like the redefinition of window.indexedDB, so I changed that to my very own variable. At least on Firefox on OS X it's working fine for me now. It seems Safari doesn't like IndexedDB when coming from a file:// URL, cause it works only when opening via http:// gives a DB error otherwise, I didn't check that any further yet. My site is updated with the current version, so at least the red error box of death should be gone. Thanks for mentioning the problem with timestamps, never paid attention to that yet to be honest. I'll have a look at that later... Cheers, Andreas -- 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/d/optout.
