tiff / wysihtml5

Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.
http://xing.github.com/wysihtml5/
MIT License
6.5k stars 1k forks source link

Custom text colors #544

Open IntellectProductions opened 8 years ago

IntellectProductions commented 8 years ago

I see that it adds a class when you want a certain color, but is there anyway to let the user choose their own color? So it adds inline-style versus a css class?

Thanks..