Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanmcdermott/lexical_vanilla
An actual vanilla JavaScript example of Lexical text editor
https://github.com/ryanmcdermott/lexical_vanilla
Last synced: 14 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T05:04:48.000Z (about 1 year ago)
- Last Synced: 2024-10-21T21:09:38.475Z (2 months ago)
- Language: JavaScript
- Homepage: https://ryanmcdermott.me/lexical_vanilla
- Size: 1.45 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- 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 [email protected]:ryanmcdermott/lexical_vanilla.gitcd 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