Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Notes


Photo Tag Plugin

This is a highly configurable photo tagging plugin. It’s primely for tagging people on photos but it can also be used to create notes, but you will need to adapt the form part a little bit. The code is really clean and easy to understand, it follows the jquery plugin recommendations.

For more info and examples: http://karlmendes.com/2010/07/jquery-photo-tag-plugin/

Annotate Image

Allows you to easily add and serialize annotations on a div though click handlers.

jQuery Sticky Notes Plugin

The jQuery Sticky Notes Plugin allows you to easily and unobtrusively add apple like sticky notes on your website.

jStickyNote: A jQuery Plugin for Creating Sticky Notes

jStickyNote is a jQuery plugin that allows to create sticky notes on your web site.
This is how you use it:

$(element).stickynote();

You can as well define the following properties:

  • size: Size of the sticky note – large or small
  • text: If you define the text property then the sticky note will be created immediately with this text
  • containment: The id of the element where the sticky note can be dragged
  • event: Event that should trigger the creation of a sticky note – dblclick or click
  • color: Color of the sticky note text

jQuery-Notes

Add notes to pictures from your server or the web.

imgAreaSelect

Lets the user select a rectangular area within an image. Can be used to implement image cropping and Flickr-like photo notes.