Nove
A rich WYSIWYG markdown notes editor that lives in your VS Code sidebar. Keep project-specific notes alongside your code without leaving the editor.
Features
- Rich markdown editor powered by MDXEditor — headings, bold, italic, underline, lists, task lists, tables, links, code blocks, and more
- Sidebar editor with support for moving to the main editor area
- Auto-saves to
notes.md in your workspace root (configurable)
- Responsive toolbar that overflows into a dropdown menu in narrow views
- Theme-aware — matches your VS Code color theme
- Open any
.md file via Explorer right-click or file picker
Commands
| Command |
Description |
| Move to Editor |
Open Nove in a full editor tab (via sidebar ··· menu) |
| Open in Nove |
Open any .md file in Nove (Explorer right-click or command palette) |
Settings
| Setting |
Default |
Description |
nove.fileName |
notes.md |
Markdown file name in the workspace root |
| |