[New plugin] Modern Rich Text Editor (Editor.js)

@Thimo How to re-render RTE placed inside the repeating group?

@Dixit I have responded to you in our PM! :slight_smile:

1 Like

Hello all.

Is there a way to prevent files from being uploaded? I paste text with links from a Word document and it pastes the text well but it also uploads an image of the text to a file uploader I have further down in the page.

For uploading files I am using this other plug in Files Pro - Multi File Uploader Plugin for Bubble | Zeroqode

@alobato Are you sure this is caused by this plugin and not the plugin from Zeroqode? This plugin should not communicate with other third party plugins on the page, maybe that file uploader plugin is listing for “paste” events?

Thank you Thimo. I have contacted Zeroqode. Please feel free to intervene in the forum File uploads > 50MB + Video Capture - New Plugin from Zeroqode - #256 by alobato

1 Like

Hi @alobato,

We have replied to the other thread where you contacted us. Let’s keep our conversation over there to avoid any miscommunication :pray:

Best regards :sunflower:

Has anyone found a way to use javascript to copy the rich text contents of this editor into clipboard? I can copy HTML or plain text easily enough but getting the rich text out is perplexing. Curious if anyone’s worked it out.

Hello @Thimo, can the MRTE be searchable? I understand that it is a list of blocks, how can I search through the blocks using the bubble search element. Maybe searching through the headers and paragraph blocks

Hi @fradethornes96 As the RTE outputs texts you can use Bubble operators like ‘contains’ or ‘contains keywords’ to search the content just like you would search for other text data. Is this what you are looking for? The plugin also outputs plain text content if you only want to search for the text content :slight_smile:

1 Like

Thanks for the insight @Thimo . I am facing one more issue, however. The editor remains editable whenever I enable read mode on the plugin using a custom state and a conditional. Is there anything I am missing? Let me know if you need more information about this

Hi @fradethornes96

Please take a look at the demo page as there is an example for this! (editor is public) → Modern Rich Text Editor (Editor.js)

You will need to re-render the editor with a little pause for this action to take effect:

Hope this helps! :slight_smile:

1 Like

worked like a charm :blush:

1 Like

Hello,
I am a developer who has been using your plugin extensively and find it incredibly useful. I sincerely appreciate your effort in creating such an excellent plugin!

Currently, I am developing an ebook feature using your plugin. I would like to allow users to highlight sections they want to remember while reading. However, I noticed that the highlighting or marker feature is only active in read mode.

Is there any way to enable highlighting in read mode? :slight_smile:

Hi @xdevelop17, no it is not possible to make changes the editor content when the editor is in read only mode as it is only for viewing your content.

If you want to modify data you will need to disable read only mode or for example show the content in another element (e.g. the HTML output in an HTML element with custom styling) and implement something custom to support the highlighting of text.

Hello,
I am a developer who has been using your plugin extensively and find it incredibly useful. I sincerely appreciate your effort in creating such an excellent plugin!

Currently, I am developing an ebook feature using your plugin. I would like to allow users to highlight sections they want to remember while reading. However, I noticed that the highlighting or marker feature is only active in read mode.

Is there any way to enable highlighting in read mode? :slight_smile:

Hi @Thimo,

Great looking plugin you got here!

I’m trying to find out what the possibilities are with AI integration.

  1. Is it possible to add a button or menu where users can apply AI generated text or make changes with AI directly in this plugin?
  2. I noticed that when I copy the HTML output from your editor page to Wordpress blog editor, it isnt entirely compatible with it. Any ideas how to cope with that?

Thanks!

Hi @Thimo - is it possible to create custom blocks? Would this require custom development?

eg. I have a media object in the db I’d love to be able to add to an editor.

Hi @jfavanhoof

There is no direct AI features supplied by the plugin, but you can always create your own features (depending on what you want to create).

Could you give me more details about this? The HTML the RTE outputs is un styled HTML, so you will have to style it yourself. However the HTML should be correct.

1 Like

Hi @psten00

No, the creation of custom blocks is not supported by the plugin.

@Thimo Hi Thimo, thanks for the great plugin! I have sent you an email concerning the issue where the Editor’s Value is not being updated when you do CTRL-Z to undo typing. I included some screenshots of your Demo App showing the issue in action.

I did have another question, would it be possible to add the ability to have some Custom Actions in the Context menu? I’d like to have a “Continue Writing” AI option that I can launch a workflow from or trigger a Javascript function (preferably workflow).

Thanks for your help!
Byron