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 296 BlockNote issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Hi! I was trying to fully customize the UI of Blocknote by first replacing the Suggestion menu component (still keeping the controller though). I was using my...

bug

**Describe the bug** Dragging an item from one editor instance to another does not remove it from the source instance. This leads to duplicates. **To Reproduce** https://stackblitz.com/edit/github-cz76gj?file=App.tsx **Related** - https://github.com/TypeCellOS/BlockNote/issues/173...

bug
prio:low

**Is your feature request related to a problem? Please describe.** When copying over work from a .docx document in a word editor, images and tables seem to break the html...

bug
prio:mid

**Describe the bug** Table doesn't save columns width after refresh **To Reproduce** I resize the columns width for editor table. After that I save the content to the api (...

bug
prio:mid

**Describe the bug** I have a custom React block that displays a table (I use [antd's table component](https://ant.design/components/table)). I am unable to select text inside the table when the active...

bug
prio:high

**Is your feature request related to a problem? Please describe.** I want to render content from this editor into an email. Email HTML markup does not support external CSS files,...

enhancement
server

**Describe the bug** Mantine adding data-mantine-color-scheme to the html tag **To Reproduce** Setup with the basic setup documentation

bug

Make it possible + provide an example to customize the default block. Interesting discussion here: https://discord.com/channels/928190961455087667/1205268808667889684/1205268808667889684

enhancement
prio:low

Hi, thank you for providing great library! I found a case that `CreateLinkButton` does not work when `BlockNoteView` wrapped by a component with stoping click event propagation, such as modal...

Previously the documentation stated that the TableContent must be an array which is not the case. Updated the Type Definition in Documentation to reflect the same