You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
365 B
14 lines
365 B
|
2 years ago
|
# 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)
|