CodeNotes is a Chrome extension designed to help you keep track of what you learn when copying and pasting code snippets from various sources. Whether you're learning from online tutorials, documentation, or stack overflow, CodeNotes allows you to save the code along with your notes, making it easier to review and reinforce your learning.
- Easy Note-Taking: Quickly paste code snippets and write notes about what you've learned.
- Save and Retrieve: Save your notes and code snippets for future reference.
- User-Friendly Interface: A simple and intuitive popup interface for seamless note-taking.
- Sync Across Devices: Your notes are synced across all devices where you use Chrome.
-
Download the Extension:
- Clone or download the repository to your local machine.
-
Load the Extension in Chrome:
- Open Chrome and go to
chrome://extensions/. - Enable "Developer mode" using the toggle in the top right.
- Click "Load unpacked" and select the directory containing the extension files.
- Open Chrome and go to
-
Open the Extension:
- Click on the CodeNotes icon in the Chrome toolbar to open the popup.
-
Paste Code and Write Notes:
- Paste the code snippet you want to save into the "Paste your code here..." textarea.
- Write a note about what you learned in the "Write a note about what you learned..." textarea.
-
Save Your Notes:
- Click the "Save" button to save your code snippet and notes.
- Your notes will be saved and synced across all your devices.