Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TypeCellOS
/
BlockNote
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
764
Star
10.1k
Code
Issues
103
Pull requests
78
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
BlockNote
tests
src
unit
on
comments-inline-code
User selector
All users
All time
Commit history
Commits on Jun 3, 2026
feat: migrate to Vite+ (#2745)
matthewlipski
authored
767a82f
View commit details
Copy full SHA for 767a82f
View code at this point
Browse repository at this point
Commits on May 15, 2026
fix: backslash newlines when copying from a code block (#2709)
Show description for c255558
nperez0111
and
claude
authored
c255558
View commit details
Copy full SHA for c255558
View code at this point
Browse repository at this point
Commits on May 14, 2026
fix: set width attribute on image and video elements in editor render (#2740)
Show description for 563e5bc
nperez0111
authored
563e5bc
View commit details
Copy full SHA for 563e5bc
View code at this point
Browse repository at this point
Commits on May 13, 2026
fix(core): preserve list item type when pasting into empty list items (#2722)
Show description for 932e3ab
nperez0111
authored
932e3ab
View commit details
Copy full SHA for 932e3ab
View code at this point
Browse repository at this point
Commits on May 7, 2026
fix(a11y): use figure/figcaption for media block captions (#2717)
Show description for 9b441be
nperez0111
and
Ovgodd
authored
9b441be
View commit details
Copy full SHA for 9b441be
View code at this point
Browse repository at this point
fix(markdown): stable round-trip for tables, captions, and audio (#2720)
nperez0111
authored
1c720f2
View commit details
Copy full SHA for 1c720f2
View code at this point
Browse repository at this point
fix(markdown): skip placeholder text for empty files (#434) (#2719)
nperez0111
authored
531ea32
View commit details
Copy full SHA for 531ea32
View code at this point
Browse repository at this point
Commits on May 6, 2026
fix(markdown): emit tight lists when serializing blocks to markdown (#2715)
nperez0111
authored
e077c1b
View commit details
Copy full SHA for e077c1b
View code at this point
Browse repository at this point
fix: Parse new lines in `text/plain` as line breaks (BLO-1170) (#2712)
Show description for a77c887
matthewlipski
authored
a77c887
View commit details
Copy full SHA for a77c887
View code at this point
Browse repository at this point
feat(markdown): replace unified.js with custom markdown parser/serializer (#2624)
Show description for 50b1328
nperez0111
authored
50b1328
View commit details
Copy full SHA for 50b1328
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
fix: link HTML attributes (BLO-915) (#2687)
matthewlipski
authored
15eab07
View commit details
Copy full SHA for 15eab07
View code at this point
Browse repository at this point
Commits on Apr 24, 2026
feat: simplify links by inlining it to BlockNote (#2623)
nperez0111
authored
a5ff04d
View commit details
Copy full SHA for a5ff04d
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
build: remove canvas native dependency from CI (#2642)
nperez0111
authored
9b2e6ea
View commit details
Copy full SHA for 9b2e6ea
View code at this point
Browse repository at this point
test: add Next.js integration test for server-util (#942) (#2555)
YousefED
authored
d8fb6c2
View commit details
Copy full SHA for d8fb6c2
View code at this point
Browse repository at this point
Commits on Apr 1, 2026
fix: Image block selection clears on mouse leave in Safari (#2613)
Show description for dd4b9a3
matthewlipski
authored
dd4b9a3
View commit details
Copy full SHA for dd4b9a3
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
fix(core): preserve whitespace edge cases but collapse html formatting newlines (BLO-1065) (#2551)
Show description for f2c2ee3
YousefED
authored
f2c2ee3
View commit details
Copy full SHA for f2c2ee3
View code at this point
Browse repository at this point
Commits on Mar 11, 2026
fix: use <details>/<summary> for toggle block HTML export (#2524)
YousefED
authored
bff14ff
View commit details
Copy full SHA for bff14ff
View code at this point
Browse repository at this point
test: get snapshots working again (#2554)
nperez0111
authored
d76fd68
View commit details
Copy full SHA for d76fd68
View code at this point
Browse repository at this point
Commits on Feb 21, 2026
fix: handle pasting into table cells better, by collapsing their content to inline #2410 (#2449)
nperez0111
authored
f150e1e
View commit details
Copy full SHA for f150e1e
View code at this point
Browse repository at this point
Commits on Jan 20, 2026
fix: Visual differences between live editor and rendered exported HTML (#2348)
Show description for 8ef3770
matthewlipski
authored
8ef3770
View commit details
Copy full SHA for 8ef3770
View code at this point
Browse repository at this point
Commits on Jan 8, 2026
fix: getPos race condition in React StrictMode (#2311)
YousefED
authored
410db8b
View commit details
Copy full SHA for 410db8b
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
fix: arrow up on a checklist item should move to the element above BLO-362 (#2306)
Show description for ba403cb
nperez0111
authored
ba403cb
View commit details
Copy full SHA for ba403cb
View code at this point
Browse repository at this point
feat: add data-nesting-level to HTML export (#2329)
YousefED
authored
7afa72a
View commit details
Copy full SHA for 7afa72a
View code at this point
Browse repository at this point
fix: LinkToolbar Event Listener leak (#2335)
YousefED
authored
eb48e3e
View commit details
Copy full SHA for eb48e3e
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
feat(ai): expand selections to contain words (#2304)
Show description for 97c1958
YousefED
authored
97c1958
View commit details
Copy full SHA for 97c1958
View code at this point
Browse repository at this point
revert: "fix: ensure numbered list start property always present (#2241) (#2242)"
Show description for bddf42f
nperez0111
committed
bddf42f
View commit details
Copy full SHA for bddf42f
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
fix: html diff error with whitespace (#2230)
Show description for bc38a3b
YousefED
and
nperez0111
authored
bc38a3b
View commit details
Copy full SHA for bc38a3b
View code at this point
Browse repository at this point
Commits on Dec 9, 2025
fix: ensure numbered list start property always present (#2241) (#2242)
sdip15fa
authored
5d13b0a
View commit details
Copy full SHA for 5d13b0a
View code at this point
Browse repository at this point
fix: Improper accessing of editor DOM element (#2234)
Show description for f05905a
matthewlipski
and
YousefED
authored
f05905a
View commit details
Copy full SHA for f05905a
View code at this point
Browse repository at this point
Commits on Dec 1, 2025
feat: Major Extensions & UI Refactor (#2143)
Show description for ed2c337
3 people
authored
ed2c337
View commit details
Copy full SHA for ed2c337
View code at this point
Browse repository at this point
Commits on Nov 4, 2025
test: add test case for exporting custom block (#2150)
nperez0111
authored
eecbca5
View commit details
Copy full SHA for eecbca5
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
fix: parsing `priority` for custom inline content and styles (#2119)
matthewlipski
authored
f1d6e89
View commit details
Copy full SHA for f1d6e89
View code at this point
Browse repository at this point
Commits on Oct 27, 2025
fix: add more lenient parsing for code blocks, to accept newlines #2105 (#2108)
Show description for a95859f
nperez0111
and
matthewlipski
authored
a95859f
View commit details
Copy full SHA for a95859f
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
chore: update deps (#2088)
nperez0111
authored
41e647e
View commit details
Copy full SHA for 41e647e
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
test: Unit tests for block type guards (#2103)
Show description for e6d3027
matthewlipski
authored
e6d3027
View commit details
Copy full SHA for e6d3027
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.