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.
### 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...
**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...
**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...
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 /...
**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...
Trailing block false value making the app crash when i try to add a new image , file, video.
**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...
**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...
**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...
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...