14 lines
365 B
Markdown
14 lines
365 B
Markdown
|
|
# wangEditor core
|
|||
|
|
|
|||
|
|
[wangEditor](https://www.wangeditor.com/) core.
|
|||
|
|
|
|||
|
|
## Main Functionalities
|
|||
|
|
- View( model -> vdom -> DOM ) + Selection
|
|||
|
|
- Menus + toolbar + hoverbar
|
|||
|
|
- Core editor APIs and events
|
|||
|
|
- Register third-party modules (menus, plugins...)
|
|||
|
|
|
|||
|
|
## Main dependencies
|
|||
|
|
- [slate.js](https://docs.slatejs.org/)
|
|||
|
|
- [snabbdom.js](https://github.com/snabbdom/snabbdom)
|