Jotura

Guides / Comparisons / 2026-08-30

Jotura vs Typora: choosing between an editor and a vault

Jotura vs Typora, compared honestly: Typora is a polished one-time-purchase editor with no sync, Jotura is a free vault app with search and paid sync.

Typora and Jotura are both WYSIWYG Markdown editors: what you see on screen is the formatted result, not raw syntax. The real difference is what each one does with the rest of your files. Typora is a document editor, so you open a file, write in it, save it, and the app gets out of the way. Jotura is a vault app: it takes a whole folder of notes and adds search, wikilinks and backlinks, a tasks view, daily notes, and optional encrypted sync.

Pick Typora if you mostly write individual documents and want to pay once. It costs $14.99 once, covers up to three devices, and has no subscription and no sync service. Pick Jotura if your notes are a connected body of work you search, link, and want on more than one machine. Jotura’s app is free on Mac, Windows, Linux, and Android, and only the optional sync service costs money, at £4 a month or £40 a year.

The short version in a table

TyporaJotura
Price$14.99 once, up to 3 devicesApp is free
SyncNone built inOptional, £4/mo or £40/yr
PlatformsMac, Windows, LinuxMac, Windows, Linux, Android
EditingFormatted as you type, source modeFormatted as you type, source toggle
Math blocksYesNo
LinkingStandard Markdown linksWikilinks with backlinks
SearchWithin the folder you openIndexed keyword plus on-device semantic
ExportPDF and HTML built in, more via PandocNo export suite

Both store plain .md files on disk, and both are closed source.

Where Typora wins on the writing surface

Typora’s editing surface is exceptionally clean, with years of polish behind it, and the syntax collapses as you finish typing so the result feels closer to a word processor than a code editor. If your working day is writing one document at a time, that focus is worth a lot.

Typora also renders LaTeX math blocks, which Jotura does not, so anyone writing equations can stop reading here and buy Typora. Its export story is stronger too: PDF and HTML are built in, and Word, ePub, and LaTeX work once you install Pandoc separately. Jotura has no export suite. It goes the other direction, turning PDFs, Word files, and spreadsheets into searchable Markdown mirrors.

Typora themes are plain CSS files you drop in a folder, so you can make the editor look exactly how you want. Jotura offers light, dark, and follow-the-system, and nothing beyond that.

You pay Typora once, with no renewal, no account, and no server. If you distrust subscriptions on principle, Typora respects that in a way a sync service never will.

Jotura does match Typora on tables: both give you a real table editor, so you add and remove rows and columns from the table itself instead of aligning pipe characters by hand. Jotura also renders Mermaid diagram blocks. Past that its editing feature set is narrower, because the effort goes into what happens across notes.

What a vault app adds

The difference shows up once you have a few hundred notes. Typora opens a folder in its sidebar, but that folder is a convenience for finding files, not a structure the app reasons about. Jotura treats the folder as the unit of work.

Wikilinks in [[double brackets]] resolve to other notes and build a backlinks panel, so every note shows what points at it. Jotura collects every Markdown checkbox in the vault into one tasks view, so you see everything outstanding without opening files one by one. Daily notes give each day a page for the loose ends that never justify their own document.

Search is the other large difference. Jotura keeps a full-text index of the whole vault, so a keyword search across 10,000 notes returns in about 8 milliseconds. Semantic search finds notes by meaning rather than exact wording, and it runs on your machine: you download a small embedding model once from desktop Settings, no API key involved. How offline semantic search works covers the rest.

Your files stay yours in both

Neither app locks your writing away. Typora edits the .md file you opened. Jotura’s vault is an ordinary folder of .md files any other tool can read, Typora included, and it opens an existing Obsidian vault as it is.

Jotura’s round-trip guarantee matters if you run both apps over the same folder. Open a file in Jotura, save it without edits, and you get a byte-identical file: list markers, line breaks, and emphasis characters survive exactly as you wrote them. Typora normalizes Markdown to its own conventions on save, so a file that has passed through both apps still shows Typora’s formatting choices in the diff. The clean setup is to let one app own the formatting.

Be clear about what Jotura does not have. There are no plugins, no graph view, no canvas, no publish-to-web, and it is closed source, like Typora. There is no iOS app either, so if your phone is an iPhone, Jotura has nothing for you on mobile. Typora has no mobile app on any platform, so neither one solves phone access on an iPhone.

Sync is the honest dividing line

Typora has no sync service, which is a design decision rather than an oversight. Your files sit on disk and you use whatever you already have: iCloud Drive, Dropbox, OneDrive, or Syncthing. Those work, and cost nothing extra if you already pay for the storage. The tradeoff is that a generic file syncer knows nothing about Markdown, so two machines editing one note at once produces a conflict file, not a merge.

Jotura Sync is a paid add-on at £4 a month or £40 a year, with no free trial. It is end-to-end encrypted: Argon2id derives your keys, every file gets its own key, and an HMAC turns each path into an identifier, so the server never sees your filenames. It never sees your plaintext or your keys either. Concurrent edits merge automatically, and version history goes back three years with attribution.

Setup gives you a BIP39 recovery phrase. Keep it somewhere safe: the server holds no copy of your key, so the phrase is what gets you back in if you lose every device you are signed in on. You can share a folder or a single note as an editor or a viewer, though both sides need Sync.

Obsidian Sync sits in the same bracket at roughly $4 to $8 a month, so this is near price parity rather than a cheaper option. The pricing page has the full terms.

The agent layer, if you work with AI tools

This part has no Typora equivalent, so it only matters if it matches how you work. Jotura ships a command line tool called jotura alongside the app, giving coding agents like Claude Code, Codex, and Gemini CLI a safe way to read and write your notes.

The safety comes from hash-checked writes. An agent reads a note, gets its hash, and passes it back when it edits, so a change you made in the meantime is never silently overwritten.

jotura read "Projects/Redesign.md" --json
jotura edit "Projects/Redesign.md" --if-hash <hash> --replace "old text" --with "new text"

Agents can also record decisions and recall them in a later session:

jotura memory log --kind decision --title "Chose Postgres over SQLite for the API"
jotura memory recall "database choice"

Agent configuration lives in an Agents/ folder in the vault, and jotura agents sync writes it out to each tool’s expected location: CLAUDE.md for Claude Code, AGENTS.md for Codex. The CLI reference covers the rest.

One thing worth saying plainly: Jotura was not built for AI agents. Adam Richardson built it as a fast, private notes app with sharing, for his own use. The agent layer came later, on foundations that already existed.

So which one

Jotura’s app costs nothing, but the vault machinery is wasted on you if you never link or search across notes. If you write documents one at a time and already have a file syncer you trust, Typora is the better fit. If your notes are a linked, searchable body of work, or you want encrypted sync and sharing built in rather than bolted on, Jotura is shaped for that.

Jotura’s app is free, so try it against your existing folder before deciding. Start from the download page.

Download Jotura

Free. Plain markdown files, yours forever.