qiwenilli / quill

quill 富文本在线编辑器、集成了粘贴板图片直接复制粘贴、图片拖拽、图片base64自动上传;等功能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quill Logo

快速开始就到

https://github.com/quilljs/quill

config

<script>
var quil_editor = new Quill('#quill_content', {
	modules: {
		toolbar: '#toolbar',
		ImageDrop: true,
		imgupload: {
			url: "http://xx/upload.api.php",
			cross: true, //axois 跨域配置
			postdata : {"name":"test"},
			callfun : function(ret){
				console.log(ret);

				return "https://img-xhpfm.zhongguowangshi.com/News/201711/39bfb4533445438cabd6337aed3eea18.jpg@640w_1e_1c_80Q_1x.jpg";
			}
		},
	},
	theme: 'snow',
	debug: true,
});
</script>

About

quill 富文本在线编辑器、集成了粘贴板图片直接复制粘贴、图片拖拽、图片base64自动上传;等功能

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 94.1%Language:CSS 5.0%Language:Shell 0.8%Language:Ruby 0.0%