Which one is better and ideal in a web based application?
Edit:
Actually I am developing a community site. So the level of users may vary. Heard about XSS security issues with WYSIWYG editors. Also I am not familiar with WYSIWYM editors and its features. As far as I know the features in WYSIWYM editor is less compared to the other one....
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?
...
What can I use as WYSIWYM editor for desktop application (preferably .NET/WinForms)? I need functions as paragraphs, headings 1, 2, 3, (un)ordered lists, strong and no other formating (restrictive). Editor wymeditor.org is bad for me purpose because I can paste anything to it from clipboard. I prefer no webbrowser/javascript editor integ...
I read that the original wmd-editor is no longer maintained so there was an effort to reverse engineer it, hosted on github. However this version is not ready because it references a number of undefined functions, for example:
processHeadings is not defined
/static/js/lib/plugins/wmd/showdown.js
Line 66
There is also a version ...
I need to use a Textile (preferably instead of Markdown), and am looking for a nice WYSIWYM (not WYSIWYG, because of this) JQuery editor.
I've seen these:
WMD - Markdown, Stack Overflow uses it
MarkItUp - Textile support but I don't know if it's WYSIWYM
WYMEditor
Which one supports both good HTML output and Textile?
...
I am trying to decide between a WYSIWYG editor (e.g. TinyMCE, CKEditor) and a WYSIWYM (What You See Is What You Mean) editor (e.g. WMD) for my web application.
There is a thread on stackoverflow that compares the two approaches.
I would like to know how users, particularly computer novices, have reacted to WYSIWYM editors in deployed w...
When it comes to WYSIWYG editors WYSI rarely WYG. The problem I always have is when people paste in formatted text from word.
Ideally, what I'm looking for is a way for people to input text into the document while at the same time teaching them structure... I just don't know if that's a realistic goal ( compared to cut n' paste )
I'm c...
Hi all I'm in need to make a WYSIWYG XML editor for a custom XML grammar.
By this time I have explored all the OpenSource tools that I could find under this domain.
Includes VEX, Oxygen, Bitflux...
Since none of them were serving my purpose.
I'm also looking for javascript based WYSIWYG HTML editors which can support and additional DOC...