Replies: 1 comment
-
Very interesting observation, also curious although we're not (yet) supporting indentation in our editor 😇 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really think anything mapped to Tab/Shift+Tab outside of a list should be adding whitespace characters to indent/unindent, instead of
padding
.The idea of padding-based indents is totally normal but should never be mapped to Tab/Shift+Tab in my opinion. These should be reserved for adding and removing
tab
-like whitespace. This is especially problematic because the current indentation method cannot be reflected in the exported HTML and to make it work would require external CSS be shipped along with the exported HTML.Is there any openness to this suggestion among the development team? Or can anyone explain why it's handled this way? It really harms portability and goes against a user's expectation of what the tab buttons do.
In Microsoft Word, which is the closest thing in terms of handling indenting via styling instead of via inserting whitespace, the functionality is never mapped to Tab/Shift+Tab - and as far as I know uses Ctrl+M/Ctrl+Shift+m to show the formatting options instead.
Beta Was this translation helpful? Give feedback.
All reactions