views:

277

answers:

5

I need a WYSIWYM markdown editor for my web application and I heard WMD was the obvious choice.

To my surprise WMD breaks in IE8. What other option do I have, or is there a version that's been tested on IE8 and is compatible?

A: 

I sugest Tinymce a wonderful Javascript WYSIWYG Editor, with loads of functionalities, and its opensource, it as versions for PHP, ASP, JSP and CouldFusion, multi language, and some others functions, very simple to customize with only the specific functions you want him to enable for your users.

Check out Tinymce website:

http://tinymce.moxiecode.com

Regards

EDIT:

I been using it for the past two years never had any problems with it.

Fábio Antunes
How does this answer the question? The OP is asking for a WYSIWYM editor, not a WYSIWYG...
Pascal Thivent
Yes I've noticed that, thats why i mentioned WYSIWYG in capitalized letters, but with the level of customization that Tinymce is enabled to, he can take its functionalities close to the ones of WMD.
Fábio Antunes
WYSIWYG is an acronym and acronyms are **always** in capital letters so I didn't notice the emphasis.
Pascal Thivent
+1 up.. True. I will bold then.
Fábio Antunes
+2  A: 

Check out wmd-new. According to its website:

This version of WMD has been tested with IE 6, 7 and 8 RC1, Firefox 3, Safari 3.2, Chrome 1.0 and Opera 9.6. iPhone and iPod Touch support is rumored to work with the exception of the link/image prompt location. There are a few (minor) known issues with keyboard handling in IE and Opera. See the issues page for more details.

[...]

NOTE

Version 2.0 of this code was developed as a private bugfix/feature branch for Stackoverflow.com and is missing most of the optional features found in the original WMD as SO did not use them. Now that I'm putting this out on Google Code I'll be adding the new features back in v2.1 due out sometime in February 2009. Version 3.0 should be released in February/March 2009 and will a major rewrite making use of jQuery.

EDIT: I didn't notice it immediately but this project hasn't release any source code.

EDIT2: As pointed out by warren in a comment, a "Stack Overflow branch of WMD" is hosted on github. See Reverse Engineering the WMD Editor for more details.

Pascal Thivent
I tried it. I know SO uses and improved version of this. But I could not find source code anywhere on their site.
Alex Xander
OMG, you' right. The Version Control System is empty...
Pascal Thivent
see http://blog.stackoverflow.com/2009/01/wmd-editor-reverse-engineered/ - http://github.com/derobins/wmd/tree/master
warren
@warren Thanks for the links
Pascal Thivent
happy to help :)
warren
Even this here you can not download.
AJ
@Ankit Can you elaborate? Are you familiar with git?
Pascal Thivent
A: 

There is one listed on the wikipedia page - but I've not used it: WYMeditor

warren
+1  A: 

I haven't used WYMeditor myself, but their supported browsers are:

  • Gecko-based browsers (Firefox 2.0+, SeaMonkey, Galeon, Epiphany, ...)
  • Microsoft Internet Explorer 6, 7 and 8
  • Opera 9.5+
  • Safari 3.1+
  • Google Chrome
Metro Smurf
+1  A: 

The version of WMD on derobins' github should work fine with IE8.

kirushik
Unable to download!
AJ
Try http://github.com/derobins/wmd/zipball/masterRecommended way is to use `git clone git://github.com/derobins/wmd.git` though.
kirushik