Ueditor is a WYSIWYG editor developed by Baidu web front-end R&D department. It is lightweight, customizable, and focuses on user experience. Ueditor is based on the BSD open source protocol. In addition to its lightweight characteristics of streamlined code and fast loading, Ueditor also adopts a layered concept so that developers can freely customize it according to actual applications and needs.
The Ueditor editor is divided into a three-tier architecture. Among them, the core layer provides developers with underlying API interfaces such as range, selection, and domUtils. The middle command plug-in layer not only provides a large number of basic commands, but also allows developers to develop command commands based on the core layer, and is user-oriented. The interface layer on the end can provide a freely customized user interaction interface. The configurable model of Ueditor open source editor allows developers to access any layer for development according to their own needs.
Baidu Editor v1.2.5.1 update content:
Fix the bug of "eating words" in the input method under chrome 26
Baidu Editor v1.2.5.0 update content: new features
. Table overall reconstruction
. table supports inserting headers and titles
. table supports copying
. table supports arbitrary adjustment of width and height
. table supports arbitrary front and back insertion of rows and columns
. table keyboard operation imitates word user experience
. Add table to evenly distribute rows and columns
.Add table cell alignment
.Add table alignment
. Add a selected part of the table and click backspace or delete to delete the function.
. Override table properties and cell properties dialog
. Pasting supports three modes: plain text, source code, and pure tags.
. Add the getContentLength interface for calculating the number of words.
. Add wordcount event to calculate word count
. Image upload supports dynamic binding of parameters.
. The list function has been rewritten to support new list tags such as one, one), (one), 1), (1), -- etc.
.Adjusted the logic of tab key in list
. Added levels to limit lists
. Full screen shortcut key ALT+Z
. Added uparse.js display page loader
. Optimization and repair
. Optimized the code insertion function
. Code highlighting in source code mode is disabled by default under IE.
. The screenshot function supports non-IE browsers
. Fixed the problem of inaccurate fallback when inputting Chinese in non-IE mode.
. Improved the rollback operation during keyboard input.
Expand