Getting Started

Last reviewed: 2026-07-07

This page takes you from installation to your first real work: opening or creating a vault, learning the interface, and understanding the three editor modes.

What is a vault?

A vault is an ordinary folder on your computer that holds your Markdown notes. Plainva adds a hidden .plainva/ subfolder for the search index and settings — your notes themselves remain untouched .md files. You can have several vaults (e.g. “Personal” and “Work”) and switch between them.

Opening or creating a vault

On launch, the welcome screen greets you:

Recent Vaults lists everything you have opened before. Remove from list removes an entry from Plainva only — the files stay on disk. Enable Automatically open the last vault on start to skip the welcome screen in the future.

The interface

The three editor modes

Switch modes at the top right of the editor:

ModeWhat for
Read ModeFully rendered view for reading and navigating. Links open right inside Plainva.
Live PreviewThe default for writing: Markdown renders as you type; formatting characters only appear where you are working.
Markdown SourceThe raw text without rendering — for full control.

Which mode notes open in is up to you: pick the Default view under Settings → General (read, live or source). Switching the mode in the editor applies to that file for the current session.

You can also toggle between Readable width and Full width.

File tree basics

Daily notes

Open Daily Note (or clicking a date in the Calendar on the right) opens or creates today’s note. Configure the base folder, date format and an optional template under Settings → Vault Settings → Daily Notes & Templates.

In the calendar, the Today button returns to the current month; clicking the month label opens a quick month/year picker. There you can also enable Show week numbers to add an ISO week column — the setting is remembered.

Settings

Settings (gear icon at the bottom of the leftmost action rail, or Ctrl+,) close via the X in the top right, Esc or a click outside the window. Changes are saved immediately and automatically — only sync credentials are applied deliberately via Save/Connect (see Sync Setup). Settings come in two parts:

Customizing the interface

See also

The graph

Via Ctrl/Cmd+Shift+G (or the Graph section in the right sidebar) you see your vault as a map: folders as bubbles, notes as nodes, relations as labeled edges — including a cleanup mode and time travel. Details: Graph.