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.
# Summary Fix an issue where pressing PageDown / PageUp while the slash command typeahead menu is open causes the entire page to scroll instead of being handled by the...
# Summary This PR adds an example which combines all available collaboration features, including comments, versioning, and suggesting changes. There's a sidebar that can show the comments or saved version...
# Summary Fix an issue with the `CreateLinkButton` component which cannot be closed. This problem was hidden with non static formatting toolbar as the component was unmount with the toolbar....
**Describe the bug** The link menu cannot be closed. The single way to close the menu is to close the whole toolbar that is not possible for application which are...
# Summary ## Rationale ## Changes ## Impact ## Testing ## Screenshots/Video ## Checklist - [ ] Code follows the project's coding standards. - [ ] Unit tests covering the...
**Describe the bug** When inserting a simple custom inline content, updating the text in the editor is visible, but if you try to reteive the document from the editor the...
This is still WIP, but the bones of the `Location` API are here. We have the ability to convert a prosemirror position into a location, and a location into a...
**Describe the bug** When a document starts with a Code Block, pressing ⌘+A (Select All) followed by Delete or Cut (⌘+X) does not remove the content. This issue does not...
**Is your feature request related to a problem? Please describe.** Keyboard accessibility is important. When navigating with arrowkeys, the formatting menus open just fine, but moving focus into them is...
# Summary I think we may want to do a couple more things in addition to this. It makes sense to me that we would move the selection to be...