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

I'm attempting to modify the default `CheckListItem` bloock. I want to add support for recording the creation time and completion time of each `CheckListItem`. My plan is to store these...

enhancement
prio:mid

This PR reworks the custom UI example and adds a non-pro example for how to make a static formatting toolbar. The new custom UI example uses Material UI to implement...

**Describe the bug** Using `NodeNext` as the `moduleResolution` value in a project's `tsconfig.json` breaks the ability to import from `@blocknote/core`, `@blocknote/react` and `@blocknote/server-util`. Any exports in those packages that use...

bug
prio:mid

This PR simply makes the side menu buttons to be in the correct position when layout is RTL. # Before ![blocknote_rtl_before](https://github.com/user-attachments/assets/cc25a915-c5ea-457f-b010-1955f59d382e) # After ![blocknote_rtl_after](https://github.com/user-attachments/assets/bd5af9f3-3f8e-4101-83a0-172e1cbcdcf5)

`@blocknote/server-util` has been designed / tested for usage in node.js based environments. However, some users want to use it in Next.js server side actions or Partykit functions (see https://github.com/TypeCellOS/BlockNote/pull/451). These...

enhancement
prio:high

We should make sure that when a component is passed as a prop in any of the examples, it's not done inline. E.g. ``` // Bad } /> // Good...

refactor
prio:low

**Is your feature request related to a problem? Please describe.** Some users are always trying to break the service by typing/uploading/embedding tons of nonsense. By adding limitations, hopefully, it can...

enhancement
prio:mid

**Describe the bug** When using the editor on mobile, the formatting toolbar goes partially off the screen **To Reproduce** 1) Insert basic editor on a page 2) highlight words 3)...

bug
prio:low

**Describe the bug** When adding a link to the editor that is still completely emtpy, if you then use a space/press next key array, it will add everything tot that...

bug
prio:high

When i add a table option then add some column or rows, appear this error "Cannot Read Properties of null (reading 'childNodes')" **To Reproduce** add table option then add some...

bug
prio:high