@misaki.official.11 Not sure if I understand. The creation of the JSON is done by the editor.js library. I do not think if I can alter that without breaking the plugin. Is this causing issues in your app?
@fx.wintrade.com.cont Could you maybe send me an example of this? I am not able to reproduce this as I am able to remove characters from a sentence without the whole block disappearing
Thank you for your reply!
This is a screenshot of the demo page.
When I delete a character with the backspace as in the first image, the entire paragraph disappears as in the second image.
I am using this plug-in in Japan, is it affected by the country or browser?
thanks
@fx.wintrade.com.cont This is not supposed to happen and I can’t reproduce the example unfortunately as it seems to work fine for me. It does seem like you have a browser extension installed (the black icon on the right of the editor). Could that be the cause? If you use a browser without that extension, does it still happen?
Wow!
After removing the extension it worked fine.
I’m really thankful to you.
Thanks!!!
Any chance we could get automatic embeds like it does for youtube videos with Loom videos? That would be awesome! Loom has a specific embed link but no matter if I shared the URL or the embed link it would not embed it in the editor.
Hey I am curious if there is a way to use :truncated to in the Modern Rich Text Editor? I only want to show the first 10 words or 60 characters and on icon click expand to view the full text.
Maybe there is a better solution that i couldnt find yet.
My goal is to display a saved text (currently only saved as json from modern rich text editor) and only show fist 50 characters of that text as a preview.
The problem:
- The Text Element in bubble cant convert JSON to pure text.
What other solutions are there?
Help is appreciated
Automatic embeds are already supported for a lot of popular video services, however Loom is not supported at this time. You can find the list below. I am not sure if I can add support for Loom, but I will investigate!
Hi @hansenjenny97! Right now, there is no truncate functionality. I will put it on my list to see if I can find a way to make it possible!
Hi @Thimo!
Great Plugin. I’m wondering if is it possible to autobind just parts of the text? Like, a paragraph block, and save it to one field on the datatype?
@ricardo7 Bubble only supports the autobinding to the field you have specified. You can’t unfortunately autobind specific parts of the content to specific fields
Hey Thimo,
Any luck implementing the undo/redo feature?
All the best
Hi @sniphairmail I tried to use the onUpdate() callback supplied by the undo library, but unfortunately it seems that callback gets triggered on every change and not only on undo/redo. So this is as far as I can see not possible right now
I am curious, has anyone used this with ChatGPT via the API? I am thinking that there could be some pretty cool use cases as GPT can understand json and return an answer in json too.