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

1. All elements inside cannot be resized when using Excalidraw. ![image](https://github.com/user-attachments/assets/c8922bee-aa57-4c38-bacb-c5f612fd4202)

bug

1. In order to make it easier for users to customize menu groups, it is recommended that you provide more free menu sorting and display styles. For example, menus do...

enhancement

Hi there, I'm trying to make the toolbar of the `reactjs-tiptap-editor` sticky, so that it remains visible at the top when the user scrolls down the editor's content. I've been...

I can't found the doc about change extension bar to bottom, its possible?

enhancement
pr-welcome

Hi, I read the docs and followed the instructions. In my project, I want to use Editor that can interact with antd lib (Form.Item + value, onChange) but I follow...

I really like the editer. But it can only output text, html or json currently. I think markdown output is neccessary.

I think Toolbar and RichTextEditor should be split into two separate components, allowing users to combine them by themselves. If the user does not need the Toolbar, it is only...

"use client"; /* eslint-disable unicorn/no-null */ /* eslint-disable quotes */ import { useCallback, useEffect, useRef, useState } from "react"; import RichTextEditor, { BaseKit, Editor } from "reactjs-tiptap-editor"; import { locale...

Reproduce: 1. write a normal text 2. select the text and click the extension Link in the popup to make this text linkable. 3. A popup show but the text...