Skip to content

HandyEditor is a WYSIWYG rich text web editor from Catfish CMS that is lightweight, easy to use, customizable, multi-language supported and user-focused.

Notifications You must be signed in to change notification settings

xwlrbh/HandyEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HandyEditor

HandyEditor is a WYSIWYG rich text web editor from Catfish CMS that is lightweight, easy to use, customizable, multi-language supported and user-focused.

Welcome to HandyEditor

Instructions:

1, import HandyEditor javaScript file

<script src="HandyEditor.min.js"></script>

2, add HandyEditor code in your javaScript code

The editor is the textarea id

var he = HE.getEditor('editor');

3, get the contents of the editor

Get the HTML code

he.getHtml();

Get plain text

he.getText();

For more advanced usage please visit Catfish CMS official website or HandyEditor details page

About

HandyEditor is a WYSIWYG rich text web editor from Catfish CMS that is lightweight, easy to use, customizable, multi-language supported and user-focused.

Resources

Stars

Watchers

Forks

Packages

No packages published