The "Obsidian Clipper" Chrome extension allows you to easily save articles from the web as notes in your Obsidian vault.
The extension utilizes Readability.js to extract the content of the article, as well as important metadata such as the domain, title, timestamp, excerpt, and word count. This allows you to easily organize and access your saved articles within your Obsidian vault. The extension is simple and easy to use, with a one-click saving feature that quickly adds the article to the your vault. This is a great tool for researchers, students, and anyone who wants to save and organize articles for later reading and reference.
Suggestions and pull requests are welcomed!.
- npm run watch
- Listens for files changes and rebuilds automatically.
- npm run build
- Bundles the app into static files for Chrome store.
- npm run format
- Formats all the files.
- npm run test
- Runs unit tests
- cd obsidian-clipper
- Run npm run watch
- Open chrome://extensions
- Check the Developer mode checkbox
- Click on the Load unpacked extension button
- Select the folder obsidian-clipper/build
This project was bootstrapped with Chrome Extension CLI
This is adopted and adjusted by https://gist.github.com/kepano/90c05f162c37cf730abb8ff027987ca3 and packaged as a Chrome extensions for convenience.