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.
# Summary When using `BlockNoteViewEditor` and setting `renderEditor={false}` in `BlockNoteViewComponent`, you currently have to pass the same `editable` prop to both, or it causes issues. Because it doesn't make sense...
## Description While using BlockNote AI to generate tables, I encountered two related issues. Both issues are reproducible in the official AI Playground. **AI Playground:** https://www.blocknotejs.org/examples/ai/playground ## Versions ```json {...
Bumps [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) from 1.3.27 to 1.4.13. Release notes Sourced from better-auth's releases. v1.4.13 🚀 Features core: Add version in AuthContext - by @himself65 in better-auth/better-auth#7362 (39fcf) integrations: Support both react...
**Is your feature request related to a problem? Please describe.** I have some custom inline contents that are basic wrappers around their content (e.g. subscript / superscript). This means that,...
Bumps [undici](https://github.com/nodejs/undici) from 6.22.0 to 6.23.0. Release notes Sourced from undici's releases. v6.23.0 ⚠️ Security Release This fixes https://github.com/nodejs/undici/security/advisories/GHSA-g9mf-h72j-4rw9 and CVE-2026-22036. Full Changelog: https://github.com/nodejs/undici/compare/v6.22.0...v6.23.0 Commits fbc31e2 Bumped v6.23.0 3477c94 chore:...
**Describe the bug** It creates spaces between lines the docx I used [Resume.docx](https://github.com/user-attachments/files/24621917/Resume.docx) **To Reproduce** It should behave the same as when you copy paste from google docs https://github.com/user-attachments/assets/1def74ac-91af-4f7d-ac6c-7396ccca18b0 **Misc**...
**Describe the bug** We have cases where the app crash, it seems to be when we move the mouse hover a table. The bug occurs as well on Blocknote.js, it...
# Summary This adds support for italic & bold in fonts that do not already have them specified. See this for more info: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/font-synthesis ## Rationale ## Changes ## Impact...
Hi, I'm currently having an issue that I can't figure out. I registered some inline contents by following the documentation: ```typescript const editor = useCreateBlockNote({ schema: BlockNoteSchema.create({ blockSpecs: { ...defaultBlockSpecs,...
**Is your feature request related to a problem? Please describe.** I currently have a function that accepts any valid `PartialInlineContent`. With a recent update, that type was renamed as `PartialInlineContentElement`...