Split a markdown file into different sub-files based on the top level Headings. For example, the following markdown file: outline.md
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 |