This is a browser add-on (Firefox and Chrome) that allows you to clip web pages to your Standard Notes account. The add-on let's you select the portion of the page you want to clip. It then adds the HTML content of that selection to your Standard Notes account.
Please use and share your feedback! And, of course, contributions are welcome!
Download the latest firefox.xpi
file from releases. Then, go to Tools > Add-ons, and click the gear icon and select Install Add-on From File from the menu. Now go to your downloads folder and select the firefox.xpi
file.
Download the latest chrome.zip
file from releases and unzip it. Go to Window > Extensions, then click Load unpacked and drive to the unzipped folder and click Select.
To build the plugin from source, execute the following:
# git clone git@github.com:johnjones4/Standard-Notes-Clipper.git
# cd Standard-Notes-Clipper
# npm install
# npm run build
Go to Tools > Add-ons, then click the gear icon and select Debug Addons from the menu. On the Add-ons debug page, click Load Temporary Add-on... and drive to folder containing this project's build
folder and select the _manifest.json
file.
Go to Window > Extensions, then click Load unpacked and drive to folder containing this project's build
folder and click Select.