📜 ⬆️ ⬇️

JQuery Visual Editor

Visual editor

In the world of visual editors, there is CKeditor , there is tinyMCE - monstrous, not flexible, they are difficult to change for the tasks of sites and interfaces. There are small, simple, they are often with a terrible design, do not develop, are not supported. As a real developer, several years ago I decided to write my editor and during this time I constantly developed and simplified it. The essence of the editor is gradually reduced to simple requirements:


In my opinion, each of these tasks was solved and this is what came out of it:
Visual editor
You can touch the editor on the site , try it in action, download it for free and freely integrate it into your own projects.
The editor is written in jQuery, but in an unusual style, not like plugins for this library, this is justified, for two reasons:
  1. because I wanted to avoid the intricacies of many functions and make the code more flexible;
  2. The editor is not a plugin, but an independent thing in itself.

However, the editor does not require any third-party plug-ins and extensions, you just need to include the basic jQuery file, the editor itself and everything will work.

Why did you want to share?
')
Because I want to improve, I want to reduce errors to zero, so that they simply do not exist. I would like to have a good editor on all sites and would not need to suffer with a bunch of different solutions.

Why is there no button "clean from the garbage Word"?

This is a server-side task, since nobody uses this button, regular users and even editors, journalists do not understand why it is needed. If there is an opportunity to solve the problem due to automatic and software methods, it should be solved by these methods, not shifting to the user.

Why there is no one or another button and editor extensions?

This is one of the goals - to remove all unnecessary. Every time you want to come up with an extension, you have to beat your hands.

Will the documentation be developed and supplemented?

Required, including based on feedback and questions.

Is IE6 supported?

No and never will.

What is planned for the next version?

PS As I wrote above, the Editor wants to do even better, so if someone wants to rewrite this or that function, wants to make a reasonable proposal, please join, the editor has a place to write with suggestions on the site. The author of each change will be marked as a collaborator with all relevant links.

Source: https://habr.com/ru/post/94800/


All Articles