Tagged Questions

5
votes
1answer
136 views

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 ...
5
votes
2answers
269 views

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 ...
4
votes
2answers
290 views

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

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

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 ...
2
votes
1answer
128 views

Is this the right version to use of the WMD Markdown editor?

This Google code repository called "wmd-new" seems to be latest and most active version of the WMD Markdown editor. It has recent modification dates. However, it has a link labeled "WMD development ...
2
votes
2answers
208 views

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 ...
2
votes
1answer
114 views

How to modify menus items in WMD editor forks?

I am just getting into the WMD editor varieties out there :) Of all of them I like MarkEdit because of the ability to modify the menu items quite easily, but it doesn't do a couple of things that I ...
2
votes
1answer
1k views

wmd editor (jquery version) over ajax forms

i'm trying wmd editor over ajax. here there is the bugged code wdm code is based on openlibrary fork on github it work very good without ajax. but when i try to display editor over ajax form it ...
1
vote
3answers
64 views

How to download this google code with Tortose SVN?

I am trying to download http://code.google.com/p/pagedown/ from google code. Having not done this before, have installed Tortoise SVN and tried various addresses to SVN Checkout. Addresses I have ...
1
vote
0answers
22 views

Stackoverflow wmd load on click event

I'm having a problem using the wmd re-engineer script. The problem is the div where the wmd-container sits has display:none. This causes the following errors to be outputed constantly: Component ...
1
vote
0answers
38 views

How to emininate broken images from the WMD preview the same way as Stack Overflow does

When we insert an image URL in the WMD editor, if that image doesn't exist, then I'm not supposed to display that image in the preview. What do I need to do?
1
vote
0answers
148 views

MediaWiki markup equivalent of WMD live-previewing editor? (not WYSIWYG)

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 ...
1
vote
0answers
48 views

Using WMD in an iFrame

Anyone know how to get WMD working in an iFrame? I'm using this version: http://github.com/ananthakumaran/wmd/ I think it's the "top." javascript path that's messing it up - but i'm not quite sure ...
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
1answer
351 views

multiple wmd textareas on the same page

I'm trying to use the wmd markdown text editor for my site. I have two textareas on my page and I need the wmd editor for both. By default, it assigned it only to the first texarea, but how do I ...
0
votes
0answers
23 views

Automatic content quality control

We need a solution to prevent users from posting crap content. And I have noticed that Stackoverflow prompts the message below when you try to post something crap. Oops! Your question couldn't be ...
0
votes
2answers
83 views

From where can I download wmd editor?

I would like to add WMD editor to my website, but I do not find anywhere the source code of it. Can anyone help me?
0
votes
0answers
26 views

Re-initializing WMD editor

Suppose there is a WMD editor up and running and the associated textarea + divs are removed and recreated. If so, is there any way to make WMD search the DOM again and setup the editor once more? I ...
0
votes
1answer
53 views

SO WMD editor javascripts load RoutingError

I'm sure the answer to this is very straightforward: I'm trying to use the WMD editor from derobins (Here) with my rails app (it's the one on SO that I'm using as I type). But for some reason the js ...
0
votes
0answers
85 views

wmd-editor question with rails3

I create my blog with rails3 and wmd-editor, i love wmd editor very much! For my knowledge, stackoverflow is using wmd editor now. in my program , "new" and "edit" page share the same form partial, as ...
0
votes
1answer
65 views

Using wmd-new to submit markdown

Does anyone use the wmd-new editor posted on google code? I've installed the editor and got it to work correctly. I thought the editor would submit raw markdown. To my surprise it submits HTML. This ...
0
votes
1answer
105 views

Which fork of jQuery-compatible WMD is the fork to pay attention to?

There seems to be little organization or effort to lead a stable or most up-to-date version of the jQuery-compatible version of WMD. https://github.com/openlibrary/wmd/network The latest version of ...
0
votes
0answers
16 views

How to have a function executed each time the WMD preview is refreshed?

I need to have a function executed each time the preview is refreshed for a WMD control. Is there some function I can use to insert a hook for preview refreshes?
0
votes
1answer
51 views

How to set the value of an WMD textarea

When I set the value of the WMD textarea the normal way it display escaped HTML. <textarea><b>kur</b></textarea> this displays <b>kur</b> instead of kur ...
0
votes
1answer
137 views

What is this WMD example missing?

Take it easy on me, guys. I have no idea what I'm doing. I cloned the Git repository for the OpenLibrary/WMD fork based on my research that led me to this question. I opened the wmd-test.html file ...
0
votes
2answers
252 views

WMD - How to get the generated\Markdown HTML Code

well i got WMD but i am unable to learn how to get the generated HTML\Markdown Code.... i want to send it to the DB... thats why i am using PHP.... <script src='wmd.js'></script> ...
0
votes
1answer
73 views

Convert WMD editor content in HTML format

I am very new to using this WMD editor. In a simple way, I am using this editor in my page using ASP textbox with a "wmd-input" class. It is perfectly behaving like a WMD editor. But when I enter ...
0
votes
1answer
173 views

WMD editor freezes Internet Explorer 7 for 3 seconds on load

I am using the WMD editor's original code (not the Stack Overflow version) since I need multiple of them on the same page and Stack Overflow's version makes heavy use of element IDs internally since ...
0
votes
2answers
141 views

Can't seem to save the markup version of the text using wmd-editor

I'm running into an issue when I am saving the context of textarea using the wmd-editor it keeps wanting to save it as html. I have the following code: The input elements... <p> <%= ...
0
votes
1answer
207 views

wmd markdown code problem

hi all i m using wmd markdown editor in my project and i have a problem with code tags: if i enter a code snippet , markdown does not convert to html correctly it converts in "<p>" tags but if i ...
-1
votes
1answer
117 views

Does Google Prettifier Supports Syntax highlightation of C#?

I've started working on google prettifier to highlight the syntax. Just had a doubt whether google prettifier supports C# syntax highlightation or not. If yes, which .js file i need to include in my ...