hypothesis / vision

Envisioning the future of the Hypothesis.
https://github.com/hypothesis/vision/issues/
40 stars 8 forks source link

Offline annotation #45

Open dwhly opened 10 years ago

dwhly commented 10 years ago

Support annotating when your network connection becomes interrupted.

Annotation creators

I want to...

I want to make it easy to review and proof articles by letting people work when they have time to focus (on airplanes, etc).

gergely-ujvari commented 10 years ago

+1 to this. I think we can achieve this by writing our own annotator-store client plugin, which handles annotation backend operations when the network comes back/disappears. The rest of the H app can be left unchanged.

csillag commented 10 years ago

This is also related to https://github.com/hypothesis/h/issues/703 and https://github.com/hypothesis/h/issues/704.

BigBlueHat commented 10 years ago

Network-fault-tolerance shouldn't be confused with "offline support." Offline support enables that, but it's not the sum total of it's value.

hypothesis/h#770 is very different in scope and value than hypothesis/h#703 & hypothesis/h#704.

Network-fault-tolerance is a Good Thing. Offline annotation--even of docs without URLs:exclamation: --is potentially a world unto itself.

Just wanted to clarify.

csillag commented 10 years ago

Offline annotation--even of docs without URLs:exclamation: --is potentially a world unto itself.

Last time I checked, this was blocked by browser security / policy restrictions. It would be great to enable this, though. But even if we don't have that, off-line annotation of on-line resources would be useful, too.

BigBlueHat commented 10 years ago

@csillag yeah, it would definitely require an extension or even a straight app of sorts.

dwhly commented 10 years ago

It's a good catch that working on local PDFs is really a different animal. I should probably remove it from here.

BigBlueHat commented 10 years ago

:+1: for moving non-URL'd document annotation into it's own thing and focusing this one on offline annotation of online resources (things with URLs).

dwhly commented 10 years ago

Done-- removed the second of the first two use cases above. Also, removed the reference to local PDF support.

akuckartz commented 9 years ago

:+1:

klemay commented 6 years ago

Another request for this: https://hypothesis.zendesk.com/agent/tickets/3214

I'm exploring some options for using hypothes.is in a classroom setting, but the problem is that the internet in there is apparently either totally unusable or intermittent at best. If we do annotations and/or notes offline or with a sparse connection, will it save the annotations and send them back to a server when we're back online?

klemay commented 6 years ago

Another request: https://hypothesis.zendesk.com/agent/tickets/3259

Although that did work with PDF, I’m trying to do something slightly different. I’d like to use it for HTML files on a network dive (or local drive), not a local PDF.

klemay commented 6 years ago

User request: https://hypothesis.zendesk.com/agent/tickets/3303

Curious if you have ever been asked or have pursed the ability to leverage your web annotation tools for intranet sites or stand along HTML files. I am looking for a tool suite that offers page annotation but in a closed environment. Is this possible? Perhaps on an internally hosted server?