hypothesis-to-bullets-chrome-extension
hypothesis-to-bullets-chrome-extension copied to clipboard
Browser extension for fetching and formatting Hypothes.is annotations into markdown bullet points, ready for copying into Roam, Notion or similar apps.
Hypothesis to bullets chrome extension
Browser extension for fetching and formatting Hypothes.is annotations into markdown bullet points, ready for copying into Roam, Notion or similar apps.
Install
From zip
- Download the latest release and extract into a new folder
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the folder you created.
- Access
Using npm
- Run
npm run build
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
More info on the upstream project: https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate
Usage
- Open options page (Right-click on the extension) and add your details and preferences.
- Visit the page where you have annotations.
- Open the extension
- For local PDF support, Right-click -> Manage Extensions -> Allow access to file URLs
Changelog
0.2.1
Added some debug messages
0.2.0
Added PDF support
0.1.0
Initial Version
Troubleshooting
If you're having trouble to fetch annotations or highlights on a specific page,
- Right-click the extension button -> Inspect popup;
- On the Console:
- Check if
URL
is correct - Check for
{total: 0, rows: Array(0)}
. Zero means nothing was found on Hypothes.is servers. - Check for general errror messages. Ignore
Uncaught (in promise) DOMException: Document is not focused.
for now; - Open an issue
Known Issues
- Only fetches the first 200 annotations from a page
- Won't fetch annotations from PDFs while the official Hypothes.is browser extension is open
Credits
This project was made possible thanks to:
- Samuel Simões for chrome-extension-webpack-boilerplate
- Stian Håklev for the annotations fetching and processing code
- And of course the people at Hypothes.is
Dalmo Mendonça ~ @dalmo3