hypothesis.el
Import data from hypothes.is into org-mode
.
Usage
- You need to install request.el in order to use
hypothesis.el
. - Download
hypothesis.el
and add it to your load-path. Then set the variableshypothesis-username
andhypothesis-token
. You can get the token from https://hypothes.is/account/developer - Now
M-x hypothesis-to-org
downloads the 50 newest notations and inserts them into a temporaryorg-mode
buffer.
Future
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.