1943time / inkdown

A WYSIWYG Markdown editor, improve reading and editing experience. and generate your Markdown files into online documents in the easiest and fastest way.
https://www.inkdown.me
GNU Affero General Public License v3.0
849 stars 35 forks source link

Pressing `shift + tab` in a list #45

Closed chen-yingfa closed 5 months ago

chen-yingfa commented 5 months ago

When pressing shift + tab in a list, the desired behavior is usually to move the current list item leftwards (reducing its indentation depth), but the current behavior (in MacOS) is that the item is moved rightwards. Pressing shift + tab again causes a "indent character" to be entered, while the expected behavior is, again, to move the current item leftwards.

bluestone