Need AI Training/Help?CloudYeti.io/meet
MarkdownMe

Merge & Split Markdown Files

Two modes in one tool. Merge takes several .md files by file picker or drag-and-drop, lets you reorder them, and joins them with a horizontal rule, a filename heading, or nothing, then offers copy and download. Split takes one long document and breaks it at H1, at H2, or at an approximate character size, with a copy and download button per part and an estimated token count for AI context-window chunking. Files are read with the browser File API and never uploaded.

Was this rewrite usable?

Get new tools by email

We add tools most weeks. Give an email address and we send you the new ones, plus short notes on how to use them. No more than one email a week. Unsubscribe with one click.

How to Use Merge & Split Markdown Files

  1. Choose Merge or Split.
  2. In Merge, add your .md files and order them with the up and down buttons.
  3. Pick a separator, then copy or download the combined file.
  4. In Split, paste or load one document and choose H1, H2, or size.
  5. Copy or download each part; there is no zip download.

Frequently Asked Questions

Are my files uploaded?
No. Files are read in the browser with the File API, and downloads are built with URL.createObjectURL. Nothing reaches a server.
Can I download every split part as a .zip?
No. The tool includes no compression library. Each part has its own download button, and Copy all takes the full set as text.
How does size splitting choose break points?
It fills each part up to the character target and breaks at paragraph boundaries where possible, so a part does not usually end mid-sentence.
Is the token count exact?
No. It estimates about four characters per token, which is close for English prose and less accurate for code. Leave headroom under a hard model limit.

About Merge & Split Markdown Files

Merge many Markdown files into one, or split one long document by heading or by size. Free, client-side, no upload. This tool runs entirely in your browser, so your content is not sent to a server. MarkdownMe provides free, fast, and reliable Markdown tools for developers, writers, and anyone who works with Markdown.