Steven DeMartini

Results 78 comments of Steven DeMartini

Thanks for filing this @awaisalwaisy. Good to know that there's interest in customizing the LinkBubbleMenu. That's something I've wanted to do but haven't prioritized to date. I'll keep this on...

Hi @devth, I don't have one off hand, though I plan to add one soon. I think an approach like this https://medium.com/web-dev-survey-from-kyoto/how-to-customize-the-file-upload-button-in-react-b3866a5973d8 (https://codesandbox.io/embed/how-to-customize-file-upload-buttons-in-react-wthkrz?codemirror=1) is similar to what I had in...

@devth I've released a new version [1.8.0](https://github.com/sjdemartini/mui-tiptap/releases/tag/v1.8.0) which includes a new component `MenuButtonImageUpload` that encapsulates the image upload functionality intended/discussed above. You just need to supply your own `onUploadFiles` prop...

@rextambua This comment doesn't seem to be related to the original issue here—please create new issues rather than changing the topic if you have a problem. In this case though,...

@devth `getHTML()` does not return the full Tiptap-rendered markup (such as the react-renderer elements, etc.). `getHTML` is for returning a serialized version of the the editor content—it will always use...

@pymenow There is not a specific built-in way to add an image from a URL in mui-tiptap, but you can do it yourself with your own mui-tiptap MenuButton, MUI Dialog,...

There is currently no built-in way to sidestep this behavior in mui-tiptap. I may add an option to override the `formatHref` function as a prop, so you can customize to...

Also open to PRs which add this, if you'd like to take a crack at it!