sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 431 forks source link

feat(#286) : add simple text and background color picker #434

Open florianroulet opened 2 years ago

florianroulet commented 2 years ago

known caveat : as draftjs elements are used and I'm not really competent on this tool, I don't know if we can nest multiple element, so we can not have text color and background color at the same time.

florianroulet commented 2 years ago

done : text restyling when setting opening existing text. RichTextEditor.createValueFromString("

Hello world

", 'html'),