Interface Tour

NuvoPad uses a three-panel layout inspired by VS Code: a collapsible sidebar on the left, a note list in the centre, and a full-width editor on the right. This page covers every UI region and what it does.

Sidebar

The sidebar is the primary navigation panel. Toggle it with Ctrl+\. It contains the following sections:

All Notes

Shows every note in your workspace regardless of notebook or tag, sorted by most recently updated. Pinned notes appear at the top.

Inbox

Notes that are not assigned to any notebook. Use this as a capture zone before you decide where to file a note.

FavoritesCtrl+D

Notes you've starred. Toggle a note's favorite status from the note context menu, the editor overflow menu, or with the keyboard shortcut.

Trash

Soft-deleted notes. Notes moved to Trash are hidden from all other views but remain recoverable until you empty the Trash.

Notebooks

A collapsible tree of your notebooks, nested up to 2 levels deep on Free (5 levels on Pro). Click a notebook to filter the note list. Right-click for Rename and Delete options.

Tags

All tags with note-count badges. Click a tag to filter the note list to notes carrying that tag.

Quick Pins

A customizable pinned shortcut strip. Drag any note, template, or notebook here for instant access. Free tier is limited to 5 pins; Pro is unlimited.

Templates

A special system notebook reserved for note templates. Templates appear in the Pro template picker when creating a new note.

Note List

The centre panel shows the list of notes for the currently selected view or notebook. Notes are ordered by last-updated time (most recent first), with pinned notes grouped at the top.

Search bar

Type to perform a full-text search across all note content. Results appear inline with matching snippets highlighted. Clear the field to return to the full list.

New Note buttonCtrl+N

Creates a new untitled note in the currently selected notebook (or the Inbox if no notebook is selected).

Note cards

Each card shows the note title, a content preview, tags, and the last-updated time. Right-click a card for the full context menu: Pin, Favorite, Duplicate, Move to Notebook, Move to Trash.

Drag and Drop

Note cards are draggable. Drag a note onto a sidebar target — a notebook, Inbox, Favorites, Quick Pin, or Trash — to trigger that action.

Editor Panel

Formatting toolbar

Provides one-click access to all formatting actions: headings, bold, italic, underline, strikethrough, highlight, inline code, code block, blockquote, lists, links, images, and tables.

Save indicator

Shows 'Saving…' while a write is in progress and 'All changes saved' once the autosave flush completes. NuvoPad autosaves by default 750ms after you stop typing.

Tab bar

Displays open notes as tabs. Click a tab to switch notes, click the × to close it. The tab bar appears as soon as you open a second note.

Note title

An editable field at the top of the content area. Changes to the title are synced back to the note list and sidebar in real time.

Mode switcherCtrl+Alt+S

Located in the toolbar, cycles between WYSIWYG, Source (raw Markdown), Split (edit + preview), and Preview-only modes.

Overflow menu (⋯)

Additional editor actions: Export, Duplicate, Favorite, Pin, Move to Trash. Also the entry point for the Attachment panel (Pro).

Status Bar

The thin bar at the bottom of the editor displays live document metadata. Its color is customizable in Settings → Appearance.

ItemWhat it shows
Word countRunning word count of the current note
Line count"Ln N" — total lines in the document
Editor modeSource or Markdown label
IndentationSpaces: 4
EncodingUTF-8
Created dateDate the note was first created
Read timeEstimated read time in minutes
Sync status"All notes synced / saved locally"

Command Palette

Press Ctrl+P or Ctrl+K to open the command palette. It provides fuzzy search across:

  • Actions — New Note, New Notebook, toggle Sidebar, switch Theme, switch Language, Settings, etc.
  • Notes — Jump directly to any note by title
  • Notebooks — Navigate to a specific notebook

💡 Tip

The command palette is keyboard-first: type any partial phrase to narrow results, then use the arrow keys and Enter to execute. Press Escape to dismiss it.