- London, United Kingdom
Highlights
- 2 discussions answered
Block or Report
Block or report trueadm
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
facebook/lexical Public
Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
-
infernojs/inferno Public
🔥 An extremely fast, React-like JavaScript library for building modern user interfaces -
facebook/react Public
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
react-compiler Public archive
An experimental React compiler for typed function component trees
-
2,517 contributions in the last year
Contribution activity
April 2022
Created 71 commits in 1 repository
Created a pull request in facebook/lexical that received 5 comments
Extract core methods into utility functions
This is a code golfing exercise in trying to reduce core code size. Instead of doing many class property accessing, which doesn't get minified, we …
Opened 57 other pull requests in 1 repository
facebook/lexical
55
merged
1
closed
1
open
- Avoid preventDefault on pressing enter
- Further improve Android + GBoard compatibility
- Change button to be playground
- Fix readOnly button on playground
- More docs3
- Update intro.md
- Fix issues with StickNotes in collab
- Fix StickyNode collaboration issues
- Add better initial rich text content
- Move sticky note to toolbar
- Add theming docs
- More docs!
- Fix memory leak with EditorContext
- Add more docs
- Optimize toolbar perf
- Fix CI e2e tests
- Update Discord links
- library vs framework
- Skip reconciled selection changes
- Fix android GBoard issues
- Fix detection of iOS browser
- Improve docs
- Improve CodeBlock selection escaping
- Fix dialog css
- Fix bug with $setSelection
- Some pull requests not shown.
Reviewed 62 pull requests in 1 repository
facebook/lexical
25 pull requests
- Avoid preventDefault on pressing enter
- Fix bug with alignment for root level decorator nodes v2
- Fix issue with inserting paragraphs between text nodes.
- Add KEY_MODIFIER_COMMAND
- Fix playground README link
- Add LexicalCode TS types
- Further improve Android + GBoard compatibility
- Fix format element for DecoratorNode
- Fix inlines in insertParagraph
- feat: added title and aria-label to playground editor buttons
- Fix toolbar active editor
- Command priorities as constants
- Fix website start command
- Dont lose table selection when focus changes
- Ensure each TableSelection only acts on commands related to it's own TableNode
- TableSelection: Fix backward range selection hijack logic
- Add more docs
- Bump version to 0.2.1
- Add Tests for special Table selection behavior
- Delete old website
- update playground url
- fix typo
- Remove default content
- Skip transforms of text/highlight nodes while transforming whole codeblock
- Update prettier config option name
- Some pull request reviews not shown.
Created an issue in facebook/lexical that received 2 comments
Feature: move internal node nesting model to doubly linked lists
Today, Lexical nodes are nested using arrays. This means that ElementNode references an array of child node keys. However, we can improve performan…