• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Annotator

Popover that lets you highlight, share, add notes and tags to any selected text on a page

Requires jQuery to be loaded on the page. Autocompletion (for tags) requires awesomplete.js

Demo

Annotator Screenshot

Getting started
    var annotator = Object.create(Annotator);
    annotator.init({
        containerElement: "#book",
        annotations: annotations, // Serialized annotations
        existingTags: tags, // Array of tags
    });
    annotator.startListening();


TODO
  • AJAX call to save annotation to server
  • Write tests

Development
npm install
bowser install
gulp

Visit http://localhost:8080/


bharanim / dvnc