🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Htmle is a jQuery plugin for converting a normal textarea into a simple WYSIWYG editor that uses Font Awesome 4 for editor icons and Bootstrap 3 for add-link modal.

editor WYSIWYG-Editor

Documentation

Htmle

Yet another jQuery HTML WYSIWYG plugin

As the following image shows, Htmle has the a set of most common editing functions. Htmle can be customized to show only the required controls. It doesn't have a heavy design theme, so that you can easily alter its css to fit into the theme of your website.

Htmle Print Screen

Prerequisites

  1. font-awesome: for Htmle icons
  2. bootstrap: for add-link modal
  3. jQuery

Example

Add a <textarea id="editing-area"></textarea> element in you htmle page, and then execute the following javascript code:

	$(document).ready(function () {  		$('#editing-area').htmle();  	}); 

Note

More ways to utilize this plugin will be published soon..


You May Also Like