CKEditor 4.3 Beta 发布,在线HTML编辑器

jopen 10年前

CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。

We are proud to announce the release of CKEditor 4.3 Beta. This editor version is packed with new features, including plenty of new plugins and a groundbreaking new feature, Widget System! Since we are introducing so many exciting new features at once, we are releasing a beta version first to let everyone familiarize with them before the final release (that is due in a few weeks).

Widget System

Widgets are special rich content units in that they are groups of elements which are treated as a single entity inside the editor.

Once developed, their structure (but not necessarily their content) is immutable and enforced by the CKEditor instance they are used in. These entities can thus be selected and deleted or moved freely as a whole around the editing area, keeping their predefined structure intact. At the same time all the individual parts of the widget (its "building blocks") can be edited or configured separately, again, without affecting the whole widget entity and its structure in the process.

Some scenarios where widgets would be most useful are:

  1. Captioned images that make it impossible to break the relationship between an image and its caption.
  2. Document templates that need to preserve the same form and just enable the user to fill in the designated parts.
  3. Block quotations with a caption that gives the quotation author and source.
  4. Annotations or references with source.
  5. Text blocks that should be repeated in multiple places across the page or pages with the same structure and styling.
  6. Content elements using external libraries that you want to isolate from the rest of the editor content.

ckeditor_widgets.pngThe screenshot above shows a customized CKEditor instance that uses a few sample widgets: a captioned image ("Saturn V carrying Apollo 11"), a captioned quotation (Neil Armstrong's words), a simple box template (listing the mission crew), mathematical formula (orbit equation) as well as the dates inserted inline in the first paragraph.

Read more about this exciting new feature here. The Widget System is provided in the new Widget plugin that introduces the Widget API which gives you plenty of possibilities to create your own widgets.

Meanwhile, check also two new plugins based on the Widget System - Enhanced Image and Mathematical Formulas!

Enhanced Image Plugin

The new image plugin is based on the Widget System. It lets you create an image widget with integrated image captions, an option to center images, and dynamic "click and drag" resizing. Creating a captioned image as a widget gives you a number of benefits, like the ability to select, move, and delete the whole unit without the risk of leaving a stray caption behind.

Mathematical Formulas

The new Mathematical Formulas plugin introduces the MathJax widget. You can now use it to create or modify mathematical equations using TeX. What's interesting is that you can mix the equations with normal text in a paragraph because the equations can also be inserted inline.

Other Changes

The creation of the Widget System triggered the introduction of a few considerable updates and new features in the CKEditor API. Here is the summary of the most important ones:

New Language Plugin

Another new feature is the Language plugin that implements the Language toolbar button to support WCAG 3.1.2 Language of Parts. This feature is yet another option that will improve the accessibility of CKEditor. It lets you mark the language of content that you are creating which ensures that user agents can correctly present content written in multiple languages. This makes it possible for user agents and assistive technologies to present content according to the presentation and pronunciation rules for that language.

ckeditor-language-sample.png

New Smileys

Last but not least, we introduced new smilies to go along the new CKEditor 4 line and its updated styling. We hope you will like the new editor face(s)! :-)

ckeditor_4.3_smileys.png

Download

Note: Because CKEditor 4.3 introduces a whole lot of new code, we have decided to release a beta version first. This will give everyone time to learn the new features and try them out.

Download CKEditor 4.3 Beta now (Standard + all plugins)!

This Beta release is not available in CKBuilder. It is however also available in a dedicated section of the CKEditor Download page.

Try It Out!

If you do not want to install the new version, the CKEditor 4.3 Beta samples are available here for everyone to play with.

License

CKEditor is available in Open Source and Commercial licenses. Full details can be found on our license page.

Reporting Issues

Please use the CKEditor development website to report issues and suggestions through tickets.

Support

Community support is available through our forums. Visit the support page for additional options.