Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1012 Bytes

README.md

File metadata and controls

59 lines (38 loc) · 1012 Bytes

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