Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What editor like the WMD editor can be recommended, but using MediaWiki markup instead of Markdown? Our site is already using MediaWiki markup, but we want a slicker editor without changing Markup completely.

Requirements include:

  • live preview of formatted text underneath the markup you're typing
  • a toolbar for common formatting (bold, italic, links, bullets, numbered-list, code, etc.)
  • keyboard shortcuts for each toolbar button (for example, CTRL+B for bold)
  • Undo/redo via keyboard shortcuts (CTRL+Z/CTRL+Y) or toolbar buttons
  • works well in the usual set of popular browsers (including Internet Explorer 6!)
  • open source would be preferred

I've found a few options at WYSIWYG editor, but all of these seem to be WYSIWYG editors which is not exactly what I want since full-on WYSIWYG editors tend to be bug-prone and complicated at the markup level. Instead we want a plain-text markup editor with a client-side previewer, plus some UI niceties (toolbar, undo, keyboard shortcuts) to make editing markup easier.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.