After update to v3.21.4, this tiny red border appears on all Tiptap fields.
Return to previous version and the border has gone.
After update to v3.21.4, this tiny red border appears on all Tiptap fields.
Return to previous version and the border has gone.
Dang it, some logging I was doing that didnāt get removed. Iāll fix it tonight.
Itās on my backlog⦠Iāll get to it hopefully soon. (PRs always welcome).
hey dude!
so im going to work on that. im loking at the main dist file that you include here. where tf is the master unminified copy of that? do you have 1?
particularly what iād like to add is superscript, subscript, and image resizing. they would normally be available under window.tiptapsuperscript or window.tiptapsubscript but those dont exist in the available distribution file though they are available in the current distribution of tiptap via cdn
Hereās the (shameful) repo I use for the libraries. GitHub - RicoTrevisan/bubble-tiptap-plugin-libraries
I got some dragginā resizing going on but I still canāt quite get the editor saving and restoring the sizes properly.
Hi @rico.trevisan really great plugin, it would be really nice to have the option to add rel
attributes like nofollow
, noopener
, and noreferrer
when inserting links through your plugin. This would be super helpful for managing SEO and ensuring link security, especially for users who need more control over how links behave.
I absolutely love this plugin! The functionality and interface are excellent. One minor suggestion for improvement would be adding support for āsoft line breaksā (using Shift+Enter) like most modern text editors have. This would give users more flexibility in text formatting without creating new paragraphs. Overall, itās still an outstanding tool that I highly recommend.
This is absolutely great
Not sure how to actually tag / mention people (it doesnāt seem to work in the demo either⦠Do you need to have collaboration enabled?) but regardless, solid plugin.
Also, is there a way to prevent the menus to show briefly before hiding when the element loads? Thanks
It would be great to be able to access the uploaded file in the event:
Edit ā Now it seems to be workingā¦
Thanks for reporting it. I fixed it. The problem was that I had a typo in the settings⦠which speaks to the fragility of the Extension setting field being a list of texts. I think this is the reason I needed to move to checkboxes for each setting.
That does work, at least on macOS. Which OS are you using?
You have to make sure that you have HardBreak
in your extensions lists. (yes, another reason to move away from a text-based field in the pluginās settings).
Some more work on making images resizable; but it still has some quirks.
Thanks @rico.trevisan It would be great to have a trigger āA tiptap is mentionedā to be able to run some WFs in this case. Or is there another way? Cheers
Hi Rico,
Thank you SO MUCH for this plugin, brilliant !
Iāll test the image re-sizing as Iāve just read your request (well if i am able to add the image !).
I tried to you the Add YouTube a Tiptap but the Tiptap element is not proposed as an input in the WF.
I tried to add another Tiptap and at first, the element is seen, but at one time it disappears again and i did not find whenā¦
Itās a bit weirdā¦
I have the same issue with the insert an image and insert content, any idea ?
Very odd. Try to refresh the Bubble editor see if it goes away ā my hunch is that itās a temporary bug. If it doesnāt go away, could you share more details?
Thanks for your quick reply !
I did spleep on it and find the reason : The tiptap was embedded into a RGā¦
Bad copy-paste of another appā¦
I did test the resize feature , first picture is working really well, following ones are more tricky : Tiptap testing - picture resizing - Google Chrome - 25 February 2025 | Loom
EDIT : when i came back, the resize was not saved ! (i use auto-binding) and when i try to modify again, the resize is not always working and at the end : not saved anyway
Yes this worked! Thanks!
Hi Rico,
Is it also possible to embed Vimeo videoās in TipTap?
or custom html (like a div or iframe)?