-
Notifications
You must be signed in to change notification settings - Fork 0
Exporting
James Merrix edited this page Jun 9, 2026
·
2 revisions
Open the Export menu in the top bar, or use the File and Export submenu, and pick a format. Markappoly exports whichever document you're currently looking at.
- Text (.txt) saves the raw Markdown source as a plain text file.
- HTML (.html) renders the document to a self-contained, styled web page you can open in any browser. The styling is baked into the file, so it stands on its own.
- JSON (.json) writes the document's syntax tree (its mdast representation) as formatted JSON. This is handy when you want to process the structure in another tool.
- Word (.docx) produces a Microsoft Word document. Markappoly asks where to save it.
- PDF goes through your system print dialog. The app switches to preview and opens Print, where you choose "Save as PDF" (or print on paper). The PDF then matches what you see on screen.
For every format except PDF, Markappoly suggests a file name based on the open document and lets you choose where it lands.