https://chrome.google.com/webstore/detail/notary/kbkdgalfpmgbhnjbbnehmefmlhkpmmai
Notary is a lightweight UserScript that allows you to save highlighted text from any website to organized cards in a sidebar. Easily manage your saved snippets and keep track of interesting quotes, facts, or anything else you want to remember.
- Save highlighted text to cards in a sidebar
- Easily add, remove, and manage cards
- Quickly access saved cards with the toggleable sidebar
- Cards are stored locally in your browser
- Works on any website
To use Notary UserScript, you need to have a UserScript manager installed in your browser. Some popular options include:
- Tampermonkey (for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox)
- Greasemonkey (for Firefox)
- Violentmonkey (for Chrome, Firefox, and Maxthon)
Once you have a UserScript manager installed, follow these steps:
- Click on the UserScript manager icon in your browser toolbar and choose "Create a new script" (or a similar option, depending on the manager you're using).
- Copy the entire content of the
notary_userscript.js
file from this repository and paste it into the new script editor. - Save the script (usually with a disk icon or "File" > "Save" in the editor).
- Visit any website, and you should see the Notary toggle button in the top-left corner of the page.
- Highlight text on any website.
- Click the "Add to Cards" button in the bottom-left corner of the page to save the selected text to a new card.
- To view your saved cards, click the Notary toggle button in the top-left corner of the page.
- To remove a card, click on the card to select it and then click the "Remove Card" button in the bottom-left corner of the page.
- To remove all cards, click the "Remove All" button in the top-left corner of the sidebar.
Notary UserScript is released under the MIT License.
If you'd like to contribute to the development of Notary UserScript, please submit a pull request or create an issue with your suggestions or bug reports. We appreciate your support!