reactjs-tiptap-editor icon indicating copy to clipboard operation
reactjs-tiptap-editor copied to clipboard

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for Reactjs

Results 93 reactjs-tiptap-editor issues
Sort by recently updated
recently updated
newest added

Hello, I'm having a lot of trouble implementing this editor in my app that uses React, React Router, SCSS, and Webpack. I thought it would be plug-and-play, but it doesn't...

There is no option to set the alt text for the image

While trying to use Excalidraw I get error Cannot read properties of undefined (reading 'ReactCurrentDispatcher') ![Image](https://github.com/user-attachments/assets/c3c2a07f-1966-4394-9994-0c2c9830ca76) You can also check the error on main website playground. Although it throws different...

Dear @hunghg255, I'm using the project to display content in a WebView within a mobile app. However, I noticed that the spacing between components (especially paragraphs vs heading) appears quite...

I'm having trouble setting the pt_BR language, I'm placing the editor inside a shadcn-ui dialog in this sequence: ```tsx import { locale, pt_BR } from 'reactjs-tiptap-editor/locale-bundle'; locale.setLang('pt_BR'); import RichTextEditor, {...

![Image](https://github.com/user-attachments/assets/5ab742d9-29c2-4763-a6d9-9ca66870a2fb) "Is there an option to hide this characterCount or to add a custom class to override the style?

Hello! I happened to come across your open-source project on daily.dev. Coincidentally, I’m also applying the Tiptap library with a few tweaks in my personal project. Taking a look at...

enhancement

~~~js export declare interface IImageOptions extends GeneralOptions { /** Function for uploading files */ upload?: (file: File) => Promise; HTMLAttributes?: any; acceptMimes?: string[]; maxSize?: number; /** The source URL of...

pr-welcome

The bubble modification of link uses the native form, which is not bound to the outer root, which is equivalent to the nesting of form.