Kungsgeten / hypothesis

Import data from hypothes.is into Emacs
MIT License
56 stars 14 forks source link

+TITLE:hypothesis.el

Import data from [[https://hypothes.is][hypothes.is]] into =org-mode=.

  1. You need to install [[https://github.com/tkf/emacs-request][request.el]] in order to use =hypothesis.el=.

  2. Download =hypothesis.el= and add it to your load-path. Then set the variables =hypothesis-username= and =hypothesis-token=. You can get the token from https://hypothes.is/account/developer

  3. Eventually set the variable =hypothesis-archive=. It is an =org-mode= where imported data can be saved. By default it is saved as =hypothesis.org= in you =org-directory=.

There should probably be ways to customize which kind of data to get. Also a generic API could be provided, in addition to the =org-mode= import.