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

# Summary An attempt to supercede #2229 ## Rationale ## Changes ## Impact ## Testing ## Screenshots/Video ## Checklist - [ ] Code follows the project's coding standards. - [...

# Summary This PR fixes some issues with overflowing placeholders when there is not enough space to display them on one line. ## Rationale This was causing issues on mobile...

# Summary This PR makes it so that the height of the side menu is now set in FloatingUI middleware on `SideMenuController`. This is a change from the old method,...

# Summary This PR makes quote blocks isolating. That means when pasting content into an empty quote block, it won't overwrite the block type to that of the clipboard content....

**Is your feature request related to a problem? Please describe.** We have a custom link type, called a reference. I tried creating a custom inline content spec for it, but...

enhancement

## Bug Report **Problematic behavior** I wanted to create a quote block from a text I'm copy/pasting. I tried 2 ways to do it before I found the third way...

bug

**Is your feature request related to a problem? Please describe.** I'd like to open a fully-featured edition modal when double-clicking on an image, instead of requiring the user to use...

enhancement

**Describe the bug** The comment button in the formatting toolbar stop appearing when the BlockNoteView `editable` state becomes false. **To Reproduce** You can reproduce this in the latest stackblitz from...

bug

**Describe the bug** When the slash command typeahead menu is open (triggered by `/`), pressing `PageDown` scrolls the whole page instead of scrolling/paging within the typeahead list itself. Arrow up/down...

bug

# Summary Closes https://github.com/TypeCellOS/BlockNote/issues/2203 ## Rationale With this fix, it's possible to set a `preload` option in the config of your video block in the schema. I think this is...