Quick Start¶
Get up and running with Stratum in 5 minutes.
First Launch¶
When you start Stratum for the first time, you'll see the Vault Picker screen:
- Click Choose Vault Folder
- Select an empty directory (or a new folder) — this will be your vault
- Stratum creates a
.pkm/cache directory inside the vault and loads the interface
What's a vault?
A vault is simply a directory of Markdown files. All your notes live here as plain .md files.
Stratum adds a hidden .pkm/ folder for its cache (SQLite database, search index, config) —
this can always be rebuilt from your .md files.
Interface Overview¶
The main interface has three areas:
- Sidebar (left) — Navigation tabs + page list
- Main area (center) — The active panel (editor, graph, search, etc.)
- Page panels — Backlinks, properties, suggested connections
Sidebar Navigation¶
| Tab | Icon | Function |
|---|---|---|
| Journal | Daily notes | |
| Pages | Page list, create/delete | |
| Graph | Knowledge graph visualization | |
| Search | Full-text block search | |
| Query | Datalog query interface | |
| Templates | Reusable page templates | |
| Flashcards | Spaced repetition review | |
| Whiteboards | Excalidraw spatial canvas | |
| Settings | App configuration |
Click any tab to open its panel. The sidebar can be collapsed with the ◀ button.
Your First Note¶
- Click Pages in the sidebar (or press
/) - Click + New
- Enter a path like
notes/my-first-note.md - Optionally enter a title like
My First Note - Click Create
The page opens in the block editor. Start typing — every paragraph is a block.
This is a block.
This is a child block (indented).
This is a deeper child.
TODO This is a task
[[Wiki-link to another page]]
#tag
Create a Wiki-Link¶
Type [[ to start a wiki-link. Stratum will autocomplete existing pages:
- Create a second page:
notes/second-page.md - Go back to your first note
- Type
[[secondand select the autocomplete suggestion - The link renders as a clickable reference
View the Graph¶
- Click Graph in the sidebar
- You'll see your two pages as connected nodes
- Click a node to navigate to that page
- Drag nodes to reposition them
What's Next?¶
- Learn about the Block Editor
- Explore Wiki-Links and Backlinks
- Set up Git Sync to backup your vault
- Configure AI features with Ollama or OpenAI