facebook / lexical

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
https://lexical.dev
MIT License
19.69k stars 1.67k forks source link

Add VanillaJS Getting Started Documentation #1515

Closed acywatson closed 2 years ago

acywatson commented 2 years ago

https://lexical-website-new.vercel.app/docs/getting-started/quick-start

We need to fill this in with a simple step-by-step of how to use Lexical with plain old javascript. This may help illustrate some of the fundamental concepts, but shouldn't go deep into them (yet). We should only go into what's necessary to get started as simply as possible, then link out to the other guides for more details (Plugins, Commands, Custom Nodes, etc) Accompanying code sandboxes would be nice.

thegreatercurve commented 2 years ago

This has already been added.