Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown Multifile ComposeNew to Visual Studio Code? Get it now.
Markdown Multifile Compose

Markdown Multifile Compose

Dulst

|
14 installs
| (0) | Free
Automatically sync a parent markdown file with its component headings as individual files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Split a markdown file into different sub-files based on the top level Headings.

For example, the following markdown file: outline.md


# Heading 1

# Heading 2

Will be split into

/outline/heading-1.md and /outline/heading-2.md

There is bidirectional syncing between the outline.md and the sub-files, such that editing either will work.

To Use:

Right click on a markdown file in the explorer and select: Generate & Sync Child Markdown Files

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft