Short, task-shaped recipes for the things people actually do in Solo Note — write your first note, master the block editor, organize a large vault, and back everything up. Every recipe is keyboard-first; mouse equivalents are noted where they exist.
Open the app, write your first note, learn the three-pane layout.
Insert any block with /, format inline, rearrange, and use markdown shortcuts.
Folders, tags, todo lists, spaces, and per-note properties.
Encrypted .solonote bundles, single-note exports, and version history.
There's no account, no sign-in, and no password to remember. The first time you open Solo Note it creates a default Space and drops you straight into your notes. The encryption key for everything on disk is generated for you and stored in your Mac's secure Keychain, bound to this device — so the app unlocks transparently on every launch.
.solonote backup (see Backup & export) — keep that one in your password manager.Notes save automatically and continuously — there's no Save command. If you close the window or the app crashes mid-keystroke, the last unsaved characters are kept in an encrypted draft and restored next launch.
From left to right: Sidebar (sources — folders, tags, todo lists, reports, spaces), Notes list (notes inside the selected source), Editor (the open note). Each pane has a toggle:
Drag the splitters to resize; Solo Note remembers each pane's width per window.
Type / on an empty line to open the slash menu. Start typing the block name — “tab” for Table, “call” for Callout, “cod” for Code, and so on. ↩ commits the highlighted match.
There are sixteen block types: Paragraph, Heading 1/2/3, Bulleted list, Numbered list, Todo, Divider, Quote, Code, Link, Timestamp, Collapsible, Image, Table, and Callout.
On an empty block, typing these patterns converts the block inline so you don't have to reach for the slash menu:
Text color and highlight live in the right-click menu (or the floating format bar that appears on selection). Both palettes remember your recent colors per space.
Select the text you want to make a link, press ⌘L, and pick a note from the list that pops up. Backlinks accumulate automatically — open the inspector to see who points at the current note.
To turn a pasted URL into a link, just select some text and paste a URL on top of it. The selection becomes the visible label; the URL becomes the link target. Pasted links render as plain blue text — no underline.
For mouse-driven moves, hover any block; the drag handle on the left lifts the whole block and shows insertion guides.
⌘F opens the in-note find bar. ⌘G and ⇧⌘G walk through matches; esc closes the bar.
⌃⌘F toggles focus mode: the active block stays bright; everything around it dims. Great for long-form drafting.
Folders are a tree. Create one with ⇧⌘N or via the sidebar's + New Folder row. A note's folder shows in the inspector; drag a note onto any folder in the sidebar to move it.
Tags are flat labels you can attach to any note. Open a note, click + Add tag below the title, type a name. Reusing a tag name picks the existing tag — no duplicates.
Todo lists are first-class sidebar entries. Use them for standalone task lists that don't belong inside a note.
Mirroring a todo block from a note into a list. Open any todo block in a note and click the Assign to list chip to its right. The block keeps appearing in the note; a mirrored task simultaneously shows up in the chosen list. Editing either side syncs the other.
Spaces are fully isolated notebooks — Work, Personal, Research — each with its own encryption key and its own sidebar contents. Notes never cross between spaces.
Properties let you attach typed metadata to notes — owners, review dates, URLs, counters, checkboxes. Open Manage Properties from the Command Palette to declare new ones; each property has a kind (Text, Number, Date, URL, Checkbox). Filled-in values appear in the inspector pane.
The inspector's Comments section accepts free-form notes about a note — meeting context, review feedback, follow-up reminders. Each comment shows its timestamp and can be edited or deleted from its row.
The Reports section of the sidebar holds Work Log — a rolled-up view of everything you created or updated, grouped by day. It's built for timesheets, status updates, and client billing.
Solo Note's native backup format is a
.solonote file — a single encrypted bundle
containing every note, image, tag, todo list, and version
snapshot in the current space.
Keep the bundle and its password somewhere safe. Without the password the file is opaque — even to us.
.solonote file.Open the note, then run Export Note as Markdown… from the Command Palette (or press ⌥⌘E). Block types map to standard markdown wherever they have a one-to-one equivalent; everything else (callouts, collapsibles, colored runs) downgrades cleanly.
Going the other way, Import Note from Markdown… (⌥⌘I) turns a Markdown file into a new note, parsing headings, lists, todos, quotes, code fences, and dividers back into blocks.
Solo Note keeps up to fifty version snapshots per note — captured automatically on each save. To browse them, open the note and choose Version History from the Command Palette.
Each space lives in its own folder under
Application Support/solo-note/vaults/<space-id>/,
as a single vault.sqlite file plus encrypted
assets. Under the Mac App Store sandbox the whole tree sits
inside ~/Library/Containers/io.vicras.solo-note/.
The folder is excluded from Spotlight and Time Machine by
default. Don't edit the files by hand; the SQLCipher
database needs its key from the Keychain to open.