I apologize to you. It was a mistake on my part and I fixed it now.
Please refresh the editor and then update the plugin to the latest version.
Thanks for helping us improve the plugin.
I apologize to you. It was a mistake on my part and I fixed it now.
Please refresh the editor and then update the plugin to the latest version.
Thanks for helping us improve the plugin.
There’s no need to apologize, you’re helping me a lot.
“Set text” with empty value now deletes the content when I save or cancel the form. However, when I open a saved record again, it is not loading the saved value, it opens blank despite the value being in the database.
Please, do you know if it’s because I’m using HTML? Is there another way to load this value? I am using initial content as HTML and displaying the saved value there.
Thank you very much again!
I appreciate your kindness.
It’s because of using initial content, actually the initial content (no matter what the type is) just set one time at initializing the editor, that it must solve by us.
If it is possible for you to use the Insert HTML action instead of inserting it as initial value, it should be working well.
Note that the delete action must be executed.
I will add the auto binding feature soon and I think it can handle these situations.
Thank you again for your support and understanding.
Best,
Mehrdad
NEW FEATURE
Hello Bubble Community!
We’re excited to share a highly-anticipated update to our Quill Rich Text Editor Plugin
What’s New?
Auto Binding: Now, your text fields will automatically update based on the content type you select - be it Quill Content, Simple Text, or HTML. This means less manual work and more efficiency!
Update Speed: Considering that each application has different needs, you can adjust the update speed according to your needs. Pay attention, as long as the editor is in focus mode, changes from the database are not applied to it (changes are saved in the database, but to avoid conflicts, the content of the editor is only changed by the user while it is in focus)
The update is applied half a second after the user stops typing.
While this feature enhances the user experience, we advise against using it for real-time collaboration. Due to database access limitations in plugins, simultaneous editing might lead to conflicts.
However, the editor content will constantly update for all users, keeping everyone on the same page (just avoid editing at the same time).
We thank you for your suggestions and feedback, which have been instrumental in shaping this update. Your involvement makes our community vibrant and our tools more effective!
As always, we’re here for any questions or feedback.
Best,
Mehrdad
@NoCodeDataArtisan Is it possible to add a character limit feature?
So many rich text editor plugins and none consider the security of just letting users input unlimited characters. There is always some caveat, they try to limit characters, but then it cuts off the html and breaks syntax or they limit alpha characters but allow users to just type 10 GB of newline tags. I never would have guessed finding a rich text editor with character limits so hard.
Hi Kurtis,
Your concern about finding a rich text editor with effective character limit features is indeed valid. Security and functionality should go hand in hand, especially in user input scenarios.
Regarding your issue, have you explored using Quill’s events, coupled with the Delete Text action and the Text length state of the editor? This approach can help create a custom workflow where text exceeding the specified limit is automatically deleted.
Additionally, are you also looking for a size limit feature for the overall content of the editor, beyond just character count?
I hope this helps, and I’m curious to hear about your progress or any further challenges you might encounter.
Best regards.
Is there an option to add emoji to the toolbar in this plugin? What would you recommend for this?
Hello @ekiab,
Thank you for reaching out and for your feedback about Quill plugin!
We have indeed considered the possibility of adding emoji functionality to our editor. However, we have encountered a couple of challenges in this regard. The primary concern is the considerable size of emoji packages, which can significantly impact the performance of applications. This is a key factor we must consider, as we strive to maintain a balance between functionality and efficiency.
It’s also worth noting that most devices today come equipped with their own emoji keyboards, providing a vast array of options for users. This built-in feature somewhat mitigates the immediate need for an integrated emoji tool in Quill.
That being said, we are constantly exploring new features to enhance user experience. For instance, we have recently introduced the @mention feature as an individual modular component for Quill. This approach allows us to add this feature without compromising the overall performance of the application.
Your feedback is valuable to us, and it will be a significant consideration in our decision-making process. If the modular approach proves successful and well-received, we will certainly explore the possibility of developing an emoji module along similar lines.
We appreciate your understanding and your support for our efforts to improve the plugin. Please feel free to share any further thoughts or suggestions you might have.
Best regards,
Mehrdad
Is there a way to have this editor accept streaming text input?
Hello @ordenfinancial
There isn’t specific feature for streaming text but you can use insert actions for adding text or content to the editor.
Many users use this plugin to stream text created by AI.
Hi,
When I am using insert text the caret position doesn’t move.
How can I set the caret position at the end of the inserted text?
Thanks!
Is it possible to define another symbol for the mention feature beyond “@” and “#”
If not, that would be really helpful to develop
Hello @hoke
We’re glad you’re interested in the Quill new feature of mentioning.
Unfortunately, set a custom denotation is not supported currently. But don’t worry, we will add this feature in the next version of the plugin.
This feature is a recent addition to the plugin, and it is a separate element (module). We are interested in your feedback on this feature.
Hello! I would also like to change “line spacing”. Has this feature never appeared? Really needed!
Hi @mszaxaroff ,
Do you want to change it as a general setting, or do you mean to make this feature available to users?
Hi! It would be enough for me that I was the only one who could install it)
Hello! I understand that you may be very busy, I just want to remind you about line spacing)
I’m working on an existing project for a new client - their database is ***ked because all of the descriptions of their projects have images saves as base64, which makes each row of this datatype like 3MB.
Is there a way to use Quill and ensure that images are saved as embedded URLs rather than embedded base64?
Hello @georgecollier
I hope you’re doing well mate.
Quill can handle both formats, but it doesn’t have a way to switch between them.
Maybe there’s a plugin for that in the Marketplace? I haven’t checked yet.