Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dzy321/simditor-upload-file


https://github.com/dzy321/simditor-upload-file

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

## Simditor-Upload-File

这是 `Simditor` 的一个小插件,支持文件上传

## 使用

只需要在 simditor.js 后引入这个文件即可

```js

...

var bindAttachUpload = function(uploadInput, callback){
...
}
this.editor = new Simditor({
attach: {
bindUpload: bindAttachUpload,
},
toolbar: [
'uploadfile',
],
}

```