[annotator-dev] Annotator - Store&Retrieve

King'ori J. Maina j at kingori.co
Wed Mar 11 15:18:46 UTC 2015


Hi Emrah,

I’m also have been working on my Masters project and have used Annotator and Annotorious Image Plugin together as well.

I wrote my own store using the specification they provided so I’m sure you can implement the store however you like as long as you can respond to the JS in the format it expects. Not sure you can change that unless you hack the JS itself.

In your case you could have the store actually store the annotation in whatever format you like.

— King’ori Maina (kingori.co <http://kingori.co/>)

> On Mar 11, 2015, at 5:09 PM, Emrah Guder <emrah.guder at gmail.com> wrote:
> 
> Hello,
> 
> This is Emrah from Turkey. I'm trying to use annotator for my master thesis project. The problem I have is that I want to store annotations in any format rather than using Storage API. I'm able to load annotation capability to the page, but not so successful on getting these annotations. 
> 
> Here is how I enable annotation on the whole page : 
> 
> 	body= $('body').annotator();
> 	body.annotator('addPlugin', 'AnnotoriousImagePlugin');
> 	body.annotator('addPlugin', 'Tags');	
> 
> In addition to storing annotations, I would like to know if it is possible to retrieve annotations from other data formats such as rdf/text files/databases, and show them to user and make them editable.
> 
> Thanks in advance,
> Best Regards,
> Emrah Guder
> _______________________________________________
> annotator-dev mailing list
> annotator-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/annotator-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/annotator-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/annotator-dev/attachments/20150311/d1f4f22e/attachment-0004.html>


More information about the annotator-dev mailing list