Export — your knowledge, out of any door.
Most apps let you in. Few let you out gracefully. Knovya Export composes
five formats — Markdown, HTML, JSON, PDF, and DOCX —
into one promise: your work is portable forever, in either direction. Single notes are free;
bulk by folder, scheduled exports to Google Drive or S3, and the
knovya_export MCP tool are on
Pro. Round-trip with Import.
Pick a format. Watch the same note, five ways.
One sample note — heading, paragraph, list, table, code. Tap any format and the file recomposes — with a per-block fidelity report on the side.
# Q3 OKRs — draft v3 *draft · last edited 2 days ago · 12 backlinks* ## Objectives The team commits to three outcomes by the end of Q3. Owner alignment is locked at the kickoff; metrics are reviewed every other Friday. - **Ship the export pipeline** — five formats, server-rendered - **Reduce p0 incidents** to fewer than 2 per month - **Onboard 50 design partners** for the agentic-memory beta ### Key Results | KR | Target | Status | |----|--------|--------| | Export formats live | 5 of 5 | on track | | p0 incidents | <2/mo | at risk | | Design partners | 50 | committed | ### Open questions See decision: [RAG vs MCP](knovya://note/d4f7). The architecture call still has loose ends around scheduled-export egress. ```python # rough budget model egress_per_user_gb = scheduled_exports * avg_size_gb monthly_cost = egress_per_user_gb * 0.09 ```
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Q3 OKRs — draft v3</title> <link rel="stylesheet" href="knovya.css"> </head> <body> <article class="note"> <h1>Q3 OKRs — draft v3</h1> <p class="meta"><em>draft · 12 backlinks</em></p> <h2>Objectives</h2> <p>The team commits to three outcomes...</p> <ul> <li><strong>Ship the export pipeline</strong> — five formats</li> <li>Reduce p0 incidents to fewer than 2/mo</li> <li>Onboard 50 design partners</li> </ul> <table> <thead><tr><th>KR</th><th>Target</th><th>Status</th></tr></thead> <tbody>...</tbody> </table> <pre><code class="language-python"> egress_per_user_gb = scheduled * avg_size_gb </code></pre> </article> </body> </html>
"id": "d4f7-2156-q3-okrs", "title": "Q3 OKRs — draft v3", "status": "draft", "folder": "Planning/2026", "updated_at": "2026-04-30T11:42:00Z", "backlinks_count": 12, "blocks": [ "type": "heading", "level": 2, "content": "Objectives" , "type": "paragraph", "content": "The team commits to..." , "type": "bulletList", "items": [ "Ship the export pipeline", "Reduce p0 incidents to <2/mo", "Onboard 50 design partners" ] , "type": "table", "rows": 4, "columns": ["KR", "Target", "Status"] , "type": "codeBlock", "language": "python", "content": "egress_per_user_gb = ..." ], "links_outgoing": [ "target_id": "a8e3", "type": "references" ], "is_pinned": true
Q3 OKRs — draft v3
Objectives. The team commits to three outcomes by the end of Q3. Owner alignment is locked at the kickoff; metrics are reviewed every other Friday.
- Ship the export pipeline — five formats, server-rendered
- Reduce p0 incidents to fewer than 2 per month
- Onboard 50 design partners
Key Results. Export formats 5 of 5 — on track. p0 incidents <2/mo — at risk. Design partners 50 — committed.
egress_per_user_gb = scheduled * avg_size_gb
Q3 OKRs — draft v3
Objectives. The team commits to three outcomes by the end of Q3.
- Ship the export pipeline — five formats, server-rendered
- Reduce p0 incidents to fewer than 2 per month
- Onboard 50 design partners
Key Results.
| KR | Target | Status |
|---|---|---|
| Export formats live | 5 of 5 | on track |
| p0 incidents | <2/mo | at risk |
| Design partners | 50 | committed |
Five formats, two families.
Each format answers a different need. Together they cover every door — from version-control plain text to client-ready Word.
Most tools let you in. Few let you out.
Every knowledge tool sells you the front door. The back door — the one you walk out through with your work intact — is usually locked, hidden, or charged for. Your notes become hostages to whichever app held them last.
Knovya treats export as a first-class right, not a settings-screen footnote. Five formats, single or bulk, scheduled or on demand, free for the basic three. The same notes that came in walk back out — round-trip, no sermons.
- Notion
- Markdown export omits database content; you cannot re-import a Notion database back into Notion losslessly.
- Evernote
- ENEX-only legacy format; converters required for almost anything else.
- Apple Notes
- No bulk export. PDF only via Print → Save As, one note at a time.
- Knovya
- Five formats. Bulk by folder. Scheduled. Round-trip with Import. Free for the basics.
From Camelot to your second brain.
The fight to make documents leave one machine and arrive intact on another is older than the web. Five moments taught Export how.
- 1990Camelot — Warnock's memo John Warnock writes a six-page paper at Adobe: "any application, any platform, any printer." The vision that became PDF. Adobe · internal memo
- 1993PDF launches — June 15 Adobe Acrobat 1.0 ships. Fixed-layout portability becomes real — same document, identical, anywhere. Adobe · Acrobat 1.0 release
- 2004Markdown — Gruber & Swartz A plain-text format anyone could read raw, anywhere. Plain text wins; readability becomes a portability strategy. Daring Fireball · March 2004
- 2008ISO 32000 — PDF opens up Adobe releases the PDF specification as an open ISO standard. Portability becomes a right, not a vendor's gift. ISO · 32000-1:2008
- 2026Knovya Export Four ancestors composed into five formats. Single, bulk, scheduled, MCP-callable. Round-trip native. The exit door, built in. ★ Knovya · production
Nobody else makes leaving easy.
Every other tool treats export as a compliance feature — buried, partial, format-singular. Knovya is the only knowledge base that ships five formats native, with bulk by folder, scheduled to a destination, and round-trip via the matching Import — across every plan tier including Free.
- Notion md, html, pdf · DBs lock
- Evernote enex · legacy only
- Apple Notes no bulk · pdf via print
- Obsidian md only · plugin DIY
- Roam json, md · single note
- Knovya 5 formats · bulk · scheduled · round-trip
Export reaches you everywhere you write.
Four entry points, one engine. From a single note menu to a recurring backup pipeline.
Open any note, click the actions menu, pick a format. The file downloads — no dialog stack, no settings detour.
Pick a folder, pick a format, get a ZIP. Folder structure preserved. Internal links rewritten so they resolve inside the archive.
Recurring exports to a destination — local download, Google Drive, S3. Useful for backups, board reports, compliance archives.
The export engine, exposed as an MCP tool. Claude, Cursor, ChatGPT — any client can ship a note out as a deliverable, mid-conversation.
// MCP tool call · agentic surface "tool": "knovya_export", "args": "note_id": "d4f7-2156", "format": "docx", "include_links": true // → presigned URL · 1h ttl
Export composes with the rest of the editor stack.
A few honest answers.
How do I export a note from Knovya?
What formats does Knovya export to?
Is PDF export available on the Free plan?
Can I export an entire folder at once?
Can I round-trip notes with Notion or Obsidian?
Can I schedule recurring exports?
Is there an API for programmatic export?
Are images, callouts, and tables preserved?
Try Export in your own notes.
Three formats free, forever. Five formats and bulk on Pro. The exit door is the front door's twin — both included.
★ element 23 · Group III — Editor · ships · preserves · liberates