The wmd tag has no wiki summary.
0
votes
0answers
35 views
MathJax WMD-markdown updates only on alternate keystrokes
I am trying to get MatJax and Markdown work together, by using almost standard code I was able to get it working but now I am facing a weird issue. My WMD preview is updated only on alternate ...
0
votes
0answers
47 views
wmd-button-bar duplicates when moving the editor from one div to another
I have the following jQuery code to move the WMD Editor from one div to another:
$('#_wmdEditor').detach().prependTo($('#_newPlaceholder'));`
After doing so, it duplicates the button bar:
It ...
0
votes
1answer
37 views
Is there a maintained version of WMD
Is there a version of WMD: The Wysiwym Markdown Editor, available which has been maintained the last years? If found a gazillion different version like this one but all haven't been updated since a ...
1
vote
1answer
148 views
markdowndeep image upload
I'm working with MarkDownDeep. It has a similar "insert image" function like SO does.
I'd like to extend this function to use a bootstrap modal that would allow the user to upload their own images ...
0
votes
1answer
145 views
Link rendering issue while server side markdownsharp conversion and sanitization - how to get the same output as pagedown does
I'm using pagedown editor. The code I'm using for gerating the preview is following:
$(document).ready(function () {
var previewConverter = Markdown.getSanitizingConverter();
var editor = new ...
0
votes
1answer
81 views
Highlighted code in a post are affecting my website
i am using my WMD editor to as markup editor and google prettify to highlight syntax marked by WMD editor,i am using yii as a framework and whenever i include some html in my code,in stead of being ...
5
votes
1answer
252 views
How does stackoverflow format textarea when click edit button?
This is not a duplicate question, i know how to create a rich editor, but i meet problems
I want to make a rich text box like stackoverflow does.
I import the wmd plugin just like SO.
When i save a ...
0
votes
0answers
35 views
Find product view under CMS
I'm trying to configure WMD login check. what i'm trying to do is allow non logged users to see the product view (specific product page). The readme of the module shows how to do it choosing the page ...
0
votes
2answers
624 views
Yii`s jQuery.yii.js not loading first
i am using wmd editor which,it has its own js files that requires jQuery to be be loaded first,however Yii framework has its own Jquery library that is registered in the asset that loads after all ...
0
votes
0answers
463 views
Why is parentNode sometimes null? (using Pagedown AKA WMD Editor)
I'm experiencing a really odd error in Pagedown (AKA WMD Editor, the open-source version of the markdown editor used here on StackOverflow), but I think someone with the proper JS experience could ...
0
votes
1answer
74 views
How i can convert my html to back WMD editor?
I have already html in my database and i want to use wmd editor, but when i get html from database wmd editor showing html in wmd editor, but i want wmd style html. like for bold ** bold **. Any one ...
1
vote
1answer
380 views
WMD - get markdown text
I'm using markdown editor in my app.
$(document).ready(function () {
var converter = Markdown.getSanitizingConverter();
var editor = new Markdown.Editor(converter);
editor.run();
});
...
0
votes
2answers
151 views
how to save data in database from wmd editor
I am saving the content from the textarea its just saving this as plane text in database not like shown in preview how to store data shown in preview
//in form;
<textarea id="wmd-input" ...
0
votes
1answer
52 views
Should I use strip tags on the fly or store on server already stripped
I am using WMD like stackoverflow uses. I have read the upvoted posts on the topic which all advise to store both the markdown and the html_purified versions on the server. The reason for this is the ...
0
votes
1answer
119 views
how can we highlight text and apply colours, make hyperlink of selected portions
I want to select the bunch of text (selection is dependent on the user), it will be plain text. As the user will select the text range, I need to highlight it, and apply some colors to indicate. If ...
0
votes
1answer
59 views
Chipersoft WMD - Yahoo Yui Reset.css - Preview Mode not working
I wrote a custom Symfony (1.4) Textarea class to allow the ability to convert a textarea into a WMD editor. Right now I am using Chipersoft WMD along with a few Yahoo yui (v3.4.0) css libraries ...
0
votes
0answers
224 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 ...
3
votes
2answers
243 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
3answers
602 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
40 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
2answers
259 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
2answers
568 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?
4
votes
1answer
526 views
'WMD' Web Markdown & how to Implement an image upload facility
I'm developing a site that uses MarkDown and WMD javascript tools which currently caters for images that are already hosted, but I'd like to be able to offer an image upload facility within WMD, as ...
-1
votes
1answer
76 views
How to capture the output from wmd editor in C# asp.net 3.5
I'm using WMD -editor in a message board Application that I am developing in ASP .net 3.5 using C# .
How can I capture the output(markdown?) to the server side so that I can save the user input.
All ...
0
votes
1answer
90 views
RobinBrouwer WMD - Reading Basic jQuery
I'm new to jQuery (and truth be told I am only using it because this WMD editor requires it).
Anyway, I am looking at the jQuery code (go to the above link and view jquery.wmd.js) and there are ...
0
votes
1answer
80 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
1answer
115 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
211 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 ...
1
vote
1answer
1k views
JavaScript code injection without a <script> tag
A client script is pulling some HTML from a server into an in-page popup (shadowbox and the like).
I suspect this is being done via jQuery's .html() somewhere.
Long story short, the following fails:
...
2
votes
1answer
169 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 ...
0
votes
1answer
81 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 ...
1
vote
1answer
240 views
Removing toolbar buttons from the WMD Editor by Derobins
I am trying-out Derobins WMD Editor but would like to know where I can remove some of the buttons at the header since I don't need them in my PHP app.
Buttons like image, anchor link etc.
0
votes
1answer
41 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
3answers
371 views
WMD editor: where can I get the code? [closed]
I started developing an application using the WMD editor. Apparently the creator of the WMD editor has vanished from the face of the planet. Where can I find the most recent and stable version of the ...
3
votes
2answers
720 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 ...
0
votes
2answers
507 views
Markdown to HTML conversion
I'm still in the middle of coding my final year project at university, and I have come across an issue where I need to either convert from HTML to Markdown or visa versa. Now I have no experience ...
0
votes
1answer
476 views
ASP.NET MVC 3 validation error not firing when a complex type is used in Entity Framework
Right now I'm working on a form to let user to post content, I want to make use of the WMD editor, so in my Entity Framework model I have a complex type named Content, it holds HTML and WMD fields.
...
0
votes
1answer
70 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
...
5
votes
1answer
198 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 ...
4
votes
1answer
938 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 ...
0
votes
2answers
68 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 ...
1
vote
2answers
131 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 ...
4
votes
2answers
231 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 ...
1
vote
1answer
123 views
11
votes
1answer
441 views
Adding a custom button to WMD (Stack Overflow) editor
How can I add a new button in the WMD editor, like the code button? If I click on the button <info></info> tag will add on the selected text like code button.
1
vote
1answer
177 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 ...
2
votes
1answer
630 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 ...
0
votes
1answer
182 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
420 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>
...
1
vote
1answer
184 views
Can't seem to wrap WMD Markdown Editor inside JQuery Tabs
I'm trying to place a Markdown Editor inside jQuery-UI Tabs, but the editor is not being shown.
<% Using Html.BeginForm()%>
<div id="AddEventWizard">
<ul>
...

