vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
812 stars 129 forks source link

Feature Request: Actions for specific heading levels (not just level up and down) #868

Open Strajk opened 4 years ago

Strajk commented 4 years ago

Right now, there are only actions to level the heading up or down

Plug-ins | Markdown Navigator Enhanced | Heading Level down
Plug-ins | Markdown Navigator Enhanced | Heading Level up

It would be amazing if you could add actions for specific heading levels, like:

Plug-ins | Markdown Navigator Enhanced | Heading Level 1
Plug-ins | Markdown Navigator Enhanced | Heading Level 2
...

Mainly so I could assign keyboard shortcuts to them :)