Export
All Writer supports multiple export formats:
- Markdown ZIP: keeps directory layout,
.mdfiles, and@system. - AI share cards: generates shareable card assets from selected chapters.
- Web package: creates a ZIP with
index.htmland standalone CSS for browser preview and static handoff.
The Word AI dialog and backend word-export workflow still exist in the codebase, but the main Export dialog currently hides Word generation. Treat Word as product-visible only when the entry appears in the app.
How to run exports: Export guide.
When to use which
- Use Markdown ZIP for backup, Git, migration, and editing in other Markdown tools.
- Use AI share cards for summaries, quotes, or promotional assets.
- Use Web package for quick preview, review, archival, or static handoff.
- Use external tools for
.docxunless a Word generation entry is visible in the product.
After export
Use Pandoc or your stack to produce PDF or HTML from extracted .md files. All Writer does not provide built-in PDF export; use Markdown/Web output with Pandoc, browser print, Word, WPS, or LibreOffice.