annotorious / annotorious-v1

Project has moved to http://github.com/annotorious/annotorious
https://annotorious.com
MIT License
593 stars 142 forks source link

Save annotations and text? #69

Closed henrytwang closed 11 years ago

henrytwang commented 11 years ago

Would it be possible to save the annotation coordinates and text?

rsimon commented 11 years ago

Since there can be no one-size-fits-all solution to storing annotations, this is not part of the Annotorious core. (People will want to store in different types of backends, associate user/login info with annotations, use different server technologies, etc.)

To store annotations, you will need to use the JavaScript API or implement your own storage plugin.

There are two example storage plugins available already:

rsimon commented 11 years ago

PS: If you have ideas/suggestions/plans for other storage technologies - feel free to leave a note here and I'll add them to the "Plugin Ideas" Wiki page!

henrytwang commented 11 years ago

Thanks Rainier, this was exactly what I was searching for. I will try to get the Parse.com plugin working and let you know if I can get ahold of another solution!

rsimon commented 11 years ago

Perfect - thx!