[New Free Plugin] Quill Rich Text Editor Plugin for Bubble

oh yeah! I think putting it on a state might be good idea.

Thank you!

Thanks! for this, I have seen the pre change content
it looks I can make it work
Thanks for the heads up!

1 Like

Thank you for this!
Problem sovled :slight_smile:

I used pre change content and fixed the formating using regex and use this if the caret index is EMPTY

THANK YOU VERY MUCH :slight_smile:

1 Like

Awesome! I’m so glad I could assist you with your app development.

You’re doing an excellent job and I’m always here for you, no matter what kind of help you need, even if it’s not about our plugins.

1 Like

Thank you.!

This is my dream app I am working, this will help me on my tasks immensely and solve huge daily problems in my life

Thank you for being instrumental to this journey and I hope you will be bless more in life!

I have sent another reply in the thread to show the error in pre content change

1 Like

Thank you so much for your warm and encouraging words. They mean a lot to me, and it’s been an absolute pleasure to be a part of your dream project. Knowing that my contributions are making a significant impact is incredibly rewarding.

I’ve investigated the issue you’ve highlighted in the pre content change, and I appreciate you bringing it to my attention. Rest assured; The updated version will be released shortly, which should enhance your experience and resolve the problems you’ve been facing.

Thank you once again for your trust and collaboration. Wishing you all the success with this endeavor.

Warm regards,
Mehrdad

1 Like

Thank you very much again!

Can I also request another feature?

Today OpenAI just released an API for image generation
when I call a request I recieved a URL of the image as a response

I tried inserting text using DELTA and getting the Image URL like this:
But it is just displaying the TEXT as is.

I was hoping to insert the image in the editor, just like you would copy and paste an image.

Is it possible to do on the current plugin version?

if not, I was hoping if you can add a feature “Insert Image” base on URL

Thank you very much!

1 Like

Hey there,

Your rapid response to OpenAI update, impressed me :star_struck:

You can use insert embed action for this purpose, actually the current method you used needs the image encoded to base64.

Let me know about the results :wink:

1 Like

Thank you embed worked!

Can you help me make the editor controls sticky?
When I scroll down I want it to be still seen at the top

I tried this code but it doesn’t work

1 Like

Hey there,

It seems that the code you mentioned was missed.

Oh I am sorry
this was the code I used

.ql-toolbar.ql-snow {
position: sticky !important;
top: 0;
z-index: 1000;
}

1 Like

Thanks.

You don’t need any code if you just want the toolbar to stay on top while the content inside the editor scrolls.

If you turn off the “fit to content” option, the toolbar will be fixed on top and only the content area will scroll when it’s too big for the editor.

1 Like

Do you mean this?

I disabled it but it is scrolls and get hidden too

1 Like

Yes, unchecked that and set a max height or fix height for editor but make sure it doesn’t exceed the page to make the page scrollable.

In this case, when you enter content, the editing section gets scroll so the other elements are fixed to the page.

1 Like

I tried your suggestion
but it does not seem to appear to work
Please see short video

What I need is when I scroll down the editor controls will be sticky at the top edge and I will still see it

1 Like

This video you took is related to your page settings. You should set it so that it does not exceed the height of the user’s display.
I sent you a message for further guidance.

Also , how can I get the word count of the editor?

Thank you for the advice

I made the necessary changes.

@NoCodeDataArtisan

Thanks for your amazing plugin!

It worked great in our project as HTML, however I couldn’t figure out how to reset it after saving or canceling in my form. When I return to the form, it brings information from previous records.

Please, is there a way to reset the initial content? I’m using HTML.

Thank you in advance for the clarifications!

1 Like

Hello @mateusproto

Thanks for your kind words about the plugin, it makes me happy to see that I’ve been able to help others build their ideas.

As for resetting editor, you can use the “set text” action with an empty value. Also, we will add auto binding in the upcoming updates, which will make the process easier.

I’m always here to help, so let me know if you run into any problems.

Thank you again for your answer!

I am using HTML as the content:

After saving, I created an action “set text” with an empty value:

However, if I add a new or open another record, the value of the first record that I opened is still there.

Please, is there something else that I can do?

Thank you again!

1 Like