近日想更换网站的在线编辑器,现在用的是htmlarea,这个编辑器已经停止开发了,官网变成了所见即所得的在线编辑器的目录。就连支持论坛都变成了只读了,上面贴出了这么一段:
We've made these forums available as a read-only reference and knowledge-base for people using or developing editors based on htmlArea 2 or 3.
Anyone who is interested in taking over version 2 or 3 is free to do so. All we ask is that you choose a new name that doesn't have "htmlarea" in it to avoid confusion with this site. We'll even give you a link in the directory to make it easier for people to find you. If you are developing or hosting an htmlArea based-editor under a new name, please submit it to our directory.
大意就是htmlarea 2和3都停止开发了,谁有兴趣可以拿去,我们唯一要求就是起新名的时候不要有“htmlarea”以免混淆这个站点,你甚至可以提交到这个目录中来。
当初这个用的人还是挺多的。
想找个最好最适用的在线编辑器,功能不需要太多,要支持xhtml,生成代码要比较规范。找出来一些常用的:
FCKeditor is compatible with most internet browsers which include: IE 5.5+ (Windows), Firefox 1.5+, Opera9.5+
最新版本:FCKeditor 2.6
语言环境:多国语言
特性功能:所见所得,支持平台众多,支持XHTML 1.0,文本格式设置,常见的编辑,复制,粘贴,撤销,文件上传等功能
授权方式:开源免费
官方地址:http://www.fckeditor.net/
下载地址:http://www.fckeditor.net/download/default.html
演示:http://www.fckeditor.net/demo/default.html
使用FCKeditor的cms已经非常多了,这在国内也是一个非常常见的编辑器。
eWebEditor是基于浏览器的、所见即所得的在线HTML编辑器。她能够在网页上实现许多桌面编辑软件(如:Word)所具有的强大可视编辑功能。WEB开发人员可以用她把传统的多行文本输入框<TEXTAREA>替换为可视化的富文本输入框,使最终用户可以可视化的发布HTML格式的网页内容。eWebEditor!已基本成为网站内容管理发布的必备工具!
国产的html编辑器,国内应用广泛,但这个不是免费的,收费可谓比较昂贵,最便宜都要800元,只有在中国的盗版泛滥的环境里面才会用的这么广泛。
很多asp程序都是用这个的,目前最高版本5.2,官网:http://www.ewebeditor.net/
TinyMCE
也是一个应用很广泛的在线编辑器,开源免费。在国外用的更多一些。
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other CMS systems.
Features
- Easy to integrate, takes only two lines of code.
- Theme and template support.
- Plugin support.
- Easy to extend with custom code.
- Customizable HTML/XHTML 1.0 output. Block invalid elements and force attributes.
- International language support (Language packs) currenly English, Swedish, Italian, German, Czech, Hungarian, Dutch, Finnish, Danish and Arabic and much more.
- Multiple browser support, currently Mozilla, MSIE, FireFox, Opera and limited Safari support.
国外著名CMS Joomla!默认就是这个在线编辑器。
此外,还查到比如Cute editor,asp.net下面的,也是收费HTML编辑器,据说很不错。
看来最好还是在FCKeditor和TinyMce之间选择会比较理想。尤其是有版权问题的东西。