Ninja editor it’s tiny editor for blog, comment form and etc.
Very simple and fast(~1kb).
Avialable as codeigniter helper.
Its looks like
Example:
1st:
$this->load->helper("ninja");
2nd:
<html>
<head>
<title>Ninja editor</title>
<?php echo js_insert_ninja(); ?>
<?php echo css_insert_ninja(); ?>
</head>
<body>
<form name="blog">
<?php echo html_insert_ninja('comments'); ?>
<textarea name="comments" cols="40" rows="4"/textarea>
</form>
</body>
</html>
Where are:
js_insert_ninja();//script
css_insert_ninja();//style
html_insert_ninja('comments');//panel