Popular repositories Loading
-
usb_midi
usb_midi PublicA lightweight, background tool which allows for connected MIDI devices to interact with each other over a USB connection.
Python
-
-
optab
optab PublicSimple app which allows for using the Alt+Tab hotkey to trigger the macOS app switching menu as well as the existing Cmd+Tab hotkey.
Python
-
rehype
rehype PublicForked from rehypejs/rehype
HTML processor powered by plugins part of the @unifiedjs collective
JavaScript
-
liveblocks
liveblocks PublicForked from liveblocks/liveblocks
Liveblocks is a real-time collaboration infrastructure for developers.
TypeScript
-
partykit
partykit PublicForked from partykit/partykit
PartyKit simplifies developing multiplayer applications
TypeScript
497 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 6 commits in 1 repository
Created a pull request in TypeCellOS/BlockNote that received 21 comments
feat: Unit testing setup restructure
This PR restructures clipboard and format conversion tests for @blocknote/core
and @blocknote/react
, making all of them use the same design pattern…
Opened 6 other pull requests in 1 repository
TypeCellOS/BlockNote
5
merged
1
open
-
feat: Inline style props in external HTML
This contribution was made on Apr 24
-
fix: Lossy html conversion equality
This contribution was made on Apr 23
-
fix: Formatting toolbar regression
This contribution was made on Apr 22
-
fix: Selection handling when clicking editor padding
This contribution was made on Apr 22
-
docs: Update custom drag handle menu example
This contribution was made on Apr 22
-
feat: Better parsing of external HTML attributes & inline styles
This contribution was made on Apr 11
Reviewed 9 pull requests in 1 repository
TypeCellOS/BlockNote
9 pull requests
-
feat: Inline style props in external HTML
This contribution was made on Apr 28
-
feat: Better parsing of external HTML attributes & inline styles
This contribution was made on Apr 28
-
feat: Unit testing setup restructure
This contribution was made on Apr 12
-
feat:
change
event allows getting a list of the changes madeThis contribution was made on Apr 9 -
fix: allow opening another suggestion menu if another is triggered #1473
This contribution was made on Apr 9
-
feat(core): add blocknote transactions
This contribution was made on Apr 9
-
feat: position storage
This contribution was made on Apr 1
-
fix: some more sentry fixes
This contribution was made on Apr 1
-
chore: use pnpm instead of npm
This contribution was made on Apr 1
Created an issue in TypeCellOS/BlockNote that received 2 comments
HTML Serialization
Problem The fact that we have two separate types of HTML (internal and external) that we can serialize documents to is unconventional, kind of conf…