This is great, thank you! Just implemented in my app
@sam8 — Quick question — My team is asking for Grammarly to integrate with the rich text editor (as we’re using this to send messages to our members all day every day).
As I type this right now in the forum, my Grammarly extension is kicking in and making recommendations. But when we use the RTE or even the text input in our bubble app, Grammarly doesn’t recognize it. I have no idea where to start on this but I’m guessing it’s not a huge lift.
Is this something your team has looked into? If not, can I champion it?
Anyone find any workarounds for “reset data?” This plugin has been around for almost a year and I still can’t reset the data? (Not reset inputs, I need the element to reset when the parent popup is hidden.)
Hi @maryfox20 ,
Bubble disabled Grammarly for text inputs by adding the “data-gramm” attribute. (Probably because of this post)
A “dirty” workaround is to remove this attribute on page load with JS.
Add the following Javascript (Toolbox plugin)
For the Rich Text inputs
document.getElementById("richtext-editor-0").getElementsByClassName("ql-editor")[0].removeAttribute("data-gramm");
For Multiline inputs (Add an ID to your element)
document.getElementById("YourID").removeAttribute("data-gramm_editor");
@allenyang , I would also like to add that your last build 1.6.6 is broken, can this be fixed soon ? as I need the “undo keyboard shortcut” to work. Thanks
thanks for the clarity! Appreciate it.
Do check this one:
Data can easily be reset and many more functions are available in a native format
I’m having more issues with this plugin. It seems if you load some initial content into the editor, that content can’t really be edited. I don’t have it set on autobind or autosave, yet when I try to delete some of the initial content, it test just comes right back. Anyone else experiencing this?
@allenyang I think I’ve figured the issue out. When the RTE is set to “Extend to Fit” editing is almost impossible. When text is edited or deleted, it almost immediately goes back to the initial content. It doesn’t revert until you press enter and try and go to the next line. See the screenshot video below highlighting the issue.
https://www.awesomescreenshot.com/video/2339289?key=1776146d8ceda2f01336340d4800ca1f
Thanks for capturing this - could you file it as a bug report please?
Yes, @blake1 I have the same issue.
I also have a problem that doesn´t let users do a copy and paste, and when the RTE has a lot of text, it freezes and never responds.
@allenyang, I filed the reports like 3 weeks ago, hope the team can take a look.
Thanks in advance
@allenyang — I noticed you are doing regular pushes for the RTE. Each one has minimal notes (4 words or less) on what has been changed. Are you logging more details somewhere else?
We’re very much on Team RTE but, candidly, we find that every update that fixes one thing breaks something else.
For example, auto binding continues to be a real issue for many users in the forum and I noticed that your latest fix addresses something there but it’s not clear what you’ve updated or what it is intended to fix.
@sam8, today I gave up on the new Rich Text Editor. After trying for several months to make it work, and updating it constantly, there are still too many bugs.
The major problem here is the copy & paste feature, it simply doesn’t work.
I’m back using Rich Text (legacy), works just fine.
I want the link text appearance to be blue and underlined, but they seems to be normal text.
the preview↓
Anyone knows how to show link like text with bbcode data?
Where I can find Bubble text element? I want to fox the font in rich text editor basic setting.
do a :find & replace
or [url=
for [color=#3E8ECF][url=
and a :find & replace
of [/url]
for [/url][/color]
can you please elaborate on using CSS as I don’t know coding.
Hi Allen - will this be resolved any time soon? Thank you
We’re tackling a few of the known RTE bugs currently, but in parallel with other urgent bugs as well. Thanks for your patience here.
What BBCode flavor does this element use?
I’m having a hard time using the code syntax. Very unpredictable what it will do. Most of the times it hoses everything.
I tried fixing it directly on the database, but then it’s unclear what BBCode is accepted.
I got something working, but then when I used the RTE again it blew everything up.
I created a page where I’ve been troubleshooting: https://rich-text-editor-test.bubbleapps.io/version-test?debug_mode=true
The one upside for all this troubleshooting, is that I figured that I can adjust the size of an image by manipulating the BBCode directly.
[img width=50%]....[/img]