Hi,
I am very new to using this wmd editor. In simple way, i am using this editor in my page using asp textbox with "wmd-input" class. It is perfectly behaving like a wmd editor.
But when enter some data and do some formatting like bold, italic etc and read editor's content from server side, i can see that the data in plain text.
I...
Hi,
I installed wmd in my application for editing my text area and it works good if I just want to look at the result:
proc print;
var test;
run;
however, when I tried to edit the result, I got the following:
<pre><code>proc print;
var test;
run;
</code></pre>
If there a simple way to get the same view as I created the text area ...
Anyone have a recommendation for an editor like the WMD editor, but using MediaWiki markup instead of Markdown? Our site is already using MediaWiki markup but we want a slicker editor without changing markup completely.
Requirements include:
live preview of formatted text underneath the markup you're typing
a toolbar for common forma...
I'm able to get Markdown and html formated text from WMD editor. In my requirement i also need to get plain text from WMD Editor. I would like to explain a simple example.
In StackOverflow we will see markdown text while typing description in wmd editor, in preview we are able to see the formated text. In Question Page, with out this ma...
I just wrote some markdown and it doesn't seem to render correctly.
Is it legal syntax to have an ordered list, followed by newlines, then followed by an unordered list? Or is this a bug in bluecloth?
For example:
1. One
2. Two
3. Three
* Apple
* Banana
* Carrot
Bluecloth creates a single <ul> and nests apple, banana and carrot as ...
When we insert a image url in wmd editor, if that image doesnt exists, then i'm not suppossed to display that image in preview. What do i need to do. plss suggest.
Thanks,
...
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 application?
...
Hi - 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 really like in a couple of forks e.g.http://github.com/openlibrary/wmd
Ideally my perfect wmd editor would:
create list items automaticall...
I'm using the SO (derobins) version of wmd in a project and I'd like to be able to turn off the reference style linking.
Basically, I'd like to turn off linking where:
[an example][id]
is a link, with the id being listed at the end of the entry, and instead use the simpler
[This link](http://example.net/)
syntax by default.
...
I've been doing a lot of code posting using a reverse-engineered WMD and it's really annoying having to space code in. I'd appreciate some sort of tabbing functionality. Is anyone aware of a fork that has this functionality?
Or if anyone is aware of other methods, such as an auto-indent / formatting plugin through some other means, that...
In my asp.net C# 3.5 Web application I am using wmd-editor. There I got a problem about with preview. If I enter some large amount of text in the editor and before generating the preview if I click on any submit button,its giving object expected kind java script error.
Its also observed when I press on space bar continously, and immedia...
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>
<form name="formname" method='POST'>
<textarea id="myTextarea" style="width: 500px; height: 200px;">
*This* example sets WMD's options programmatically.
</t...
I'm trying to use django-wmd-editor... And failing hard. I'm trying to use it as an admin field. Here's the relevant bit of my Model:
from wmd import models as wmd_models
class BlogPost(models.Model):
content = wmd_models.MarkDownField(blank=True, null=True)
The media is symlinked into the right place and can be requested.
Now, ...
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 in my browser, thinking it would be a full working example of the WMD editor in action. But all I see are two textareas, which don't appear ...