常用软件:TinyMCE - 简易免费在线HTML编辑器
看到博客园后台用的就是TinyMCE编辑器,不错,找来学一下用用看。
下载地址 http://www.tinymce.com/download/download.php
TinyMCE 4.0b1 | Contains all you need for production usage. | Download |
TinyMCE 4.0b1 jQuery package | Contains special jQuery build of TinyMCE and a jQuery integration plugin. | Download |
TinyMCE 4.0b1 development package | This package contains development tools and full source code. | Download |
Compressor 2.0.4 .NET | Compressor script for usage in .NET. | Download |
该编辑器支持图片直接粘贴,比如QQ截图、屏幕截屏等都可以直接粘贴在内容里,这些图片直接通过Url 的data:image方式保存在网页代码中,
可惜IE不支持浏览该格式的图片,其他浏览器支持的,有firefox,chrome,opera,safari。
url的data:image等其他直接保存于网页数据的描述见 Url的Data数据格式(还未写)