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

![Image](https://github.com/user-attachments/assets/9ac1fb3d-48b5-4e86-a8e6-5aaeec550db7)

Editor breaks view after i navigate to page with editor and return back it breaks view view on table standart Also if at route of page there is class container...

Link openOnClick未生效,点击不能跳转

When sending html content into emal it dosent render table correctly Expected behavior same as i see in my editor On email i receive:

bug
pr-welcome

how should i know from tool bar that i need to extend and not configure to change name for some extension? `TableOfContents.extend({name: "Table of contents"}),` and btw this fucntion doest...

When sending email with html content and try to render cols in email Expected behaviour as here

``` export default function Editor(props: EditorProps) { const customOptions: UseEditorOptions = { editable: false, } return ( ); } ``` Expected behavior you cant edit content Real behavior (you can...

```jsx asyncFetchFunction={async ({ value }) => { // Fetch matching items based on the input value const response = await find(value); // Expected response format: // Array return response; }}...

Hi, want to do some enquiry on React TipTap Editor. Does it got any similar feature which can do something like CKEditor Full Page Editing? ![Image](https://github.com/user-attachments/assets/e00e4ac7-238d-4f0f-b1eb-dbd71571ecd9) Since I'm doing some...