BlockNote
BlockNote copied to clipboard
A React Rich Text Editor that's block-based (Notion style) and extensible. Built on top of Prosemirror and Tiptap.
**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...
**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
**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:...
**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...
**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...
## fix: `npm run gen` fails in windows due to file path issues. close /955 /claim /955 https://github.com/user-attachments/assets/2aab5573-0505-45f2-b2a9-be0ed5fc37e7
**Describe the bug** Running `npm run gen` throws the following error on Windows:  **To Reproduce** - Be on Windows 10 - Run `npm install` - Run `npm run gen`...
**Describe the bug** I tried adding a simple `BlockNoteView` with `slashMenu` set to `false` and having a `SuggestionMenuController` configured below: ```typescript customSlashMenuItems} triggerCharacter={"/"} /> ``` `customSlashMenuItems` is just a list...
This PR simply adds a RTL example. Note: This PR should wait on https://github.com/TypeCellOS/BlockNote/pull/922, If the team decides to accept the `dir` prop to `BlockNoteView` then I will update this...