Skip to content

arryanggaputra/Mokki-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mokki-Editor

alt tag

Mokki Editor is a lightweight HTML5 WYSIWYG / HTML Rich Text Editor. Some feature are included :

- HTML live preview
- Embed video iframe
- Insert image location
- Light Weight

Requirements

- jquery-1.11.1.min.js
- font-awesome-4.1.0 or Higher

Instalation

  • Include mokki editor library
<script src="mokki_asset/mokki_js/core.js"></script>
  • Include mokki style library
<link href="mokki_asset/mokki_style/core.css" rel="stylesheet"/>
  • Include Font Awesome library
<link href="resource/css/font-awesome.min.css" rel="stylesheet"/>

How to use?

Just call mokki function in your javascript

	$(function () {
		Mokki.editor('.your_Text_Area');
	});	

Contact

@arryanggaputra - my personal twitter account

About

Mokki Editor is a lightweight HTML5 WYSIWYG / HTML Rich Text Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published