lord-turmoil963 downloadsEasily toggle heading levels in Markdown documents with shortcuts.
Copyright © Tony's Studio 2024 - 2026
This plugin allows you to toggle heading levels quickly. You can bind hotkeys to increase or decrease heading levels without typing those # characters. 😀
You can bind these commands with your favorite hotkeys in the options. 😉
main.js and manifest.json)..obsidian/plugins/heading-toggler. You may need to create a new directory.By default, Obsidian doesn't support nested headings, which means only the H1 in the following Markdown will be rendered as expected.
# Normal H1
- ## H2 in list
> ### H3 in quotes
Therefore, this plugin won't apply nested headings and takes listing and quotes as normal text as below.
# Normal H1
## - H2 in list
### > H3 in quotes
See CONTRIBUTING.md for details on how to contribute to this project or build it by yourself.