BlockNote icon indicating copy to clipboard operation
BlockNote copied to clipboard

A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.

Results 115 BlockNote issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Instantiating the editor with Shadcn and Tailwindcss in NextJS produces the following error: ` Warning: forwardRef render functions accept exactly two parameters: props and ref. Did you...

bug

**Describe the bug** { type: 'alert', content: 'This is an \n example \n alert!!', } the above content is in a single line instead of 3. **To Reproduce** https://stackblitz.com/edit/github-qx9fhr?file=App.tsx

bug

**Is your feature request related to a problem? Please describe.** Right now, the default blocks provide useful support for text editing. However, there is a limitation in the editor's versatility:...

enhancement

**Describe the bug** Parsing the markdown table adds an extra row. Thus, if you store the date in markdown, it will add an empty row every time you save. **To...

bug

**Is your feature request related to a problem? Please describe.** Hello, I'm making an app where I have a form and I have two fields - the title and the...

enhancement