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.
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...
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...
This PR simply makes the side menu buttons to be in the correct position when layout is RTL. # Before  # After 
`@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...
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...
**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...
**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)...
**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...
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...