Import data from hypothes.is into org-mode
.
- 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 - Eventually set the variable
hypothesis-archive
. It is anorg-mode
where imported data can be saved. By default it is saved ashypothesis.org
in youorg-directory
.
M-x hypothesis-to-org
downloads the 200 newest notations and inserts them into a temporaryorg-mode
buffer.M-x hypothesis-to-archive
imports notations intohypothesis-archive
. It will import up to 200 notations but will only import notations made after the last import.
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.