Skip to content
forked from dvnc/annotator

Highlight, share, add notes and tags to any selected text on a page

Notifications You must be signed in to change notification settings

Rygbee/annotator

 
 

Repository files navigation

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

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 https://localhost:8080/


bharanim / dvnc

About

Highlight, share, add notes and tags to any selected text on a page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.8%
  • CSS 14.7%
  • HTML 10.5%