A Chrome extension that imports any webpage into Solveit for reading and annotation.
- Go to
chrome://extensions/in Chrome - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked"
- Select the
solveit-readerfolder
- Navigate to any webpage you want to read in Solveit
- Click the Solveit Reader extension icon
- Configure settings (if needed):
- Instance URL: Your Solveit instance (e.g.,
https://yourname.solve.it.com) - Folder: Where to save dialogs (default:
readings)
- Instance URL: Your Solveit instance (e.g.,
- Click "Import to Solveit"
The extension will:
- Create a new dialog named
{folder}/{sanitized-page-title} - Add a code cell with
url2note('{page-url}') - Auto-run the code to fetch the page content
- Open the new dialog in a new tab
- Dialog Creation: POSTs to
/create_dialog_with a sanitized version of the page title - Content Setup: Adds a code cell containing
url2note('...')via/add_relative_ - Auto-execution: Queues the code cell to run via
/add_runq_ - Authentication: Uses Chrome's cookies API to include session cookies for authenticated remote instances
Settings are saved persistently using Chrome's sync storage, so your instance URL and folder preferences carry across browser sessions.
- Chrome browser
- A running Solveit instance
dialoghelperwithurl2noteavailable in the Solveit environment