EWySiWyg

The very lightweight and extensible wysiwyg editor

Installation:

To install EWySiWyg on a website, you need to add the following lines between the <head> tags:

<link rel="stylesheet" href="css/EWySiWyg.css">
<script src="js/EWySiWyg.min.js"></script>

Initialization:

To get the initialization

$("textarea").EWySiWyg();

Expansion

To write your own plugin for EWySiWyg:

$.EWySiWyg.methods = function(){
    return this;
};

Donate the project:

If you like this project, you can support the author so that he can continue to develop