visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
280 stars 44 forks source link

Sys - Improve docs #204

Closed adrian-moisa closed 1 year ago

adrian-moisa commented 1 year ago
dx314 commented 1 year ago

Currently the docs are out of date, as EditorController.basic no longer exists. As someone new to the project I actually have no idea how to get started.

adrian-moisa commented 1 year ago

Yes, we need to patch that and a bunch of other places. It's leftover work from the previous large refactor

adrian-moisa commented 1 year ago

Finally we have a grand document to overview the entire editor architecture: Architecture Overview. Wished Quill had this document. It would have spared us half an year of work to fork and refactor Quill.