Need AI Training/Help?CloudYeti.io/meet
MarkdownMe
Merge and split Markdown guide

Split a Book Manuscript Into Chapter Files

A manuscript that uses one H1 per chapter can be split into one file per chapter, each downloadable on its own.

Direct answer

Write or paste the manuscript with one heading per chapter, then use Split mode with 'By H1' (or 'By H2' if chapters sit under a part title). Each chapter becomes a part with its heading intact, a character count, a copy button, and a download button. Downloads are per part; there is no zip.

Open Merge & Split Markdown tool

When to use this

  • A manuscript lives in one long file and your publishing tool wants one file per chapter.
  • Co-authors each need their own chapter to edit.
  • You are moving a draft into a static site or an ebook builder.

Steps

  1. Open the Split tab.
  2. Load the manuscript file or paste the full text.
  3. Choose the heading level that marks a chapter.
  4. Check the part count against your chapter count.
  5. Download each chapter, renaming as you save if your publishing tool expects a naming pattern.

Example conversion

Input
# Chapter 1: The Arrival

Text.

# Chapter 2: The Offer

Text.

# Chapter 3: The Return

Text.
Result
Part 1 — Chapter 1: The Arrival
Part 2 — Chapter 2: The Offer
Part 3 — Chapter 3: The Return

Common mistakes

  • Title pages, dedications, and a table of contents before chapter one become a separate leading part. Delete that part if you do not want it.
  • Inconsistent heading levels split badly. Normalise every chapter to the same level before splitting.
  • Downloaded files are named from the part number and heading. Rename them if your builder expects a strict pattern.

FAQ

Does the manuscript stay private?
Yes. The text is processed in your browser only. Nothing is uploaded, which matters for unpublished work.
Can I split by scene breaks instead of headings?
Not directly. The split modes are H1, H2, and approximate size. Convert scene breaks to a heading level first if you need them as boundaries.
Can I rejoin the chapters later?
Yes. Switch to Merge mode, select the chapter files, order them, and merge with no separator to rebuild the manuscript.

Related merge and split guides