bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI
http://hallojs.org/
MIT License
2.43k stars 316 forks source link

Add support for superscript and subscript to halloformat #201

Open PerfectlyNormal opened 10 years ago

PerfectlyNormal commented 10 years ago

Adds a superscript and subscript button at the end of the halloformat buttons. The buttons are disabled by default.

Started this as its own plugin, but since it's requires just two more lines in halloformat, I decided it might fit better there. I can also create it as a custom plugin if you'd rather have that.