Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

24
votes
5answers
375 views

What are appropriate markup languages for users with disabilities?

Suppose you're developing a web site and blind users will be a significant chunk of your target market. If the web site includes document editing functionality, what would be appropriate WYSIWYM ...
13
votes
4answers
4k views

What is the Best JQuery WYSIWYM Textile Editor?

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 ...
8
votes
7answers
2k views

WYSIWYG vs WYSIWYM

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 ...
4
votes
1answer
189 views

User reactions to WYSIWYM

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 ...
3
votes
2answers
150 views

Teach Markup or use a WYSIWYG editor?

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 ...
3
votes
3answers
240 views

WYSIWYM editor for desktop (.NET/WinForms)

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). ...
1
vote
1answer
742 views

WYSIWYG XML Editor (DTD or RelaxNG or XSD based grammars)

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... ...
1
vote
2answers
374 views

which wmd-editor repository to use

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 ...
1
vote
5answers
426 views

Which WYSIWYM editor to use?

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 ...
1
vote
1answer
284 views

How to control allowed HTML tags in WMD Editor?

I am trying to some-how set the valid HTML tags and attributes users would be able to use in WMD Editor in my site. For example, I want to forbid the user to directly set the font size, color, ...