Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deniyaldanidan/lexical-crash
Project to try to understand lexical
https://github.com/deniyaldanidan/lexical-crash
lexical react reactjs rich-text-editor
Last synced: 5 days ago
JSON representation
Project to try to understand lexical
- Host: GitHub
- URL: https://github.com/deniyaldanidan/lexical-crash
- Owner: deniyaldanidan
- Created: 2024-04-25T00:58:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T00:59:40.000Z (8 months ago)
- Last Synced: 2024-04-25T02:22:05.149Z (8 months ago)
- Topics: lexical, react, reactjs, rich-text-editor
- Language: TypeScript
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lexical Crash
## What does the RTE need??
- [x] Heading 1 - 4
- [x] Paragraph
- [x] Bold
- [x] Italic
- [x] underline
- [x] highlighted text
- [x] strike through
- [x] Code
- [x] Text alignment (left, right, justify, center).
- [x] indent/outdent
- [x] BlockQuote
- [x] Lists (both ordered & unordered)
- [x] CheckList
- [x] UNDO / REDO
- [x] autolinks---
- [ ] Multiline Code using @lexical/code
- [ ] Gist
- [ ] Link## Bookmarks:
- [lexical-playground source code](https://github.com/facebook/lexical/tree/0775ab929e65723433626fa8c25900941e7f232f/packages/lexical-playground)
- [lexical-playground](https://playground.lexical.dev/)
- [lexical-stackblitz](https://stackblitz.com/edit/facebook-lexical-gjk3aa)
- [lexical-codesandbox](https://codesandbox.io/p/sandbox/ecstatic-maxwell-kw5utu?from-embed=)
- [insert gist embed script in react stackoverflow ](https://stackoverflow.com/q/57484257/16537404)
- [lexical docs](https://lexical.dev/docs/intro)
- [lexical video guides YT](https://youtube.com/playlist?list=PLKFsPcF-fiIjcTDQJpWEbRv8Sy57AA_f3&si=JNIZRoMmI174cB_b)