Javascript WSYIWYG 文本区域编辑器的 CKEditor 替代品
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12719241/
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
Alternatives to CKEditor for WSYIWYG text area editor
提问by goddamnyouryan
Me and my company are looking for an alternative to CKEditor to use in our CMS. Preferably we would like something a bit more up to date and significantly more lightweight.
我和我的公司正在寻找 CKEditor 的替代品以在我们的 CMS 中使用。最好我们想要一些更新的东西,而且重量明显更轻。
We're a rails 3.2 shop, so something that integrates easily with rails would be nice.
我们是一家 rails 3.2 商店,因此可以轻松与 rails 集成的东西会很好。
Really we are just looking for the formatting features, and possibly image uploading (though we have an api, so this might be difficult) via integration with paperclip.
实际上,我们只是在寻找通过与回形针集成的格式功能,以及可能的图像上传(尽管我们有一个 api,所以这可能很困难)。
So far we've seen
到目前为止我们已经看到
- CKEditor
- TinyMCE
- Markdown
- CK编辑器
- 微型MCE
- 降价
Does anyone have any suggestions or thoughts?
有没有人有任何建议或想法?
Thanks!
谢谢!
采纳答案by Parris
I just found:
我刚刚发现:
https://github.com/xing/wysihtml5
https://github.com/xing/wysihtml5
http://jhollingworth.github.com/bootstrap-wysihtml5/
http://jhollingworth.github.com/bootstrap-wysihtml5/
Update (this one is pretty great and customizable): https://github.com/guardian/scribe
更新(这个非常棒且可定制):https: //github.com/guardian/scribe
回答by eduludi
If you want a WYSIWYG editor for a Rails 3.2 project, take a look at Mercury Editor. There is also a Railscast (#296)that explains how it works.
如果您想要 Rails 3.2 项目的 WYSIWYG 编辑器,请查看Mercury Editor。还有一个Railscast (#296)解释了它是如何工作的。
Raptor Editoris another awesome option.
Raptor Editor是另一个很棒的选择。
For a tiny alternative, I suggest CLEditor(but seem to be "abandoned" at this time)
对于一个很小的替代方案,我建议使用CLEditor(但此时似乎已被“放弃”)