Getting Started

Last updated: 2026-08-15

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.

System requirements

Plainva draws its window with the system’s web engine, so the engine — not the processor — sets the floor:

The engine bar is Safari 16.4, and on macOS the system version decides it: an app draws its window with the system WebView, which arrives with macOS updates rather than with Safari. On a Mac that Apple no longer updates, Safari can therefore be far newer than the engine every other app gets — Monterey stops at Safari 15.6.1 however current its Safari is. Ventura reached 16.4 at 13.3, which is where the floor sits; installing a newer Safari does not move it.

On a system below that line Plainva says so at startup instead of opening a blank window.

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 the very first launch — before you have ever opened a vault — Plainva shows a short welcome, once. It says in three lines what Plainva is built on, shows a small preview of the interface next to it, and offers the three ways in right away: Open Vault, New Vault and Import from another app. Later skips it and leaves you on the ordinary welcome screen; it does not come back — unless you ask for it again under Settings → Startup & behavior → Welcome screen.

After an update the same spot shows what changed: the biggest change of that release with a headline of its own, the rest as one line each. It appears once per version — you can call it up again anytime under Settings → Startup & behavior → Show release highlights again.

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. When removing, Plainva asks whether to additionally forget all of the vault’s app data (search index, settings, window layout, credentials for sync, calendar and mailboxes; automatic ZIP backups only via the extra checkbox) — your vault folder always stays untouched.

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 → App → Editor & notes (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

The Daily Note button in the left action rail opens or creates today’s note. Configure the base folder, date format and an optional template under Settings → Vault → Content & structure (Choose folder… next to the field lets you pick the folder right inside the vault).

The date format uses the same tokens as Obsidian: YYYY year, MM month, DD day, dddd weekday name — YYYY-MM-DD dddd gives 2026-07-29 Wednesday. Text that should stay as it is belongs in square brackets: [Journal] YYYY-MM-DD. Month and weekday names are always English, so switching the app language never makes your existing daily notes unfindable.

The Calendar on the right is a day overview: clicking a date opens the calendar tab at that day; a right-click opens a menu that names the day at the top and offers Open calendar, Daily Note and that day’s events and due tasks. Days with a daily note carry a tiny sun glyph, days with events colored dots per 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 cloud credentials are applied deliberately via Sign in in the Cloud accounts area (see Sync Setup). Settings come in two parts; every area in the left rail opens its own page, where the settings sit in named group cards:

Tabs

Arranging bars & areas

The action rail on the far left, the tabs of the left sidebar, the sections above the file tree and the sections of the right sidebar all work the same way.

The action rail offers New Note, New Folder and New Base. All three create inside the selected folder in the file tree; with a file selected, in that file’s folder; with nothing selected, at the top level. The Daily Note does not follow that — it always belongs in the folder you named for it in the settings. If you do not need one of the three, hide it.

Right where they are: press and hold a button or a section heading and drag it to its new place — a plain click still just triggers it, and if you scroll while holding, you scroll (the drag is cancelled). Esc cancels a drag in progress. A right-click offers the same actions without holding: Move up, Hide and Customize bars….

In one place: under Settings → Vault → Bars & areas all five bars sit below each other — including the phone’s navigation bar, which you can therefore arrange on the big screen. Each is one list with a dividing line: everything above it is visible, everything below is hidden. Here you move entries with the drag handle — on this page a list is being arranged, which is exactly what a handle is for. Dragging to the top or bottom edge scrolls the page along, so an entry travels from the very bottom to the very top in one movement.

Two things deliberately cannot be hidden: Help and Settings at the bottom of the action rail, and the Files tab of the left sidebar. Everything else is yours to hide; hidden rail actions stay reachable from the command palette (Ctrl+P). Right-sidebar sections with nothing to show for the open note never appear in the first place.

The arrangement belongs to the vault and travels to your other devices through settings sync. A vault you have not adapted follows your default — set it with Save as default, and Reset to default returns an adapted vault to it.

Customizing the interface

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.

Remembering the right sidebar

Sections with nothing to show for the open note — Outline, Backlinks, Properties, Databases — do not appear at all, rather than sitting there greyed out. The whole right sidebar remembers one global preference for notes; full-surface views without note context close it only temporarily.

When you drag the panel narrow it changes in three steps, so nothing breaks:

The right panel cannot go below 200 px — no section is usable under that. The left one still goes down to 150 px, because file names simply truncate.

See also