mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:26:02 +00:00
0d9b43206c
* feat: load vditor dep from local
* fix: plugin-field-markdown-vditor build config
* Revert "fix: plugin-field-markdown-vditor build config"
This reverts commit 60d344d340
.
* feat: plugin-field-markdown-vditor: use NODE_ENV
* fix: plugin-field-markdown-vdtor dep preload
* fix: plugin-field-markdown-vdtor dep preload
* fix: plugin-field-markdown-vdtor dep preload
* feat: plugin-field-markdown-vditor set default valut for edit
* fix: cdn
* fix: set vditor editor value after create
* fix: cdn
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
||
"name": "@nocobase/plugin-field-markdown-vditor",
|
||
"displayName": "Collection field: Markdown(Vditor)",
|
||
"displayName.zh-CN": "数据表字段:Markdown(Vditor)",
|
||
"description": "Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.",
|
||
"description.zh-CN": "用于存储 Markdown,并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
|
||
"version": "0.21.0-alpha.15",
|
||
"license": "AGPL-3.0",
|
||
"main": "dist/server/index.js",
|
||
"homepage": "https://docs.nocobase.com/handbook/field-markdown-vditor",
|
||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-markdown-vditor",
|
||
"peerDependencies": {
|
||
"@nocobase/client": "0.x",
|
||
"@nocobase/server": "0.x",
|
||
"@nocobase/test": "0.x"
|
||
},
|
||
"devDependencies": {
|
||
"@ant-design/icons": "5.x",
|
||
"@formily/antd-v5": "1.x",
|
||
"@formily/core": "2.x",
|
||
"@formily/react": "2.x",
|
||
"@formily/shared": "2.x",
|
||
"antd": "5.x",
|
||
"koa-send": "^5.0.1",
|
||
"vditor": "^3.10.3"
|
||
},
|
||
"keywords": [
|
||
"Collection fields"
|
||
]
|
||
}
|