HarryChen0506 / react-markdown-editor-lite

a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器
https://harrychen0506.github.io/react-markdown-editor-lite/
MIT License
1.02k stars 161 forks source link

[Feature wish] Buttons to promote/demote lists #261

Open SteffenBrinckmann opened 2 years ago

SteffenBrinckmann commented 2 years ago

Great markdown editor! There is the possibility to create numbered and bullet lists. Awesome. But how about demoting / promoting list entries to get an hierarchical list.

Doing that by hand is cumbersome as I have to count to two spaces.

ThiefMaster commented 1 year ago

Instead of a button, using TAB and SHIFT-TAB for this would be much nicer.