javascript 类似于weebly页面编辑器的丰富内容编辑器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5028866/
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-10-25 15:43:46  来源:igfitidea点击:

rich content editor similar to weebly page editor

javascriptjqueryhtmlinterfacewysiwyg

提问by Nir Gavish

does anyone know of a nice javascript (preferably jquery) library that allows you to drag, drop and edit in place, in a similar manner to the weebly content editor?

有没有人知道一个不错的javascript(最好是jquery)库,它允许您以类似于weebly 内容编辑器的方式拖放和编辑到位?

回答by Deepak Thomas

I've been searching for something similar for a long time. Here's a compilation of the best I've found so far (apart from the obvious ones like TinyMCE, FCK Editor, NicEdit, MarkItUp! etc..)

我一直在寻找类似的东西很长一段时间。这是迄今为止我发现的最好的汇编(除了像 TinyMCE、FCK Editor、NicEdit、MarkItUp!等明显的那些)

Paid:

有薪酬的:

(updated 20 Oct 2017)

(2017 年 10 月 20 日更新)

回答by PieBie

So, almost four years after the original question, people are still searching.

因此,在最初提出问题将近四年之后,人们仍在寻找。

I've been researching something similar for a couple of days now. We need a drag & drop editor for inclusion in an open source project. It needs to be a truly drag & drop site builder, not just a (fancy) text editor. These are some of the editors that look promising. Some of these may have been mentioned before. Not all are free or open source.

我已经研究了几天类似的东西。我们需要一个拖放编辑器以包含在开源项目中。它需要是一个真正的拖放站点构建器,而不仅仅是一个(花哨的)文本编辑器。这些是一些看起来很有前途的编辑器。其中一些可能之前已经提到过。并非所有都是免费或开源的。

回答by Jacobo Lopez

I had the same concern a year ago and doing some research I found impresspages CSM give it a try. it is amazing. It's written in PHP and usus jquery to provide drag and drop for edit in place functionality. current version 2.6 and it's Open Source GNU GPL v3.0 or MIT license.

一年前我也有同样的担忧,做了一些研究,我发现 impresspages CSM 试一试。太棒了。它是用 PHP 和 usus jquery 编写的,为就地编辑功能提供拖放功能。当前版本 2.6,它是开源 GNU GPL v3.0 或 MIT 许可证。

Impresspages CMS

印象页内容管理系统

回答by Thariama

I use tinymce rich text editorwith jQuery and i am able to edit in place, drag and drop.

我使用带有 jQ​​uery 的tinymce 富文本编辑器,我能够就地编辑、拖放。