Skip to content

EWysiwyg the very lightweight and extensible wysiwyg editor

License

Notifications You must be signed in to change notification settings

dev-drozd/ewysiwyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWysiwyg - Jquery plugin

EWysiwyg the very lightweight and extensible wysiwyg editor:

Live demo

Preview

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:

  1. Revolut: Donate Revolut
  2. PayPal: Donate PayPal
  3. PrivatBank: 4149 6293 3157 1273

Donate

About

EWysiwyg the very lightweight and extensible wysiwyg editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published