What problem does this address?
When laying out a page, I often want to work on the overall hierarchy and structure first, which often means adding a bunch of headings at once. You can use the slash command to insert things like /h3 or /h4 directly, but it isn't exposed in the slash autocomplete — you need to know it exists.
What is your proposed solution?
When you type /h3 or /h4, etc, we should show an autocomplete for "heading 3," etc. in the slash command list.
What problem does this address?
When laying out a page, I often want to work on the overall hierarchy and structure first, which often means adding a bunch of headings at once. You can use the slash command to insert things like
/h3or/h4directly, but it isn't exposed in the slash autocomplete — you need to know it exists.What is your proposed solution?
When you type
/h3or/h4, etc, we should show an autocomplete for "heading 3," etc. in the slash command list.