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

### Images can't be resized on mobile devices / touch screen devices **To Reproduce** Embed an image URL and try to use the lateral selector to resize the image. I...

bug
prio:low

**Is your feature request related to a problem? Please describe.** Button link component would allow users to be directed to external pages, which is useful for newsletters and blogs. **If...

enhancement

**Describe the bug** the side menu is showing up when the mouse cursor is not inside the editor. it's happening when the mouse is correct vertically, but wrong horizontally. I...

bug
prio:mid

While users can add videos, images, etc to BlockNote documents, it would be nice to support and embed content from third party providers, like youtube / vimeo / oembed /...

enhancement
prio:mid

**Describe the bug** If a nonce has been passed to the component, it is not forwarded to the MantineProvider (as getStyleNonce). This results in the mantine styles not being applied...

bug
prio:mid

Trailing block false value making the app crash when i try to add a new image , file, video.

bug
prio:mid

**Describe the bug** Hi, I'm currently having 2 issues with links experience, possibly caused by [autolink helper](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/src/helpers/autolink.ts) from tiptap 1. link url is detected only when user hits space after...

bug
prio:mid

**Describe the bug** When i upload a file on the admin side and make the Editor editable attribute false on client side we can't download the files. **Misc** - Node...

bug

**Describe the bug** Empty paragraphs are being removed, Which is sometimes crucial for the formatting of the text. **To Reproduce** Load the following content ``` asdfasdfasdfasdf ``` Will result in...

bug
prio:mid

When i disable side menu, it's still have the left and right padding-margin. I want to expand the editor across the width of the element. I'm not figuring out how...