Release 1.10.0
- you can now insert content
Thanks for the kind words and the support. This whole plugin is me flailing around trying to figure out this code thing.
I’m working on the YouTube extension now. It gave me a couple of errors last night – I was so tired I didn’t even google it; I dropped it on the thread hoping someone would have the answer.
I don’t think there’s any way around it. What are you trying to do / avoid? I know it’s quite tiring setting up the menu (believe me, I’ve set up more menus testing this plugin than I ever thought possible).
I’ll look around Tiptap’s Github forum to see if there’s anything. At the same time I’ll amuse myself with Github’s issue tracker, issue #4.
Mind sharing your example? I don’t know what Tiptap does when it takes those menus. It probably adds some CSS that conflicts / overrides Bubble’s settings. I’ll look around for CSS ideas.
Anyway, I’ve made an issue that I will try to solve; issue #2.
I think you can just use the same command again to stop it. Or Cmd + Shift + B
https://media.cleanshot.cloud/media/22365/1CyuJhnpfOoaqAOiXPMTix5oftrzHzlwb8DMLU2T.gif?Expires=1679017525&Signature=RJ1h0S2G9R5tgdgKTDShpDVIO2C-BBJ7UC6eqlWX-CgGqphPfzsN4jfFsLGqKNnfprZuUdozjUB9uaWVqDYU1XMRZPUV2kLQ6m5uDNzZkyEaZmt7Zb-Z3I3j5Drnq-wLHW0ImSrUY-l7Ei-AHd9etNwwLCiRLlNv0Biadj2-dJF8mA3PKrXSOg5gjCZbJNucV5WZE3W90kqQeJxoM145wtib~OkJYgKqNtDmmzFz3MfnSXjTWz1fCvzSefaI22yUOCqghzvzIM6P20GEGhGgQMk5zj38xdWEplaeFtoWp7DjQsuNF9EjvLfSPNNaI7VZFR55o04tRed7FGzOhtX8OQ__&Key-Pair-Id=K269JMAT9ZF4GZ
Hi @rico.trevisan , I want to report a bug related with links inside the tiptap.
Problem
I’m using the Tiptap with the “Input is enable” unchecked, so my users is not able to edit the content. So, the links are getting a unexpected behavior.
You can see it in your demo page too. The links are opening in two tabs and the browser think that one is a popup. But if you try to click in the second link, the tab is open with the link of the first one that you clicked for the first time, so on.
Expected Behavior
When inserted one or multiple links in Tiptap while the “Input is enable” is unchecked they have to open in a new tab.
How to replicate:
On your demo page, insert two more links, one for google and other to youtube. Click on them with “Input is enable” checked and after unckecked and see the behavior.
I record my screen too, so you can see the same.
I’ll appreciate any advance on this, because my pages has a lot of link for my users.
Thanks!

If anyone has the random “border” showing up on the bottom right, add this to your script in the body (Settings - > SEO/metatags):
/* Hide scrollbar for Chrome, Safari and Opera */ div[class$="-AAC"]::-webkit-scrollbar { display: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } /* Hide scrollbar for IE, Edge and Firefox */ div[class$="-AAC"] { -ms-overflow-style: none !important; /* IE and Edge */ scrollbar-width: none !important; /* Firefox */ }overflow: scrolloverflow: autoI feel you are becoming quite powerful in the ways of plugin creation, @rico.trevisan!
Rico, hi, there is one idea that can allow us to add content to the beginning of the article, which in some cases (if the articles are very long) can be a convenient element of orientation in this text
Essentially, the task is to add an id tag to all h1, h2, h3, h4, h5. For simplicity, you can simply make them numbers #1, #2… And then you can click on the title and get to exactly the place where you need to go
And separately output such a list of titles (contents)
Instead of adding code-highlighting to the plugin, I figured I abstract the code into its own plugin so that it’s lighter.
Get the plugin here: 🤌 Code syntax highlighter Plugin | Bubble
This is INSANE 
Congrats @rico.trevisan for another amazing RTE plugin! 
Rico, hi, is it possible to add button that can be customized for necessary code. For example to customize them to add SoundCloud widget or iframe or something else.
Where I can add for example in my case optimized youtube (for PageSpeed)
Code that I put now is:
I insert it with find and replace (like [yb1–MSj3GxT0Z2w–yb2–MSj3GxT0Z2w–yb3–MSj3GxT0Z2w–yb4]), but if it is possible to add this more user-friendly it will cool
Hey there, can you tell me how to access the staying I don’t seem to see it. Im trying to chnage the text color.
Thanks 
Hey! Very very very nice work with this plugin…but somehow, the 2.0.2 version is work working today…even in your demo page…
But the way - let me request a feature:
and now - working!!! Great!
I’m happy it’s working again. I changed nothing. The boys at Tiptap must have made a mistake with their libraries and fixed it.
Yep, changing colors is a big request. I’ll start working on it again.
Thanks for this great plugin! I switched from the Bubble RTE to this. A few things that I am trying to figure out how to do in my editor. If anyone can shed some light:
Look the plugin as it help solve many issues I had with the bubble RTE. Thanks again for this great plugin.
Grady