iScribblet. A bookmarklet that lets you draw and annotate on web pages from your iPhone or iPad.

iscribblet.org

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2014
  • fixed the cursor shape; also suppressed a console logging statement.
  • optimize: further reduced the compressed point size.
  • fixed the race conditios while saving data.
  • save every 5 sec.
  • renamed scribblet.js to iscribblet.js.
  • now we enable "scroll mode" by default to work around a chrome bug.
  • use higher precision for the data sizes.
  • updated README a bit.
  • use a point coordinates compressor to reduce the data size; also incr…
  • optimize: implemented incremental save.
  • use https for ajax requests now so that it can work on https pages. a…
April 2014
  • feature: implemented the auto-save feature which uses the data API pr…
  • updated README a bit.
  • fixed the Undo button.
  • Various improvements
  • now we add a "Scroll" button to switch between "scrolling mode" and "…
  • further fixes for scrolling horizontally.
  • fixed horizontal scrolling and also fixed the hard-coded blue color d…
  • fixed file formats.
  • added .gitignore.