Hi @Netajam
Description
Currently, the plugin safely prevents promoting beyond H6. When trying to increase the heading level of an H6 (######) line, the operation is simply cancelled.
However, in extensive outlining workflows, users often need to push deep text structures even further. Stopping entirely at H6 breaks the editing momentum when restructuring notes.
Solution
I would like an option (or default behavior) that allows the Increase Heading Level command to convert an H6 heading into an unordered (bulleted) list item.
Example Transformation:
- Before (+1 on H6): ###### My deepest heading
- After: - My deepest heading
Additional context
- This could be added as a toggle in the plugin settings (e.g., "Convert H6 to bullet list on promotion"), so users who want strict Markdown heading safety can keep it disabled.
Hi @Netajam
Description
Currently, the plugin safely prevents promoting beyond H6. When trying to increase the heading level of an H6 (######) line, the operation is simply cancelled.
However, in extensive outlining workflows, users often need to push deep text structures even further. Stopping entirely at H6 breaks the editing momentum when restructuring notes.
Solution
I would like an option (or default behavior) that allows the Increase Heading Level command to convert an H6 heading into an unordered (bulleted) list item.
Example Transformation:
Additional context