MarkdownHeadings is a VSCode extension helping with Markdown headings through functions and keybindings. It adds the possibility to promote, demote, and add same level or sublevel headings.
- Add same level heading (alt+enter): "MarkdownHeadings: Add same level heading"
- Add sublevel heading (alt+shift+enter): "MarkdownHeadings: Add sublevel heading"
- Promote heading (alt+leftarrow): "MarkdownHeadings: Promote heading"
- Demote heading (alt+rightarrow): "MarkdownHeadings: Demote heading"
Demonstration :
For VSCode : https://marketplace.visualstudio.com/items?itemName=sbij.markdownheadings
For VSCodium : https://open-vsx.org/extension/sbij/markdownheadings/https://open-vsx.org/extension/sbij/markdownheadings/
(or just download the vsix from the VSCode link)
No requirements.
For now there are no settings. Except that you can change keybindings through the normal ctrl+shift+p panel. The function names are listed at the top of this file.
For now there are no known issues.
Initial release of MarkdownHeadings
- Thanks to https://github.com/vscode-org-mode/vscode-org-mode for some code inspiration
Enjoy!