I’m trying to use the ‘mention’ feature using the ‘@’ character. However, the list does not appear, any ideas to approach this? Please see the attached images.
The user selection menu showed once, but without making any alterations it never showed again.
Hi @em.karagiannis! Weird, it seems to be working fine for me on the demo page. As you are loading a list of users, are you sure there are not any privacy rules on the user type that can cause the list being empty?
@em.karagiannis I have actually disabled the mentioning feature for checklists as it was causing quite some issues (e.g. pressing enter to create a new checklist item did not work when enabled). I will put it on my list to look into again, but I am not sure if I can make it work. Hopefully that makes sense!
Hey @Thimo , I’m getting this weird alignment issue with the left buttons, once a block has been added. The + seems too far to the left. Thoughts? Latest version.
@treb.gatte the plugin needs some space in de left en right of the element for the buttons to fit. You can easily add some margins to the plugin to account for this space. You can see on the demo page how that would looks: Texteditordemo | Bubble Editor
This way you can control how much space the text editor to uses
Hi @Thimo I’m also having an issue where I’ve set a fixed height and width for the control on a popup. It’s not respecting the fixed height or width settings and I’m getting form scroll bars instead of scroll bars within the control. This puts buttons and such off screen.
@treb.gatte the text editor will always grow to its content. If you want to keep it a specific height, you could group it in a group with a fixed height. That should only give the parent group a scrollbar.
Regarding the plus buttons, you can include some space on the left, maybe including a margin / padding like you can see on the demo page.
Hey there @Thimo . I am looking to see if it is possible for the scroll to workflow action to scroll to different parts of the text? For example, imagine having a table of contents in another component outside of MRTE, and when clicking on a heading in the table of contents, the text area scrolls to the same corresponding heading.
Hey Thimo, I just bought your plugin and have had a lot of trouble. For some reason the Display HTML only works when I copy and paste in the HTML. When I use bubble’s dynamic data it only gives me the first line H1 title, but doesn’t give me the rest.
However, I can use the same code in the database, paste it in manually, and it works perfect. What am I doing wrong?
Hi @tarren this seems like something that should not be possible. It should not matter if you are dynamically selecting the data or copy and pasting it in the workflow action. Just to check, are you sure you are dynamically selecting the correct data? You can use the debugger to set-by-step check if the dynamically inserted html is the same as the one from your db.
Please check and let me know if you are selecting the right data dynamically!
Hey @Thimo
First of all, AMAZING PLUGIN!!! THANK YOU!!!
I have a feature request which is holding me back currently.
Unfortunately, if a user highlights multiple blocks / paragraphs the “highlighted/selected value” is empty. That meany if I have workflows that include only a selection of blocks I can not access the data from them.
Is there a way to access the text or data from multiple blocks, lets say f.e. block index 2 to 5? Currently, I have only the option to either pull the text from the entire editor or from 1 block, but not from multiple blocks.
Thanks again! I really appreciate your plugin!
Best
Tom
Hi, @t.braunfels ! Thank you for your kind words about the plugin!
The Highlighted Text feature extracts the text from the selection you make with your mouse. This selection is different from the selection of blocks, as that is proprietary to the library that is being used. That’s the reason I can’t easily extract the text from complete blocks. Upon reviewing the documentation for the library, it appears there is no method to retrieve the currently selected blocks. However, I will add this to my list of features to explore and see if there’s a possible workaround!
Hey @Thimo
On another note, I have problems with the “insert block using JSON” or “insert empty block” action when selecting “inline code” as the block type. As it is case sensitive i have tried every cariation like
“inlineCode”
“Inlinecode”
“inline-code”
“inlinecode”
but it does not seem to work properly. Could you check which string is the correct one? Or does the problem lay in me displaying the wrong JSON data? I am using the JSON value of modern text editor as reference in place for the json file.
@t.braunfels The error you are seeing indicates that your JSON is not correct. Keep in mind this is an advanced feature. You should use the JSON for the inline code block you see in the output.
Also the name of that block is ‘code’ as you can see in the JSON output.
@Thimo I’m having issues with the plugin not respecting either fixed height in px or variable height expressed as a percentage. It looks perfect when empty. Once I put content in it, it resizes vertically instead of showing a scroll bar. I’m on the latest version of the plugin.