Your First Note
This walkthrough takes you from a blank app to a formatted, organized, and saved note in under five minutes. No prior knowledge of Markdown or NuvoPad is required.
Create a new note
Press Ctrl+N or click the + button at the top of the note list. A new untitled note opens immediately in the editor.
Alternatively, open the command palette with Ctrl+P and type New Note.
Give your note a title
Click the title field at the top of the editor (it reads Untitled by default) and type a name — for example, Meeting Notes — March 12.
The title is also used in the note list, search results, and exported file names.
Write and format your content
Click in the content area below the title and start typing. You are in WYSIWYG mode by default: formatting is applied visually as you type.
Try these formatting shortcuts:
| Shortcut | Result |
|---|---|
| Ctrl+B | Bold |
| Ctrl+I | Italic |
| Ctrl+Shift+X | Strikethrough |
| Ctrl+K | Insert link |
| Ctrl+Shift+8 | Bullet list |
| Ctrl+Shift+7 | Numbered list |
You can also click any button in the formatting toolbar at the top of the editor. See Formatting Reference for the full list.
Switch to Source mode (optional)
Press Ctrl+Alt+S to toggle to Source mode and see the raw Markdown. Press it again to return to WYSIWYG.
Source mode is useful for pasting Markdown from another tool or writing complex tables and code blocks.
Create a notebook and move your note into it
Right-click Notebooks in the sidebar and choose New Notebook. Give it a name, for example Work.
To move your note into it, right-click the note card in the note list, choose Move to Notebook, and select Work. Alternatively, drag the note card onto the notebook name in the sidebar.
Add a tag
With your note open, look for the tag field below the note title (or in the overflow ⋯ menu). Click Add tag, type a name such as meeting, and press Enter to create and assign it.
Tags appear in the sidebar under Tags, where you can click them to filter the note list.
Let autosave handle the rest
NuvoPad saves your work automatically 750 ms after you stop typing. Watch the top-right of the editor for the All changes saved indicator.
You can also save manually with Ctrl+S at any time.
💡 Autosave settings
0, autosave is disabled and you must save manually with Ctrl+S.What to Explore Next
Now that you have a note, you can:
- Export it as Markdown or copy it to the clipboard via the overflow menu (⋯)
- Duplicate it with Ctrl+Shift+D
- Mark it as a favorite with Ctrl+D
- Open a second note in a new tab and work side-by-side