TinyMCE 在 11 月发布了 4.5 版本,增加了很多新功能。今天发布的 4.5.1 主要是修复一些 bug,包括:
-
fixed bug where the lists plugin wouldn't initialize without the advlist plugins if served from cdn.
-
fixed bug where selectors with "*" would cause the style format preview to throw an error.
-
fixed bug with toggling lists off on lists with empty list items would throw an error.
-
fixed bug where editing images would produce non existing blob uris.
-
fixed bug where the offscreen toc selection would be treated as the real toc element.
-
fixed bug where the aria level attribute for element path would have an incorrect start index.
-
fixed bug where the offscreen selection of cE=false that where very wide would be shown onscreen. Patch contributed by Steven Bufton.
-
fixed so the default_link_target gets applied to links created by the autolink plugin.
-
fixed so that the name attribute gets removed by the anchor plugin if editing anchors.
完整的版本记录请看 https://www.tinymce.com/docs/changelog/
TinyMCE是一个轻量级的基于浏览器的所见即所得编辑器,支持目前流行的各种浏览器,由JavaScript写成。功能配置灵活简单(两行代码就可以将编辑器嵌入网页中),支持AJAX。另一特点是加载速度非常快,如果你的服务器采用的脚本语言是 PHP,那还可以进一步优化。最重要的是,TinyMCE是一个根据LGPL license发布的自由软件,你可以把它用于商业应用。下图是此编辑器的界面