reactjs-tiptap-editor
reactjs-tiptap-editor copied to clipboard
A modern WYSIWYG rich text editor based on tiptap and shadcn ui for Reactjs

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:
expected: but when sending email:
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?  Since I'm doing some...