This is an unofficial Chrome extension for Obsidian that lets you send content from the web to your notes in Obsidian.
Do you find yourself on a webpage somewhere and want to add it to your notes so you can remember it later? You can use Obsidian Web for sending any web content from Chrome to your Obsidian Notes easily by just clicking on a button in your toolbar.
- Obsidian Local REST API
- Note: Supports use only with the default port (27124).
- Install this Chrome Extension from the Chrome Web Store.
- Install and enable Obsidian Local REST API from the Obsidian Community Plugins settings in Obsidian.
- Click on the "Obsidian Web" icon in your toolbar and follow the displayed instructions.
Now you should be able to click on the icon in your toolbar to submit the page you're on to Obsidian:
Options can be accessed by right-clicking on the icon in your toolbar and pressing "Options".
npm i
npm run dev
Then: load your "unpacked extension" from Chrome Extensions by pointing Chrome at the dist
folder. Afterward, you will receive some instructions whenyou click on the "Obsidian Web" icon in your toolbar.