Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzy321/simditor-upload-file
https://github.com/dzy321/simditor-upload-file
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzy321/simditor-upload-file
- Owner: dzy321
- Created: 2017-02-23T14:12:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T15:41:25.000Z (about 6 years ago)
- Last Synced: 2024-11-07T18:04:31.685Z (9 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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',
],
}```