✨ Try our AI novel writing platform → StoryAlter.com
#MD SoloMD

SoloMD vs Tolaria: Two Tauri-Based Markdown Editors

Quick answer: SoloMD if you need Windows or iPad, write in Chinese (GBK / Big5 auto-detect), want 14 AI providers in one BYOK panel, or rely on Pandoc / academic citation export. Tolaria if you live on macOS, route everything through Claude Code / MCP-compatible agents, and want a Notion-style block editor with type-driven nav.

The 30-second verdict

 SoloMDTolaria
PriceFree (MIT)Free (open source)
StackTauri 2 + Vue 3 + CodeMirror 6 + RustTauri + React + TypeScript + Rust
PlatformsmacOS · Windows · Linux x64/ARM64 · iPadmacOS · Linux (no Windows)
Installer size~15 MB~25 MB
Editor modelCodeMirror source-mode + live preview + splitBlock-based slash-command editor (Notion-style)
Multi-tab + split panes✅ tabs + tile splitting❌ single-pane
Wikilinks [[note]]✅ auto-complete + backlinks panel✅ auto-complete + backlinks
Local semantic searchv2.3 · ⌘⇧F · on-device, no model download
WYSIWYG live edit modev2.3 · 4th view✅ block editor
AI rewrite (in-app, BYOK)⌘J · 14 providers · streaming diff overlay🟡 routes through external MCP agents
MCP server (vault as tool)v2.2 · 1.5 MB binary · 8 read tools + 2 gated write tools✅ built in
AutoGit per-note historyv2.2 · libgit2, never auto-pushed✅ built in
Multi-encoding (GBK / Big5)✅ auto-detect❌ UTF-8 only
File import (DOCX / PDF / XLSX / PPTX)✅ drag-in → Markdown
Pandoc export (EPUB / ODT / LaTeX / RTF)
@citekey citations + .bib / CSL
Slideshow / presentation mode⌘⌥P
Vim mode
Welcome tour (en + zh)
Spell-check (Hunspell)✅ opt-in🟡 OS-level only
Properties / table view✅ Bases (YAML-driven)✅ Types-as-lenses (drives nav)
CLI toolsolomd
Bilingual UI (en + zh)❌ English only
Default file formatplain .mdplain .md

When to pick SoloMD

When to pick Tolaria

Note: MCP server and AutoGit version history both used to be Tolaria-only. Both shipped in SoloMD as of v2.2 — and SoloMD's v2.3 added local semantic search, which Tolaria still doesn't have.

Both editors share

Migration — Tolaria to SoloMD

Both write plain .md with YAML front-matter, so opening your Tolaria vault folder in SoloMD just works. Caveats:

FAQ

Is SoloMD's MCP server real?

Yes — shipped in v2.2. A 1.5 MB Tauri sidecar binary (solomd-mcp) speaks MCP over stdio (no network port). Out of the box it exposes 8 read tools — list_notes, read_note, search, get_backlinks, list_tags, get_outline, etc. — plus write_note and append_to_note gated behind --allow-write. Path-traversal guarded, workspace-canonical containment. Discoverable by any MCP client — Claude Desktop, Cursor, Codex CLI, your own agent.

Why no Windows for Tolaria?

It's a small project (3 months old). Windows support is on their roadmap but not prioritized. SoloMD has Windows from day one because Tauri's WebView2 + NSIS installer + native menu bar are all wired in.

Can I use both?

Yes — they read the same .md files. A common combo is Tolaria on a Mac at home + SoloMD on a Windows / Linux work laptop or iPad on the road, all pointing at the same git-synced vault.