Skip to content

Browser extension for fetching and formatting Hypothes.is annotations into markdown bullet points, ready for copying into Roam, Notion or similar apps.

License

Notifications You must be signed in to change notification settings

dalmo3/hypothesis-to-bullets-chrome-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Download the latest release and extract into a new folder
  2. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the folder you created.

Using npm

  1. Run npm run build
  2. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select the build folder.

More info on the upstream project: https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate

Usage

  1. Open options page (Right-click on the extension) and add your details and preferences.
  2. Visit the page where you have annotations.
  3. Open the extension
  4. 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,

  1. Right-click the extension button -> Inspect popup;
  2. On the Console:
  3. Check if URL is correct
  4. Check for {total: 0, rows: Array(0)}. Zero means nothing was found on Hypothes.is servers.
  5. Check for general errror messages. Ignore Uncaught (in promise) DOMException: Document is not focused. for now;
  6. 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:


Dalmo Mendonça ~ @dalmo3

About

Browser extension for fetching and formatting Hypothes.is annotations into markdown bullet points, ready for copying into Roam, Notion or similar apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.8%
  • HTML 10.7%
  • CSS 7.5%