Tagged Questions
27
votes
2answers
2k views
Which Stack Overflow-style Markdown (WMD) JavaScript editor should I use?
Background
I'm working on an application which requires user-entered content, and I've decided to use a Stack Overflow-style Markdown editor. After researching this topic for the last few days, I ...
13
votes
4answers
3k views
Convert HTML back to Markdown for editing in wmd
I am curious to do what happens when you edit a post on this site.
I am using wmd for my markdown editor, of course when I goto edit, I get the HTML it generated not the markdown like on ...
10
votes
4answers
613 views
Why do I need Markdown?
Why do I need a Markdown with a front edit editor like WMD? What does the markdown do to the content that’s sent from the WMD editor?
How does Markdown store the content in the backend? Is it the same ...
9
votes
4answers
2k views
WMD markdown editor - HTML to Markdown conversion
I am using wmd markdown editor on a project and had a question:
When I post the form containing the markdown text area, it (as expected) posts html to the server. However, say upon server-side ...
9
votes
2answers
342 views
How do get WMD-Editor to post Markdown to the server and not HTML?
it seem that WMD-Editor is posting HTML to the server instead of the markdown? How can i get it to send the Markdown?
9
votes
2answers
898 views
How do you store the markdown using WMD in ASP.NET?
I have implemented the WMD control that Stack Overflow uses into a project of mine, it almost works like a charm, but when I save the changes to the database it is saving the HTML version and not the ...
7
votes
2answers
433 views
Hosted wiki using StackOverflow-like editing tools?
We're starting developer documentation for one of our projects, and I'd like to set it up as a hosted wiki.
There will be lots of code samples, and the WMD/Prettify combination used here on ...
6
votes
3answers
558 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 sanitize HTML before ...
6
votes
3answers
725 views
Ideas on implementing Stack Overflow-style comments
I like the Stack Overflow comment UI a great deal and I'm looking into implementing the same thing on my own website. I looked at the code and it looks like the main tool here is WMD, with the JQuery ...
3
votes
1answer
431 views
Markdown parser for markItUp editor or stable WMD-showdown release
A bit of a long-winded question(s)...
Is anyone aware of a markdown parser for markItUp editor? I tried showdown.js but it appears there is no way to integrate it with markItUp. This is despite ...
3
votes
2answers
178 views
Is there a more current version of WMD Markdown other than derobins?
I've started using derobins wmd markdown, and I really like the way it performs and integrates with my system. I do however have one MAJOR issue whereby the <ol> the <ul> and the ...
2
votes
2answers
91 views
MarkdownSharp is converting Url's that contain underscore characters
I am using MarkdownSharp in one of my projects and have noticed that if any of my Url's contain pairs of underscore characters somewhere within it, it's treated as italic and therefore replaces 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
0answers
76 views
Adding custom buttons to WMD Editor
Is there a way to add custom buttons to the WMD Editor that extends the editor's functionality?
My ideas for various buttons I want to add are to:
Markup the selected text
Insert some predefined ...
2
votes
1answer
422 views
WMD Markdown Editor with a custom preview
I'd like to use WMD with PHP Markdown Extra. I don't need any new buttons in the editor, but I need the live preview to reflect the use of the extra markdown features, most notably tables.
Is there a ...
2
votes
1answer
130 views
WMD Markdown from MySQL to HTML server site without showing the textarea
I store Markdown code in MySQL, and I’m worried about how to convert it back to HTML without transferring it through the WMD control and using massive data transfer.
2
votes
1answer
543 views
How do i convert WMD markdown syntax to HTML on my site?
Am using django and am implementing WMD on my site, am just wondering how do i convert the markdown syntax to HTML for display purposes, is there some sort of function i should call to do this ...
1
vote
2answers
116 views
This doesn't happen often: Why is this JavaScript code only broken in Chrome?
I've decided that I've fallen in love with the Markdown editor on Stack Overflow. It's a fork from showdown.js from John Fraser. I want to use this parser on a project of mine, but after analyzing ...
1
vote
1answer
244 views
How to convert markdown (WMD) text to plain text
Hello, I am saving both the markdown text and html versions of text in my database. I have a question and answer site. When users browse the questions they are viewing snippits of markdown. They ...
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
1answer
111 views
Customizing MWD for math equations
HI,
I want to customize the WMD editor (or wmd-new) to convert TeX equations like $\frac{2}{3}$ to Google Charts API images ()
Is it possible to customize how the HTML is generated?
1
vote
3answers
381 views
markdown to HTML with customised WMD editor
For my application I customized slightly the way WMD behaves so when user enters empty lines, these are reflected in HTML output as <br />'s. Now I came to a point when I should store it ...
1
vote
3answers
329 views
How to switch web app from HTML to Markdown?
I've got a django-powered site. Currently, all of the textfields are just plain old text inputs that take raw HTML. I have no fancy editor or anything. I would like to start using Markdown and WMD to ...
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 ...
1
vote
1answer
235 views
WMD Markdown and server-side
I have worked the last 2 days on WMD and Markdown, and I don't find THE solution for stock data with security. I would like users to be able to post HTML/XML <code> (with WMD) on my site.
For the ...
1
vote
3answers
463 views
running showdown.js serverside to conver Markdown to HTML (in PHP)
I am trying to implement WMD onto my website and was wondering how would I go about running showdown.js server side to convert markdown to HTML? (in order to store both in the DB)
I am using ...
0
votes
0answers
9 views
Possible to extend MarkdownDeep / MarkdownDeepEditor in an easy way?
I think markdowndeep looks promising (www.toptensoftware.com/markdowndeep). But I need a simple way to extend the functionality of it, including markdowndeepeditor. I'd like to:
add custom syntax ...
0
votes
0answers
75 views
Pagedown (WMD-Editor) Java Sanitizer (or OWASP xml rules)
I'm using the reimplementation of the famous wmd-javascript editor PageDown on client side (which is also used on Stackoverflow).
Now, I'm searching an HTML sanitizer for my server (runs tomcat7) ...
0
votes
1answer
66 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
47 views
WMD editor is not working on facebook? Editor doesn't show when called from an iframe
This one works http://www.exootlab.com/ivolgina/test2.php and this one http://apps.facebook.com/ivolgina/test2.php doesnt! Does anyone know how to fix this? Editor doesn't show when called from an ...
0
votes
2answers
51 views
Ensuring comment safety
I'm experimenting with creating a commenting system. I'm using php-OEmbed class and HTML Purifier. What filter can I use to ensure that the comments are safe to be inserted into my database? I know ...
0
votes
1answer
143 views
Where is the latest version of WMD editor?
The latest version of WMD on derobin's GitHub page is quite old and seems to be unmaintained. Following the social graph, the OpenLibrary WMD page looks much newer but still isn't the newest. Where is ...
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
71 views
Where can I set the path of the WMD menu icon image?
I've used WMD for <textarea>, but it seems I don't get the path of where I've to set the path of the image icon. And how could I edit its CSS code? Though I tried it with Firebug, I didn't get ...
0
votes
0answers
154 views
Text does not move to next line for WMD
I am using WMD for my textarea form and for some reason the text inside the preview box does not wrap once the text inside the text area continues to the next line.
<div class='wmd-preview'>
...
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
3answers
336 views
WMD Preview Doesn't Match Output
I am using WMD in a google app situation whereby the site administrator can update the pages of the site and the users see the information.
The preview function is working fine and I can see the ...
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 ...