docs: add plugin tips

pr675
Hufe921 3 years ago
parent 46be700728
commit acdd107544

@ -1,7 +1,8 @@
# Custom Plugin # 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 ## Write a Plugin

@ -24,7 +24,6 @@ The official only provides the editor core layer npm package, the menu bar or ot
## TODO ## TODO
- Improve title and list functions
- Computational performance - Computational performance
- Control rule - Control rule
- Table paging - Table paging

@ -1,7 +1,8 @@
# 自定义插件 # 自定义插件
::: warning ::: tip
目前仅支持对编辑器实例进行方法的增加及修改,后续扩展更多功能 1. 目前仅支持对编辑器实例进行方法的增加及修改,后续扩展更多功能
2. 官方维护插件https://github.com/Hufe921/canvas-editor-plugin
::: :::
## 开发插件 ## 开发插件

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

Loading…
Cancel
Save