Home

Awesome

Annotation tools

exporting hypothesis annotations to obsidian (markdown files)

connecting hypothesis and obsidian.md. Inspired by the tutorial from Shawn Graham.

First, get ‘Hypexport’ from https://github.com/karlicoss/hypexport .

Install it with

pip install --user git+https://github.com/karlicoss/hypexport

Then, create a new text file; call it secrets.py and put into it your Hypothesis username and your developer token:

username = "USERNAME"
token = "TOKEN"

Grab all of your annotations with:

python -m hypexport.export --secrets secrets.py > annotations.json

create an out directory for the markdown notes.

mmkdir out

Then run the split_json_to_md.py script.


to do: