Javascript 具有图像上传选项的富文本编辑器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10488617/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-24 01:34:23  来源:igfitidea点击:

Rich text editor that has image upload option

javascriptjqueryrich-text-editor

提问by black_belt

I am trying to create a Content Management System using Codeigniter. At present I am stuck on finding a text editor that has built-in image upload option (just like in joomla), so that users can insert images in the content from their uploaded images.

我正在尝试使用 Codeigniter 创建一个内容管理系统。目前我一直在寻找一个具有内置图像上传选项的文本编辑器(就像在 joomla 中一样),以便用户可以从上传的图像中插入图像。

I have found so many text editors but haven't found any which has a built-in image upload option.

我找到了很多文本编辑器,但没有找到任何具有内置图像上传选项的。

Could you please suggest an open source Rich text editor that has image upload option?

您能否推荐一个具有图像上传选项的开源富文本编辑器?

回答by creativeby

TinyMCEExample here. (Image upload: Go to Images -> Klick the "Browse" icon!

此处为TinyMCE示例。(图片上传:转到图片 -> 点击“浏览”图标!

NiceeditExample here

Niceedit示例在这里

CKEditorExample here

CKEditor示例在这里

I would recommend these 3!

我会推荐这3个!

回答by Hymantheripper

CKEditoris always a good solution

CKEditor总是一个很好的解决方案

See a demo here

在此处查看演示

回答by Elliot Bonneville

TinyMCEin combination with the MCImageManagerplugin is a decent option. I'm biased though because I think TinyMCE is awesome (it's amazingly easy to integrate, for one thing).

TinyMCEMCImageManager插件相结合是一个不错的选择。我有偏见,因为我认为 TinyMCE 很棒(一方面,它非常容易集成)。

回答by techie_28

You go for tiny mce.It has an image uploading plugin and that you will have to buy from them. I dont think you will get any editor with free image uploading feature.

您选择小型 mce。它有一个图像上传插件,您必须从他们那里购买。我不认为你会得到任何具有免费图片上传功能的编辑器。