0

I've used the markitup library for the Rich text editor for my project.

However I need to make it in live editing mode which I mean, when I type a text then make a selection Bold, Italic or Strike-out it would render directly in the textarea without have to do a preview.

Something like with MS Word of Open Office Writer.

Checking with Firebug, markitup injects a iframe to do "preview" the text.

quarks
  • 33,478
  • 73
  • 290
  • 513

1 Answers1

0

From the markItUp home page:

markItUp! is not a WYSIWYG editor, and it never will be.

What you are describing is a WYSIWYG editor. If you want to use one, I recommend something like: http://ckeditor.com/

Justin
  • 26,443
  • 16
  • 111
  • 128