[annotator-dev] seeing other annotations

Nick Stenning nick at whiteink.com
Thu Mar 15 14:25:43 UTC 2012


Ahhhh. Okay, so this is a permissions issue -- sorry for jumping to
conclusions. The issue is that the "kitchen sink" plugin (which
provides "Annotator#setupPlugins()") hasn't yet been updated to use
the new AnnotateItPermissions plugin.

You might want to try something like (UNTESTED):

    .annotator('setupPlugins', {}, {
                 Tags: false,
                 Filter: {
                   addAnnotationFilter: false
                 },
                 Permissions: false,
                 AnnotateItPermissions: {}
               });

But you're right, this does need to be fixed.

-N

On Thu, Mar 15, 2012 at 14:10, Adam Hyde <adam.hyde at sourcefabric.org> wrote:
> but i see them in my account
>
> adam
>
> On Thu, Mar 15, 2012 at 3:08 PM, Nick Stenning <nick at whiteink.com> wrote:
>> Sorry about this -- an error message does pop up but it's hidden by
>> the Filter bar. This is a known issue and is fixed in v1.1.1.
>>
>> What the error message says is "Couldn't fetch auth token: 'Please go
>> to http://annotateit.org to log in!"
>>
>> You're not logged into to AnnotateIt so any annotations you create
>> won't be saved!
>>
>> Best,
>> Nick
>>
>> On Thu, Mar 15, 2012 at 13:49, Adam Hyde <adam.hyde at sourcefabric.org> wrote:
>>> loving annotator...very cool
>>>
>>> i set it up with a test on floss manuals for annotating drafts eg:
>>> http://booki.flossmanuals.net/a-webpage-is-a-book/_draft/_v/1.0/is-a-webpage-a-book/
>>>
>>> I use the following:
>>> jQuery(function ($) {
>>>    $('#bookcontent').annotator()
>>>                 .annotator('setupPlugins', {}, {
>>>                   Tags: false,
>>>                   Filter: {
>>>                     addAnnotationFilter: false
>>>                   }
>>>                 });
>>> });
>>>
>>>
>>> However I dont seem to be able to see other annotations by other
>>> users. I created two accounts and tried but I just see the annotations
>>> for the logged in user...
>>>
>>> i might have misses something very simple...any ideas?
>>>
>>>
>>> adam
>>>
>>> _______________________________________________
>>> annotator-dev mailing list
>>> annotator-dev at lists.okfn.org
>>> http://lists.okfn.org/mailman/listinfo/annotator-dev




More information about the annotator-dev mailing list