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

@treb.gatte the plugin will always stretch to its content. This is to make room for the toolbox menu. However, if you still want to cap the height, you can group the plugin in a group and give that group a max height. You can then enable scrolling when the content overflows for that group to have a scrolling container.

Hopefully this helps!

Hi Thimo,

Awesome plugin the UX is amazing.

I’m wondering if you can change the tags (using a custom state) and the tags update with the plugin?

Essentially I want to create a feature where the user changes the CSV they are looking at, and so the headers which are what I am using as tags will change. This works when it is just one static CSV selected, but when I use a custom state to change the select CSV, the tags no longer load

Hi @adam30 I will sent you a PM so we can take a better look at the issue!

@Thimo - hope you’re well mate! Back again with another (hopefully) quick enhancement:

image

I’m attempting to retrofit the mention functionality to allow my users to write user actions for pre-defined actors in a journey as per the above image. I’ve changed the @ to / for this instance of the plugin, which works nicely.

Since this the result should read as a sentence, I’d love a way to omit the mention symbol from the resulting selected option. I know this is somewhat aesthetic, but my users will be reading these a lot and random / symbols throughout might be distracting.

So essentially instead of this:

image

I’d like it to look like this:

image

Hey @tmxl! At this time the trigger symbol (like ‘@’ or ‘/’) is necessary for the plugin to recognize the mentions. I will put it on my list to see if I can include a checkbox that can leave the trigger out of the editor content, but I am not 100% sure if I can make that work

1 Like

Hey there @Thimo . I’m seeing an issue where tags get ‘recursively’ tagged. See video:

This is being saved as JSON. The save button just stores the value, which is what is in the initial JSON field. There’s no autobinding.

I dont assume this is desired behavior – is this something that can be fixed in the plugin, or should I be doing something different?

Hey @drfalken, thanks for flagging! I should’ve fixed this in version 1.96.2 :slight_smile:

Nice!

Hello! I intend to buy the plugin, but I will use it in Brazilian Portuguese. I saw that it has fields for translation, but even so, the table texts are not translated: Add column, for example.

Could you tell me if you intend to update this item? It’s important for my project.

Hey @maiconalpradodesa

You are right, some internationalization fields are still missing. I just pushed an update (1.96.5) that adds the fields for the table block! →

Hi! Thanks! :slight_smile:

has anyone figured out a way to (1) limit and (2) count characters in the editor?

Hi @TekaTeki, counting characters will be difficult in a RTE as not all blocks contain text data. The plugin does expose a ‘Plain text data’ state that contains the text date form the Paragraph, Header and list blocks, and you can us the “:number if characters” bubble operator to get the number of characters.

Limiting the number of characters is not yet a feature of the plugin, not sure if that will be possible as the RTE can contain blocks that do not contain text data.

Hopefully this still helps! :slight_smile:

@Thimo is there the ability to change font color?

Also, the ability to retain text alignment when exporting as HTML?

Thank you!

@sarabeth You can change the font color of the editor by using the default Bubble font picker:

I have looked into this and it is not yet supported by the plugin. I will put it on my list to see if I can create something custom for this! :slight_smile:

@Thimo Thanks for the great plugin!
I’m looking for instructions on how to use footnote, and what does it mean it only works in light mode? Is there a place to set light/dark mode?

Hey @hsieh.poyen, good question! The footnote block was added one of the earliest versions of the plugin and is on my list to remove as it is not really supported well in the latest version of the editor.js library. This is actually also the reason there is not really a proper demo for. Hopefully this makes sense!

Hi @Thimo , Ive been loving using this plugin for my project. Curious to know if there is a plan to add a copy button feature for code block snippets and inline code.
This would be super helpful!! Something like the below -

Thanks for the reply, @Thimo ! Regarding:

Also, the ability to retain text alignment when exporting as HTML?

Do you have an ETA on this? I would love to transfer all of my RTE’s to your plugin, however text alignment is very important to maintain when exporting the HTML.

Hi @raghavendra018! This is not supported at this time. It also seems that this is not supported by the library, so I will need to explore is this is possible.