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

**The bug** I have a few custom blocks that I _don't_ want the formatting toolbar to show up on. So, in order to avoid issue #360, I've set up a...

bug

**Describe the bug** On Notion, the position of the side menu is positioned at the start of each block, as shown below. In BlockNote, the side menu is positioned in...

bug

I try to fix `blockContainer+ ` to `heading blockContainer+` in BlockGroup.ts, but it don't work. someone know that?

enhancement

**Describe the bug** I cannot run editor when setting up with custom blocks only. It seems essential to use the 'paragraph' default block. **To Reproduce** codesandbox: https://codesandbox.io/s/red-sun-hpfypf **Misc** - Node...

bug
prio:low

**Bug** ![image](https://github.com/TypeCellOS/BlockNote/assets/57190250/ab03b40b-1228-4421-b8b6-440b59ea29d2) **To Reproduce** 1. Add a custom block without InlineContent 2. Click the + in its Side Menu and select the default text block (e,g, Heading). The editor crashes...

bug
prio:high

**Describe the bug** Whenever you delete the parent list item and then try and delete certain things in the child **To Reproduce** ![2023-12-14 17 31 04](https://github.com/TypeCellOS/BlockNote/assets/44631561/09459c36-4d1e-40bc-be4b-f883c60983cf) **Misc** - Node version:...

bug
prio:mid

**Describe the bug** ![image](https://github.com/TypeCellOS/BlockNote/assets/12750442/9b887f9b-ba4c-47b6-a1f7-0c161bfdd14d) See that there's a gray "List" over Steve in this example **To Reproduce** https://www.blocknotejs.org/examples/custom-schema/suggestion-menus-mentions - Create a list - Add a mention - Copy that mention...

bug

**Describe the bug** Editor is adding an extra paragraph block at end of the content. In read only mode there should only be the blocks that are in the "initialContent"....

bug
prio:mid

**Is your feature request related to a problem? Please describe.** When copying over work from a .docx document in a word editor text alignment is never respected. Everything becomes left...

enhancement

**Describe the bug** Getting RangeError Invalid content for node blockContainer:

bug