Annotator

Component ID

1960282

Component name

Annotator

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1829

Component created

Component changed

Component body

The Annotator is an open-source JavaScript library and tool that can be added to any webpage to make it annotatable.

This module integrates Annotator with Drupal.

How to install

  1. Download Annotator JS lib (v1.2.x) from https://github.com/okfn/annotator/releases
  2. (v2 was not supported).

  3. Unpack it to DRUPAL_HOME/sites/all/libraries/, look like this:
    libraries/annotator/annotator-full.min.js
    libraries/annotator/annotator.min.css
    
  4. Enable this module and dependent modules and set jQuery Version to 1.8 in jquery_update.
  5. Go to admin/config/annotator to set the pages and area where you want to use Annotator
  6. To use Drupal for local annotation storage, please install Annotation module.

This module is started with https://github.com/sanduhrs/drupal-annotator by sanduhrs (Thanks very much!).