This repository is a community-maintained fork of the original VS Code extension Notes by Dion Munk.
- This is an unofficial fork.
- Main goal: maintenance, quality-of-life updates, and compatibility improvements.
- No affiliation with the original author beyond attribution to the upstream project.
Original project:
- Name: vscode-notes
- Author: Dion Munk
- Repository: https://github.com/dionmunk/vscode-notes
This fork keeps attribution to the original author and project.
This fork remains under the same license used by the original project:
- Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
Important:
- Non-commercial use only.
- If you redistribute this fork, keep attribution and license notice.
- For commercial use, contact the original rights holder for permission.
- Tag filtering with a dedicated Tags view.
- Tag color selection with readable color names.
- Move actions for notes and folders.
- Improved note creation template with tag metadata.
- UX and packaging cleanup.
Install dependencies and build:
npm install npm run webpack
Package extension:
npx @vscode/vsce package
Install generated VSIX:
code --install-extension ./vscode-notes-2.0.0.vsix --force
If you want to support maintenance effort, open issues, submit pull requests, or star the repository.