@ -1,7 +1,8 @@
# Custom Plugin
::: warning
::: tip
Currently, only methods can be added and modified to the editor instance, and more functions will be extended in the future
1. Currently, only methods can be added and modified to the editor instance, and more functions will be extended in the future
2. Official maintenance plugin: https://github.com/Hufe921/canvas-editor-plugin
:::
## Write a Plugin
@ -24,7 +24,6 @@ The official only provides the editor core layer npm package, the menu bar or ot
## TODO
- Improve title and list functions
- Computational performance
- Control rule
- Table paging
# 自定义插件
目前仅支持对编辑器实例进行方法的增加及修改,后续扩展更多功能
1. 目前仅支持对编辑器实例进行方法的增加及修改,后续扩展更多功能
2. 官方维护插件:https://github.com/Hufe921/canvas-editor-plugin
## 开发插件
@ -24,7 +24,6 @@
## 待开发
- 标题、列表功能完善
- 计算性能
- 控件规则
- 表格分页