tags:

views:

38

answers:

1

hi!! i want to create a simple text editor for a website which works something like forums.. eg. if the user clicks on font color(after selecting a particular text), the selected text should be wrapped around some text something like [FONT COLOR="some_color"]sample text[/FONT]

i don't wanna use tinymce, because it's mammoth for my needs..any suggestions?? thankx..

+1  A: 

markItUp! is lightweight, customizable and extensible. I've been using it for a project and I am very happy with it. It requires the jQuery library, though.

mtyaka