Does anyone have experience configuring the Bubble RTE plugin? I’d like to customize the editor to NOT allow bullet points (•) and indentations. I’ve seen where people have commented out specific formats (Quill Formats) that they don’t want to use while configuring Quill. Perhaps the Toolbox plugin would work here?
I posed this question in the RTE plugin thread but wanted to cast a wider net to see if anyone had done this- @sudsy had some valuable insights in another RTE thread a while back. Seems like it should be pretty straightforward to implement if possible.
Hi Sydney, did you ever figure out how to integrate Quill into Bubble? I just downloaded the editor and had it customized, but I don’t know how to integrate it.
As far as extending the RTE, I’ve posted to the original thread but never got a response. I wanted to add emojis and keyword tags, which last time I checked did not come standard with Quill but there were some custom extensions on Github.
My guess is in order to fully integrate all the Quill features into Bubble it would have to be done at the plugin level. I would contact @allenyang to confirm. Good luck!
Thanks @sydney22 . I actually don’t know what that is. I’m not Bubbler but I’ve been trying to integrate this custom Quill text editor. I’ll reach out to @allenyang. Where you able to use the editor with what you did above?
@david.green2010 Ah, I see what you’re saying. Bubble’s rich text editor is built on top of Quill. It sounds like you want to do is implement it using the API Connector or build a plugin and add it to your site that way. I did read where Allen suggested to reach out to support@bubble.io for feature requests re: the RTE.