/selection_sharer

WIP : chrome extension to share/save annotations on web. (similar to https://Hypothes.is)

Primary LanguageJavaScript

chrome extension : selection_sharer

chrome extension to take notes using user selections.

why?

  • to get markdown files on notes to post them on a blog using gatsby a static html generator.

external libries included/modified

  • Jquery
  • SelectionSharer - very nice view for medium like popup.
  • Rangy - great suite of rich functionalities to deal with selection and range objects.

to do

  • integrate rangy and selectionsharer. [bug-fixes remaining]
  • make persistent selection hashes (cookie | Db | file).
  • generate view based on timeline or Url or Tags.
  • Use bookmarks Api to save the notes (with url -> note map)
  • recommend re-read the notes
  • additional utilities to improve productivity (reminders etc)