You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
joefalmko 20a0d4c214
Merge branch 'master' of code.gitlink.org.cn:zolo2468216537/coeditor
3 months ago
GinSkeleton ckeditor5改为vue版本便于集成到前端,增加“导出Word”插件(有bug) 3 months ago
ckeditor5 Merge branch 'master' of code.gitlink.org.cn:zolo2468216537/coeditor 3 months ago
coeditor_frontend modify directory 3 months ago
.gitignore ckeditor5改为vue版本便于集成到前端,增加“导出Word”插件(有bug) 3 months ago
README.md 增加ckeditor5和使用的说明 3 months ago

README.md

后端启动

cd GinSkeleton; go mod tidy; go run main.go api文档见 GinSkeleton/api_doc.md

CKEditor

ckeditor5-build-classic/handbook.md中有一些参考, 包括下载、安装、引用、配置插件等。