Currently it is known as PageDown. It was online text editor for markdown.
Questions tagged [wmd-editor]
68 questions
11
votes
2 answers
Saving contents of the WMD Editor Control
I'm trying to implement the WMD editor used on StackOverflow to create some basic Wiki-style functionality. I'm up to the point where it's time to save to the database, but I'm unsure as to what I should be saving.
If I save the produced HTML then…

tags2k
- 82,117
- 31
- 79
- 106
8
votes
3 answers
How can i hook up WMD editor on my django forms?
How can i hook-up WMD editor on to my django forms?
gath
8
votes
1 answer
jQuery-based version of WMD editor (the SO version ideally)
Here are the facts as they stand:
I have a Django admin page although this question has nothing to do with Django.
This page has multiple

Oli
- 235,628
- 64
- 220
- 299
8
votes
1 answer
How to retrieve BOTH the markdown and html using the wmd-editor control?
I am using WMD-Editor and would look to store both the Markdown and HTML version of the text that is entered.
I can only seem to get access to the output as Markdown OR HTML, but not both.
I am using ASP.NET MVC and am trying to get something like…

mattruma
- 16,589
- 32
- 107
- 171
5
votes
1 answer
How can I get simple plain text from the WMD editor?
I'm able to get Markdown and HTML formated text from the WMD editor. In my requirement I also need to get plain text from the WMD Editor. I would like to explain it with a simple example.
In Stack Overflow we will see Markdown text while typing a…

stackuser1
- 213
- 2
- 6
- 18
5
votes
2 answers
Align the WMD editor's preview HTML with server-side HTML validation (e.g. no embedded JavaScript code)
There are many Stack Overflow questions (e.g. Whitelisting, preventing XSS with WMD control in C# and WMD Markdown and server-side) about how to do server-side scrubbing of Markdown produced by the WMD editor to ensure the HTML generated doesn't…

Justin Grant
- 44,807
- 15
- 124
- 208
4
votes
3 answers
Use "Updated WMD Editor" in textareas loaded by AJAX Forms
We're trying to use Stackoverflow's excellent WMD / Markdown editor (http://blog.stackoverflow.com/2009/01/updated-wmd-editor/, http://github.com/derobins/wmd/tree/master) on a Symfony project.
This works excellent on textareas without any AJAX…
Chris Rub
4
votes
1 answer
Is there a WMD-like WYSIWIG Editor that supports Markdown Extra?
I have some editor pages in my CMS that use the WMD control for inputting and displaying content written in Markdown.
We have now switched to Markdown Extra (because we needed tables) but WMD can't handle the new syntax to support tables. Is there a…

immutabl
- 6,857
- 13
- 45
- 76
4
votes
2 answers
Best version of the WMD to use in a project?
I'm interested in using the WMD editor in another project* but I'm not quite sure which version I should go with.
From trawling through the Stack overflow blog I've found mention of a version on google code, plus cky's version on github, as well as…

Evan
- 18,183
- 8
- 41
- 48
3
votes
2 answers
How do I get the value of WMD editor?
I am playing around with using the WMD Editor (http://wmd-editor.com/) in my site. I have a really simple question. When I am ready to submit the text to the server; how do I get the output of the editor?
Something like this only returns the…

shergill
- 3,738
- 10
- 41
- 50
3
votes
1 answer
How to include WMD Editor in my website?
I know this might seem a simple question, but with all the WMD versions out there, I need to know how to include WMD Editor in my website, and is there a server control to include in server-side or there is only WMD classes to manage and sanitize…

Ken D
- 5,880
- 2
- 36
- 58
3
votes
2 answers
What actions and events cause a browser to repaint its entire viewport?
I'm trying to implement the wmd-editor from the google code repository (like the one used on stackoverflow right here) and I'm running into an issue.
As you type into the textarea, it kicks off two paint operations in the browser. One to repaint…

Bob Ralian
- 1,949
- 1
- 20
- 29
3
votes
2 answers
make wmd-editor not post html?
I have code similar to the below
3
votes
1 answer
WMD Editor in ASP.NET MVC 3 Razor
I'm trying to use derobins wmd editor, with ASP.NET MVC 3 Project. I have managed to add the control,

Nalaka526
- 11,278
- 21
- 82
- 116
3
votes
1 answer
wmd-editor breaks in IE8
We have recently started using WMD editor and found that in IE 8, it just goes on increasing the scroll size of the page by simply increasing the size of the textarea endlessly. The only option left is to close the browser after that causing lot of…

Vikram
- 6,865
- 9
- 50
- 61