The Storage API can be found here - 
http://docs.annotatorjs.org/en/v1.2.x/storage.html 
<http://docs.annotatorjs.org/en/v1.2.x/storage.html>

Implement your store as you wish but have the store respond as specified on 
that page.

Annotorius doesn’t work with the latest version of Annotator (at least I check 
at v1.2.9). Your only option is fallback to v1.2.5 which does.

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

> On Mar 11, 2015, at 5:29 PM, Emrah Guder <[email protected]> wrote:
> 
> Hi King'ori,
> 
> Thanks a lot for you quick response. Could you please point me to the 
> specification so that I can have a look? I've found some example code for 
> Annotorious for creating/retrieving annotations, but those seem to not 
> working with the Annotator - most probably I'm missing something.
> 
> Regards,
> Emrah
> 
> On Wed, Mar 11, 2015 at 5:18 PM, King'ori J. Maina <[email protected] 
> <mailto:[email protected]>> wrote:
> 
> 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 <[email protected] 
>> <mailto:[email protected]>> 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
>> [email protected] <mailto:[email protected]>
>> https://lists.okfn.org/mailman/listinfo/annotator-dev 
>> <https://lists.okfn.org/mailman/listinfo/annotator-dev>
>> Unsubscribe: https://lists.okfn.org/mailman/options/annotator-dev 
>> <https://lists.okfn.org/mailman/options/annotator-dev>
> 
> 

_______________________________________________
annotator-dev mailing list
[email protected]
https://lists.okfn.org/mailman/listinfo/annotator-dev
Unsubscribe: https://lists.okfn.org/mailman/options/annotator-dev

Reply via email to