Markdown Note Refactor for VS CodeMarkdown Note Refactor is a Visual Studio Code extension that aims to streamline the process of managing and organizing markdown files. This tool allows users to automatically split sections of a markdown file into separate files based on h2 headers and link them together for easy navigation. Inspired by the Obsidian community plugin note-refactor-obsidian, this extension brings similar functionality to VS Code, enhancing productivity for writers, developers, and note-takers working with markdown files. Features
Getting StartedPrerequisitesEnsure you have the following installed before you start using Markdown Note Refactor:
InstallationTo install Markdown Note Refactor: From the VS Code Extensions Marketplace
From a VSIX File
UsageTo use Markdown Note Refactor:
The extension will then process the current file, creating new markdown files for each h2 section and updating the original file with links to these new documents. ContributingYour contributions make the open-source community a fantastic place for growth, inspiration, and creativity. If you have suggestions for improving Markdown Note Refactor, please fork the repo, create a pull request, or open an issue with the tag "enhancement". Contributions of all kinds are welcome! LicenseThis project is licensed under the MIT License - see the LICENSE file for details. AcknowledgmentsSpecial thanks to note-refactor-obsidian for the inspiration behind this extension. |