Thank you! This is exactly what I needed.
Hi @micah.thompson ,
We are glad to hear that we provided the information you needed.
If you like our plugin now, you can rate it by going to the Plugins tab in Bubble Editor. Find the plugin by name and give it as many stars as it deserves.
The more feedback we get, the more motivated we are to make things better in Bubble. Take care!
Best regards,
Zeroqode Support Team
Is it possible for the editor to read documents created with the bubble editor, for example, for something written [.b] example [/b] to be in bold?
thanks
Hello @nicollasrocha,
Thank you for reaching out!
Currently, our Advanced RTE plugin contains the action āSet Text/HTML,ā which accepts HTML code, such as <.b> and <./b>, however not the format. You may utilize the āFind & Replaceā function to modify the text when fetching, though it does require adding an operator for each instance, which could be cumbersome.
We genuinely value your input and will engage in a discussion with our development team to explore the possibility of accommodating type operators in future iterations of the RTE, though immediate adjustments may not be feasible.
We hope you have a splendid weekend ahead!
Hello @nicollasrocha,
We have researched your request for the plugin to accept BBcode operators. However, with the current library and capabilities of the plugin, it is not possible to directly handle BBcode formatting.
As an alternative solution, you can consider using a BBcode to HTML converter plugin for Bubble before displaying the text in our advanced rich text editor. This approach involves two steps:
- BBcode to HTML Conversion: Use a BBcode to HTML converter plugin to preprocess your text from the database. This converter will transform BBcode tags into corresponding HTML tags.
- Display in Advanced Rich Text Editor: After converting the BBcode to HTML, you can then display the HTML-formatted text in our Advanced Rich Text Editor. This way, you should achieve the desired formatting without directly supporting BBcode in the editor.
I recommend trying out our Air BBcode to HTML Converter Plugin for Bubble as a solution for conversion.
I hope this suggestion helps you achieve your desired use case.
If you have any more questions or need further assistance, please feel free to reach out to us here on the forum or at support@zeroqode.com.
Have an awesome day
Perfect, thanks
Hello @nicollasrocha,
Itās always a pleasure to assist you. If you have any more questions or need further assistance in the future, please donāt hesitate to reach out to us.
Wishing you a fantastic day and a wonderful weekend ahead!
Hi @ZeroqodeSupport ,
we found an error in the automatic link detection when using the editor. For example, if you write ā123.456ā or forget the space after the end of the sentence, it also recognises them as links, which is of course wrong.
Hello @j.hennersdorf
Thank you for contacting us.
I am sorry to hear that you have had difficulties with our plugin. We have passed this information to the development team, they will check it and we will get back to you as soon as possible.
Additionally, can you please also tell us the version of the plugin you are currently using and the Bubble version.
This information will help us understand better what went wrong with our plugin.
Thank you once more, and weāre looking forward to hearing from you soon.
Wish you a great day.
We use the latest Bubble version.
We are currently using 1.150 of the plugin, but the problem is also present with the latest version.
Since 1.151, "<div class="ql-editor" style="height: auto; font-family: arial;">"
is included in the HTML of the RTE, which leads to problems for us. Therefore we cannot update at the moment.
Hi @j.hennersdorf ,
Thank you for your quick reply.
We will verify this with the plugin team and get back to you ASAP.
Thank you for providing us with this information regarding the version, it will help us in investigating this problem
Have a great weekend ahead.
Regards,
Zeroqode Support Team.
hi @ZeroqodeSupport Iāve been using this plugin a lot lately, and really like itā¦
However, Iāve noticed an issue with the positioning of the Mentions dropdownā¦ specifically when the ZQLiteRTE element is being used inside a vertically scrolling floating group.
If the FG is scrolled to the top, then there is no issue.
But if the FG is scrolled down at all, then the Mentions dropdown does not appear in the correct place at all.
Here is an example of the issue:
Rich Text Test (bubbleapps.io)
(Iāve tried fixing this with some custom CSSā¦ for example position: relative
and whilst that does solve the issue in the FG, it causes other issues with the display elsewhere)ā¦
Is there anything else you can suggest, or is it possible to take a look into this and fix the positioning issue?
Thanks
Hello @adamhholmes,
Thank you for bringing this issue to our attention. Weāve also noticed that the dropdown menu is not appearing in the correct position relative to the RTELite element on the app.
I have forwarded this matter to our development team for further investigation and to provide a solution promptly. We appreciate your feedback, and weāll work on resolving this issue as soon as possible.
If you have any more questions or encounter any other concerns, please donāt hesitate to reach out.
Have a wonderful day!
Hello @adamhholmes and @j.hennersdorf ,
Hope youāve had a great weekend.
Iām excited to share that we have effectively resolved the issue with the Advanced Rich Text Editor Plugin action and have updated it to version 1.155.0
Could you kindly update the plugin within your app to this latest version and confirm whether everything is now operating smoothly?
Feel free to explore the pluginās functionality on our demo page.
Your patience and cooperation throughout this process have been greatly appreciated.
Cheers!
Hi, I had to fallback to the previous version (1.154) because it was behaving really weirdly (font wasnāt showing correctly, sometimes content disappeared). Just so you know, I use RTEs in RGs so I can have as much as 20+ different RTEs on the same page. And sometimes, they will āpumpā content from neighbouring RG elementsā¦ So not very practical.
Hi @tart2000design,
We appreciate your message and apologize for any issues caused by the latest version.
To gain a clearer understanding of your specific situation and the difficulties youāre facing, we would be grateful if you could provide a screencast video. This video should showcase your setup process, how youāve configured the plugin element and the repeating group, as well as the actual versus expected results.
This information will help us check with the dev team and get back to you with a response.
In the meantime, if Version 1.154 works best for you, please use this one.
Thank you for your understanding and weāre looking forward to your reply.
Regards,
Zeroqode Support Team.
OK I just DMd you a video.
Cheers,
Arthur
@ZeroqodeSupport Thanks for fixing thisā¦
The issue with the positioning of the Mentions dropdown does indeed appear to be fixed.
However there is now a new bug, which is rendering the Rich Text Editor (both the standard and light version) unusable in certain circumstances.
Specifically, the issue occurs when you turn off the Emoji Toolbar.
It causes an error with the event listener being set, making it impossible to get any output from the Rich Text Editor.
Hereās the error being thrown whenever the Emoji Toolbar is turned off:
The plugin Advanced Rich Text Editor / element ZQ RTE threw the following error: TypeError: Cannot read properties of null (reading āaddEventListenerā)
at _0x3e17a0._0x33f4d1 [as attachListeners] (PLUGIN_1525778499312x869621105111859200/Advanced-Rich-Text-Editor-updateāZQ-RTE-.js:3:23166)
at _0x3e17a0._0x50bea0 [as componentDidMount] (PLUGIN_1525778499312x869621105111859200/Advanced-Rich-Text-Editor-updateāZQ-RTE-.js:3:22487) (please report this to the plugin author)
Here is a demonstration of the issueā¦
The first editor has Emoji Toolbar turned on, and works as expected. The second has it turned off, and is throwing the error, and is not usable. Iāve reproduced this exact same issue in several different apps, and it happens on both version of the editor:
Hello @adamhholmes ,
Thank you for your quick reply and sorry for long waiting due to the weekend.
We are sorry to hear that you have had difficulties with our plugin. We have passed this information to the development team, they will check it and we will get back to you as soon as possible.
Best Regards,
Zeroqode Support Team
Hello @adamhholmes ,
Thank you for your patience.
We are excited to share that we have effectively resolved the issue with the Advanced Rich Text Editor Plugin action and have updated it to version 1.156
Could you kindly update the plugin within your app to this latest version and confirm whether everything is now operating smoothly?
Feel free to explore the pluginās functionality on our demo page.
Your patience and cooperation throughout this process have been greatly appreciated.
Best Regards,
Zeroqode Support Team