- London, United Kingdom
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,507 contributions in the last year
Contribution activity
April 2022
Created 70 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 56 other pull requests in 1 repository
facebook/lexical
54
merged
1
closed
1
open
- 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
- Make playground logo a link
- Some pull requests not shown.
Reviewed 57 pull requests in 1 repository
facebook/lexical
25 pull requests
- 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
- Update prism
- Fixes split view in PR previews
- Fix docs for typed commands
- Capitalize 'tweet' in Playground Insert Menu
- Improve CMD+A support for documents containing Tables
- Some pull request reviews not shown.
Created an issue in facebook/lexical that received 2 comments
Improve the playground toolbar's appearance
Right now the Github playground toolbar is far too wide. We should have "Insert:" option with a "…" button like Quip does for all the different thi…