From acdd1075449a38270e3fe6fd0c9eb75f21c433cb Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Sat, 23 Sep 2023 16:16:01 +0800 Subject: [PATCH] docs: add plugin tips --- docs/en/guide/plugin.md | 5 +++-- docs/en/guide/start.md | 1 - docs/guide/plugin.md | 5 +++-- docs/guide/start.md | 1 - 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/en/guide/plugin.md b/docs/en/guide/plugin.md index 51ba735..672d4d4 100644 --- a/docs/en/guide/plugin.md +++ b/docs/en/guide/plugin.md @@ -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 diff --git a/docs/en/guide/start.md b/docs/en/guide/start.md index 16ac0e0..9ca04d5 100644 --- a/docs/en/guide/start.md +++ b/docs/en/guide/start.md @@ -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 diff --git a/docs/guide/plugin.md b/docs/guide/plugin.md index ed1cf6c..d939b6a 100644 --- a/docs/guide/plugin.md +++ b/docs/guide/plugin.md @@ -1,7 +1,8 @@ # 自定义插件 -::: warning -目前仅支持对编辑器实例进行方法的增加及修改,后续扩展更多功能 +::: tip +1. 目前仅支持对编辑器实例进行方法的增加及修改,后续扩展更多功能 +2. 官方维护插件:https://github.com/Hufe921/canvas-editor-plugin ::: ## 开发插件 diff --git a/docs/guide/start.md b/docs/guide/start.md index 29b577e..84d362d 100644 --- a/docs/guide/start.md +++ b/docs/guide/start.md @@ -24,7 +24,6 @@ ## 待开发 -- 标题、列表功能完善 - 计算性能 - 控件规则 - 表格分页