Tagged Questions

1
vote
2answers
16 views

How to add upload utility to wmd editor?

Has anyone succeeded to do this?
4
votes
4answers
261 views

Multiple WMD editors (SO forked version) on one page?

Hi folks, To be clear, I'm referring to the usage of stackoverflow's forked WMD, not the original version from attacklab. I'd like to use the forked version, however it seems th …
0
votes
2answers
76 views

Simple HTML sanitizer in Javascript

I'm looking for a simple HTML santizer written in JavaScript. It doesn't need to be 100% XSS secure. I'm implementing Markdown and the WMD Markdown editor (The SO master branch fr …
0
votes
0answers
23 views

WMD editor - how to create hyperlink on an image?

Using the WMD markdown editor, how can I create a hyperlink on an image ? I saw some people managed to do this, but how?
1
vote
2answers
44 views

How to combine wmd and prettify like SO?

Prettify need class="prettyprint" to be add to <pre> or <code>,how to let wmd do this?
1
vote
1answer
59 views

How can I intercept and modify markdown from the wmd markdown editor before it posts?

I'm starting a Stack Exchange site and I want to be able to intercept the question text before and after the markdown script gets at it. I want to be be able to enter [custom-tag] …
0
votes
1answer
47 views

Having a Couple of Issues with Derobins’s WMD

I've got a small issue with Derobin's implementation of WMD editor. It doesn't seem to be formatting properly and I'm not entirely sure why. Though I'm not sure if I should be ask …
2
votes
1answer
31 views

How to hide wmd editor initially?

<div style="display:none;"> <div id="wmd-editor" class="wmd-panel"> <div id="wmd-button-bar"></div> <textarea id="wmd-input"></textar …
0
votes
0answers
14 views

WMD Editor preview only? Text into entry area? Mirroring text?

I'm currently using a version of the WMD editor that allows me to just have the text entry area and the preview area. This functionality is all I need and I'm wondering if there wo …
3
votes
3answers
299 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 Sym …
3
votes
3answers
75 views

mooWMD is Undefined?

First off here is the code! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org …
0
votes
1answer
23 views

WMD Markdown showing in preview div

I have just implemented WMD for my editor in an ASP.NET app. The problem is the preview doesn't show the formatted HTML but the markdown instead. So if I use the (surrounded by dou …
1
vote
1answer
119 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 …
3
votes
3answers
158 views

Should i sanitize markdown?

For my post entity i store both HTML and MARKDOWN in database (HTML is converted from MARKDOWN). HTML is for rendering on page and MARKDOWN for editing ability (with WMD). I saniti …
3
votes
3answers
252 views

WMD in Django Admin?

I know how to use WMD and other such javascript editors in regular django forms using widget=. However, how do I use WMD for text fields in the Django admin? On top of that, how do …

1 2 3 next
15 30 50 per page