docs: add plugin tips

pr675
Hufe921 3 years ago
parent 46be700728
commit acdd107544

@ -1,7 +1,8 @@
# Custom Plugin
::: warning
Currently, only methods can be added and modified to the editor instance, and more functions will be extended in the future
::: tip
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,7 +1,8 @@
# 自定义插件
::: warning
目前仅支持对编辑器实例进行方法的增加及修改,后续扩展更多功能
::: tip
1. 目前仅支持对编辑器实例进行方法的增加及修改,后续扩展更多功能
2. 官方维护插件https://github.com/Hufe921/canvas-editor-plugin
:::
## 开发插件

@ -24,7 +24,6 @@
## 待开发
- 标题、列表功能完善
- 计算性能
- 控件规则
- 表格分页

Loading…
Cancel
Save