Skip to content

Cherish-xzw/zephyr-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Zephyr-Editor ?

Zephyr-Editor is a lightweight rich text editor . Based on jQuery.

Getting Started

git clone https://github.com/Cherish-xzw/zephyr-editor.git
cd zephyr-editor
npm install
gulp

How to use ?

First of all , you need to create a dom element called textarea.

<textarea id="text"></textarea>

Then , add the zephyr.js to your HTML script tag . Note that , you need to import jQuery first.

<script src="jquery.js"></script>
<script src="jquery.zephyr.js"></script>
<script>
    $(document).ready(function(){
        $("#text").zephyr();
    });
</script>

About

zephyr-editor. A lightweight rich text editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published