https://github.com/sapegin/vscode-notebox
π VS Code extensions to take quick notes in the panel
https://github.com/sapegin/vscode-notebox
vscode vscode-extension
Last synced: 9 months ago
JSON representation
π VS Code extensions to take quick notes in the panel
- Host: GitHub
- URL: https://github.com/sapegin/vscode-notebox
- Owner: sapegin
- License: mit
- Created: 2024-06-16T05:25:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T13:05:56.000Z (about 1 year ago)
- Last Synced: 2025-04-02T19:49:32.985Z (9 months ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=sapegin.notebox
- Size: 182 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
- Contributing: Contributing.md
- License: License.md
Awesome Lists containing this project
README
# Notebox π
Take quick notes in the VS Codeβs bottom panel.
**[Install from Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=sapegin.notebox)**
[](https://sapegin.me/book/)
## How it works?
Open the bottom panel, and select **Notes**:

_The notes are persisted even if you close VS Code or switch to another workspace._
## Changelog
The changelog can be found on the [Changelog.md](./Changelog.md) file.
## Motivation
There are several extensions for writing notes inside VS Code, but all are either too complex, or not working at all. I wanted something simple, a place to write a short reminder for myself, or store a piece of text or code that will be useful later.
## You may also like
Check out my other Visual Studio Code extensions:
- [Just Blame](https://marketplace.visualstudio.com/items?itemName=sapegin.just-blame): Git Blame annotations, inspired by JetBrains editors
- [Emoji Console Log](https://marketplace.visualstudio.com/items?itemName=sapegin.emoji-console-log): insert `console.log()` statements with a random emoji
- [Mini Markdown](https://marketplace.visualstudio.com/items?itemName=sapegin.mini-markdown): minimalist kit for comfortable Markdown writing
- [New File Now](https://marketplace.visualstudio.com/items?itemName=sapegin.new-file-now): create new files from the command palette
- [Todo Tomorrow](https://marketplace.visualstudio.com/items?itemName=sapegin.todo-tomorrow): highlight `TODO`, `HACK`, `FIXME`, etc. comments
- [Reveal in Ghostty](https://marketplace.visualstudio.com/items?itemName=sapegin.reveal-in-ghostty): reveal current project or folder in Ghostty
- [Reveal in Nimble Commander](https://marketplace.visualstudio.com/items?itemName=sapegin.reveal-in-nimble-commander): reveal current project or folder in Nimble Commander
- [Squirrelsong Light Theme](https://marketplace.visualstudio.com/items?itemName=sapegin.Theme-SquirrelsongLight): low contrast non-distracting light theme for web developers
- [Squirrelsong Dark Theme](https://marketplace.visualstudio.com/items?itemName=sapegin.Theme-SquirrelsongDark): low contrast non-distracting dark theme for web developers
## Sponsoring
This software has been developed with lots of coffee, buy me one more cup to keep it going.
## Contributing
Bug fixes are welcome, but not new features. Please take a moment to review the [contributing guidelines](Contributing.md).
## Authors and license
[Artem Sapegin](https://sapegin.me), and [contributors](https://github.com/sapegin/vscode-notebox/graphs/contributors).
MIT License, see the included [License.md](License.md) file.
