Notes Panel
A simple VS Code extension that adds a customizable notes panel to your editor. Write, save, and manage your notes directly within VS Code.
Features
- 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.
Installation
- 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.
Usage
- 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.
Contributing
Feel free to fork this extension and submit pull requests! Any contributions are welcome.
Development
To contribute or develop locally, follow these steps:
- Clone the repository to your local machine.
- Open the folder in Visual Studio Code.
- Run
npm install to install dependencies.
- Run
npm run watch to compile the extension and watch for changes.
- Press
F5 to launch a new VS Code instance with the extension loaded.
Testing
- Run
npm run test to run the extension tests.
- Run
npm run compile-tests to compile and test the extension.
License
This extension is open-source and available under the MIT License.
Enjoy your notes panel in VS Code! ✍️
| |