Voog / wysihtml

Open source rich text editor for the modern web
http://wysihtml.com
MIT License
3.36k stars 338 forks source link

insertUnorderedList seems like it could be rolled into outdentList and indentList #403

Open riegel opened 2 years ago

riegel commented 2 years ago

Is there a way to make the buttons work with only indent and outdent? Insert only adds the list or removes it if it is the only list.

Is seems like outdentlist could also to what insertUnorderedList does and indentList with no list could just insertUnorderedList

insertUnorderedList outdentList indentList

At the end of the day it seems like it would be much simpler with onlu an indent and an outdent.