https://github.com/ryanmcdermott/lexical_vanilla
An actual vanilla JavaScript example of Lexical text editor
https://github.com/ryanmcdermott/lexical_vanilla
Last synced: 4 months ago
JSON representation
An actual vanilla JavaScript example of Lexical text editor
- Host: GitHub
- URL: https://github.com/ryanmcdermott/lexical_vanilla
- Owner: ryanmcdermott
- License: mit
- Created: 2023-11-19T04:45:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T05:04:48.000Z (over 2 years ago)
- Last Synced: 2025-09-23T14:02:27.670Z (9 months ago)
- Language: JavaScript
- Homepage: https://ryanmcdermott.me/lexical_vanilla
- Size: 1.45 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# lexical_vanilla
A truly vanilla example of Meta's [Lexical](https://github.com/facebook/lexical)
text editor library. No external dependencies, no build steps, no hassle.
Tame the chaos!
## Running
```
git clone git@github.com:ryanmcdermott/lexical_vanilla.git
cd lexical_vanilla
python -m http.server
# Open your browser to http://localhost:8000
```
## Credits
Adapted from https://codesandbox.io/s/lexical-rich-text-vanilla-3m1z7p