Plugin Announcement: Rich Text Editor

On the subject of BBCode, is it possible to strip away BBCode from RTE input data? Currently, my users paste data into the RTE to be formatted and tabulated by the app. Since it’s rich text, the data is automatically bulleted and indented.

Ideally, I’d like to abstract this away so the user doesn’t have to (it’s not intuitive and the indentations + bullets adversely affect the parsing workflows). I’ve used find and replace to remove the bullet points (•), but the indentations are a bit trickier. Any suggestions would be much appreciated.

EDIT: Looks like the best bet would be to configure the Quill formats. @allenyang is this possible?

1 Like