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

Markdown sort

Roey Sagie

|
38 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown sort README

Sort Markdown file by headings

This extension will sort a whole markdown file using 'level-1' headings as keys for sorting.

  • All level-1 headings will be capitalized.
  • The content of each section will be untouched.

Before sorting

Unsorted

Select the text you want to sort

Select the text

Run the 'Markdown sort' command from the Command Palette (Ctrl+Shift+P)

Run the command

After sorting

sorted

Requirements

  • VS Code

Release Notes

1.0.0

Initial release of 'Markdown sort'


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft