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.
**Is your feature request related to a problem? Please describe.** Not a problem, but at my company we need our blockIDs to be small because we already have a unique...
**Is your feature request related to a problem? Please describe.** Currently the default image block treats caption as a string. this prevents users to add marks or links inside the...
If add a link without https://, then the current domain will be added to the link. For example, if you add a link to www.blocknotejs.org/, then the current domain will...
**Describe the bug** I'm trying to set up BlockNote Collaboration using Hocuspocus and the Database extension. When saving the data to the database everything works fine, but when retrieving the...
In IDEs, blocks are often associated with folding. For example in VS Code: Unfolded: Folded: Is there support for folding in BlockNote? Has anyone built this feature on top of...
i tried this : ``` const theme = { ...lightDefaultTheme, componentStyles: (theme: any) => ({ Editor: { direction: "rtl", }, }), } satisfies Theme; ``` it works, but the toolbar...
I love the image block feature and the `uploadFile` method in the editor that allows you to define a custom function for uploading images to your server. To improve on...
**Describe the bug** When loading the editor in our app that is loaded into single spa shell, the slash menu load position on first time is wrong but then it...
**Is your feature request related to a problem? Please describe.** I currently try to benchmark BlockNote for my use cases, including complex custom blocks, currently, the type system is only...
Blocknote is an amazing editor, I loved the ui and how it was easy to setup but right now there's no good way for storing the output data, be it...