Hi Jeremy, > That's great, it's working well for me on Safari now. I'd like to bring > this as a plugin into the core library, would you be interested in working > on a pull request? >
good to hear that it's working for you as well. It would be a pleasure for me to contribute. I just read through "PluginMechanism" a bit and set up a node dev environment. Seems my first try is working fine now, for a pull request I would just like to clean up everything a bit, check the coding style and make some more tests. My current plugin version is here for the moment: https://github.com/andreasabeck/TW5-syncIndexedDb For the pull request I'd put everything in plugins/tiddlywiki/syncIndexedDb - right? Cheers Andreas On Fri, Mar 13, 2015 at 10:32 PM, Andreas Abeck <[email protected] > <javascript:>> wrote: > >> Hi Jeremy, >> >> >>> 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. >>>> >>> >>> Thanks for mentioning the problem with timestamps, never paid attention >>> to that yet to be honest. I'll have a look at that later... >>> >>> >> That should also be fixed now, using the workaround you mentioned. >> >> Cheers >> Andreas >> > > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- 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.
