mditor icon indicating copy to clipboard operation
mditor copied to clipboard

可否上传至CDN

Open hellokaton opened this issue 8 years ago • 4 comments

这个项目非常不错,给作者点赞 👍

我准备在 tale 项目中使用,可否将发布的js/css 发布到CDN上,比如 http://www.bootcdn.cn 或者其他的前端CDN

还有个小tip,希望把 toolbar 的选项列举出来 😄

hellokaton avatar Mar 05 '17 10:03 hellokaton

@biezhi

CDN 目前仅能用 unpkg,如下:

...
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/mditor.min.css" />
...
<script src="https://unpkg.com/[email protected]/dist/js/mditor.min.js"></script>
...

Toolbar 目前在 README 中有一些简单的说明,主要就是一个数组 mditor.toobar.items,对这个数组直接进行各种操作就行了,稍后会写的更清楚些。

在使用过程中,有任何问题,可以随时联系,我很乐意。

Houfeng avatar Mar 06 '17 02:03 Houfeng

@biezhi

有新的版本发布,请用新的 CDN 资源

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/mditor.min.css" />
<script src="https://unpkg.com/[email protected]/dist/js/mditor.min.js"></script>

Houfeng avatar Mar 09 '17 03:03 Houfeng

若想要实现图片上传按钮可选择本地图片进行上传,如何实现?

wugy11 avatar Apr 13 '17 09:04 wugy11

@devotion987 自定义「图片」按钮的行为就行了

Houfeng avatar Apr 14 '17 06:04 Houfeng