Annotator
Categories
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
- Download Annotator JS lib (v1.2.x) from https://github.com/okfn/annotator/releases
- Unpack it to DRUPAL_HOME/sites/all/libraries/, look like this:
libraries/annotator/annotator-full.min.js libraries/annotator/annotator.min.css
- Enable this module and dependent modules and set jQuery Version to 1.8 in jquery_update.
Go to admin/config/annotator to set the pages and area where you want to use Annotator- To use Drupal for local annotation storage, please install Annotation module.
(v2 was not supported).
This module is started with https://github.com/sanduhrs/drupal-annotator by sanduhrs (Thanks very much!).