I was in need of a Rich Text Editor so I decided to finish the plugin I started building in 2020 to make it fast, stable, responsive and fully compatible with the new responsive engine. This is a block based Rich Text Editor and you can see a selection of supported features below.
Very nice. Would also be awesome if there was the ability to tag users using @ and then run a WF when someone clicks on these user’s name after the text was saved (like Facebook’s tagging functionality). And even cooler if you could also tag other database things like products, events etc. using other symbols (#, / etc.) and then again on click run a WF that contains that thing.
@zach8 Thanks! Outline is not yet supported unfortuantly
@maze There is not yet a tag feature like that, but it does sound like a useful feature! I will keep an eye on the library if they add it at some point!
@mike_verbruggen Just pushed an update so it exposes HTML as well (see demo)! (the ‘table’, ‘warning’ & ‘checkbox’ blocks are not supported yet (they get ignored in the HTML), but if necessary I could create something custom for these block in the future)
Thanks Luke! Yes thats definitely possible for the Headings! I will put that on my list.
Nested bullet points are supported by the library (community block), but it misses the feature to specify if you want the initial block to be a bullet list or a numbered list (it defaults to a numbered list). So I really want to wait till that feature gets supported before I implement it (I think it is coming soon, so I will keep an eye on it!)
Just had a play with this and it looks great - you do create beautiful and functional plugins!
There are a couple of things that would be super powerful, I’m wondering if any will be possible:
The ability paste snippets would be great. I would use this for {{merge_tags}} so the output HTML could be used for personalisation. After having a play I could essentially create a dropdown that adds the snippets to the users clipboard for them to paste but the UX would be much better if this could just be placed right where the curser currently is.
Building on this.
I would be great to have the ability to save blocks, so as somebody is typing down the page they could hit a button that would inject a saved template. I have tried to copy and paste sections and it works but strangely doing so breaks the undo feature - I have no idea why.
I look forward to your reply and congratulations on launching another Really great plugin!
Hi @shaun I have tried to implement something like this, but it appears to be difficult as when the user clicks outside the input, the input will not be focused anymore so there is no way for me to know where to place these tags.
I did push an update (1.4.0 & 1.4.1) that allows you to add blocks using workflow actions, but I am afraid this is not something you are looking for.
Yes this is the right way to do it. Not sure why it breaks the undo feature. I did see an open ticket for a bug like this for the library, so it could be a library bug that needs fixing.
@loic.melane Instead of the break-all property I have now implemented the break-word property as this works like the break-all property but also respects smaller words. You can update the plugin to version 1.6.1 to see it in action (or see the demo page)!
My app is currently using the Bubble’s RTE (Rich Text Editor), which you can tell that is sucks. If I start using this plugin, what happens to all the texts format, are this two compatible, or is there a way to convert the text format?
Is there a way to align texts center or right, and change text’s color?
There is not yet a way to convert BB code to JSON to use in the editor field. This will be a nice feature to have so I will keep my eye on it! You can display plain text using workflow actions though
I just pushed update 1.7.0 that adds the text alignment feature (you can also turn it off):
It is on my list to add multiple language options (aka the ability to replace all the text in the editor with your own). So hopefully I can include that soon!
Using the new responsive engine, you can group the editor in a group and give that group a max height and click the ‘Allow vertical scrolling when content overflows’ checkbox to make it scrollable if it passes the max height: