Steven DeMartini
Steven DeMartini
Interesting idea, makes sense to want the controls to appear below, while using the `RichTextEditor` component. One alternative would be to try using `` directly instead of using `` as...
@xHati44 great to hear that mui-tiptap has been useful to you! This is an interesting idea which I hadn't considered. I'm not sure how it ought to work in practice,...
@bryanjtc Nice work getting what you have together so far! That's a tricky issue. As you've probably seen, the logic for the controlling the table bubble menu `open` is whether...
Side note: if the table bubble menu is appearing near the bottom of the page currently, and the border style select is opened, it overlaps in an awkward way that...
@bryanjtc Cool, wasn't sure if you'd settled in a place where you thought it was ready for review again. Things have been super busy on my end unfortunately, but I'll...
I hadn't considered this before. Are you specifically referring to styles within the editor _content_ (i.e. the Prosemirror/Tiptap rich text content itself), as opposed to the surrounding mui-tiptap stuff (outlined...
@AgrYpn1a So you can actually specify the `container` for these menu buttons' color pickers so that they can appear on top of whatever context you prefer, similar to what the...
> @sjdemartini I wish you have provided me with the `container` solution earlier :D in my case, it works as expect, thanks. @AgrYpn1a 😅 I wasn't sure myself how to...
This is an interesting idea. The motivation definitely makes sense. I haven't used this type of functionality much within MUI but seems like it could be useful to support with...
(For my reference later) This seems relevant to the request here https://mui.com/material-ui/customization/creating-themed-components/. I haven't used this before, and seems it may require some fairly significant refactoring compared to the existing...