2 min read

Plain Text Export in Deckle

Export your manuscript from Deckle as a universal .txt file, covering what's preserved (chapter breaks) and what isn't (paragraph and scene breaks).

Export your manuscript as universally readable plain text: no formatting, no markup, just the words, openable by literally anything.

What You Can Do

  • Export your entire manuscript as a single .txt file, straight from your project.
  • Get a format guaranteed to open in absolutely anything: no markup, no proprietary formatting, no dependencies.
  • Keep each chapter clearly separated, with its title and a divider between it and the next chapter.

How to Export a Plain Text File from Deckle

  1. Open Compile from your project.
  2. On the Format tab, select Plain Text.
  3. Click Export Plain Text, choose where to save, and Deckle writes the file.

There's no target or variant to choose: Plain Text always exports the same way.

What Gets Kept and What Gets Lost

  • Chapter titles and the divider between chapters are preserved. You can still tell exactly where one chapter ends and the next begins.
  • All formatting is stripped. Bold, italic, headings: none of it carries over. That's the point of a plain-text export.
  • Paragraph breaks are not preserved within a chapter. Every paragraph in a chapter is joined into one continuous block of text, separated only by single spaces, not line breaks.
  • Scene breaks inside a chapter leave no visible marker. They collapse into that same single-space join, the same as an ordinary paragraph break.

A Couple of Things Worth Knowing

💡 If you need paragraph breaks and scene breaks preserved as actual visual separators, use Markdown export instead. It keeps every paragraph on its own line and renders scene breaks as a --- divider; Plain Text does neither.

💡 The Table of Contents option (Options tab) doesn't apply here. It's a layout option for PDF, EPUB, and DOCX exports only.

💡 Folders and Notes documents are skipped entirely. Only your actual chapters and scenes end up in the file.

FAQ

Does Plain Text export keep my paragraph breaks?

No. Every paragraph within a chapter is joined together with a single space, not a line break. Use Markdown export if you need paragraph breaks preserved.

Will my scene breaks show up in the exported file?

No, a scene break inside a chapter leaves no visible marker; it's absorbed into the same single-space join as a paragraph break. Chapter breaks, on the other hand, are preserved as their own divider.

What's the difference between Plain Text and Markdown export?

Both strip your project down to just the words, but Markdown keeps paragraph breaks, scene breaks (as ---), and basic formatting as markdown syntax. Plain Text strips all of that; it's the more minimal, universally compatible option.