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

I think this is one of the libraries that more come to look like notion along with the power that has the text editor of it, but I would like...

enhancement

Notion menu item filtering Current BlockNote filtering only matches start of the word. This PR fixes it to match query anywhere in the item or alias text

This PR makes BlockNote compatible with different UI libraries! It adds support for ShadCN / Tailwind / Radix and Ariakit besides the current Mantine implementation ![shadcn](https://github.com/TypeCellOS/BlockNote/assets/368857/2bc89517-e23c-4ed1-9a09-5fb499154b6a) _This feature still requires...

After a consultation with accessibility experts, this PR implements some important improvements in terms of accessibility: - Better keyboard navigation: -- the editor can be exited with "esc" -- menus...

On render, my lists are showing null instead of numbers. The numbers only show once I click the editor. Tried adding ref to BlockNoteView to auto focus editor but does...

bug

**Describe the bug** The new `placeholders` option has a bug where when using more than one editor, the placeholder will be overwritten by the last editor instance. For additional context...

bug

The documentation says that you can add either your own button(ToolbarButton) or a dropdown list(ToolbarSelect). And there is even a great example of how to do it for a button...

enhancement

**Is your feature request related to a problem? Please describe.** I want to build an extension to drop files in the editor (images/videos/pdf), upload them to my server and create...

enhancement

**Describe the bug** On numbered lists, the default gray "List" text will sometimes appear even when the list item is not empty (overlaying). **To Reproduce** 1. Create a numbered list....

bug

TODO: [ ] make sure everything is a select (e.g.: toolbar select mantine)