aron / annotator.offline.js

Offline storage for the Annotator
http://github.com/aron/annotator.offline.js
MIT License
43 stars 9 forks source link

I want to use syncing feature with server. #4

Open Dchahar opened 8 years ago

Dchahar commented 8 years ago

I have DB which can store values corresponding to the key generated when we highlight the specific part of a document. Right now these things are stored in the local DB of the browser while i use your plugin. I want this DB to get sync with my new server. You have some API for this i guess but i'm unable to figure out. What i'm having is the link for POST and GET services. Can you please help me in integrating this plugin to my DB.