Plainva User Guide
Last reviewed: 2026-07-06
Plainva is a Markdown vault editor: your notes are ordinary Markdown files in a folder (a “vault”) on your computer — no database silo, no forced cloud account. This guide explains how to work with Plainva and how the file formats work.
Contents
| Page | What it covers |
|---|---|
| Getting Started | Opening or creating a vault, the interface, editor modes, tabs and split view |
| Notes & Markdown | How Markdown files work: writing, formatting, properties (frontmatter), icons, links, templates, images |
| Databases (.base) | Viewing notes as a database — views, filters, properties, relations, new entries (similar to Notion, but file-based) |
| OKF | The Open Knowledge Format: type, okf_version, index.md management and the optional vault conversion |
| File Format Reference | The exact on-disk format of every vault file — for tools, scripts or an AI editing notes and .base files directly |
| Backups & Version History | Automatic file versions, restoring (including deleted files) and daily ZIP backups of the vault |
| Sync Setup | Step by step per provider: WebDAV/Nextcloud, Google Drive, OneDrive, Dropbox, S3 |
| Sync Compatibility | Which services work today — directly, via WebDAV, or via the provider’s desktop client |
| Google Drive (BYO) | Setting up Google Drive sync with your own credentials |
| OneDrive & Dropbox (BYO) | Setting up OneDrive and Dropbox sync with your own app registration |
| Search | Full-text search, quick switcher, find & replace, tags |
| Graph | Context graph, vault map with cleanup mode and time travel, graph as a database view |
| Keyboard Shortcuts | All keyboard shortcuts at a glance |
| FAQ & Troubleshooting | Common questions: Obsidian compatibility, conflict files, backups and more |
Core principles
- Your files belong to you. A vault is a plain folder of Markdown files. You can open, copy or back it up with any other program at any time.
- Plain Markdown is the canonical format. Even extra features (properties, icons, databases) are stored in open, readable text formats.
- Obsidian-compatible. Existing Obsidian vaults are never damaged or reformatted; Obsidian can open every file Plainva creates.