Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.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