reactjs-tiptap-editor
reactjs-tiptap-editor copied to clipboard
A modern WYSIWYG rich text editor based on tiptap and shadcn ui for Reactjs
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')  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, {...
 "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...
~~~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...
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.