Hi Jeremy, The initial version is up on GitHub: https://github.com/wshallum/couchadaptor
I uploaded it to Cloudant so others can replicate it to their own instance: https://lmz.cloudant.com/tw/ and the TiddlyWiki URL is https://lmz.cloudant.com/tw/_design/tw/index.html Next steps will probably cover login, logout, and making the database name configurable. Regards, William On 24 September 2014 14:22, Jeremy Ruston <[email protected]> wrote: > Hi William > > On Wed, Sep 24, 2014 at 2:40 PM, William Shallum <[email protected]> > wrote: >> >> I ran into another problem with the syncer: after a tiddler is >> succesfully deleted on the server, the syncer's tiddlerInfo for that >> tiddler is not cleared. This caused problems when editing a tiddler >> twice. The draft tiddler is deleted on save but the tiddlerInfo for >> the draft tiddler is still there, causing the code to send a revision >> ID to the server that is not there when editing the tiddler again. > > > Aha, that makes sense. I've adjusted the code here: > > https://github.com/Jermolene/TiddlyWiki5/commit/eacb9e53ebf2a814d61bf005d68f449f7b9e63b5 > >> >> Also, is it possible to add HTTP 201 (Created) to the list of >> allowable response codes in core/modules/utils/dom/http.js? > > > Sure: > > https://github.com/Jermolene/TiddlyWiki5/commit/e2046ce4ffb6b8232a4ad5e7f51c431798917787 > > Best wishes > > Jeremy > >> >> >> Regards, >> William >> >> -- >> 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. > > > > > -- > Jeremy Ruston > mailto:[email protected] > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWikiDev" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywikidev/TSwYsd0ZxFw/unsubscribe. > To unsubscribe from this group and all its topics, 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. -- 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.
