A simple VS Code extension that adds a customizable notes panel to your editor. Write, save, and manage your notes directly within VS Code.
- Webview-based notes panel: Write your notes inside a dedicated panel.
- Persistent storage: Your notes are saved and persist across sessions.
- Resizable and flexible: Automatically adjusts to the panel's size.
- Customizable: Tailor the notes panel to suit your workflow.
- Open the Notes panel by navigating to the Panel area (where the Terminal is) at the bottom of the VS Code window.
- Write and edit your notes in the provided text area.
- Notes are automatically saved as you type.
- Open the notes panel by navigating to the View menu → Notes.
- Write and edit your notes in the provided text area.
- Notes are automatically saved as you type.
Feel free to fork this extension and submit pull requests! Any contributions are welcome.
To contribute or develop locally, follow these steps:
- Clone the repository to your local machine.
- Open the folder in Visual Studio Code.
- Run
npm installto install dependencies. - Run
npm run watchto compile the extension and watch for changes. - Press
F5to launch a new VS Code instance with the extension loaded.
- Run
npm run testto run the extension tests. - Run
npm run compile-teststo compile and test the extension.
This extension is open-source and available under the MIT License.
Enjoy your notes panel in VS Code! ✍️