40
votes
2answers
274 views

Add a button for adding code highlighting for a specific language

Currently, the following code: <!-- language: lang-php --> <?php="test"?> <!-- language: lang-xml --> <bug cat="md" name="syntax"> Generates the following ...
-2
votes
1answer
73 views

What richtext editor is Stack Overflow using? [duplicate]

Possible Duplicate: Which tools and technologies build the Stack Exchange Network? As the title states, What richtext editor is Stack Overflow using?
4
votes
1answer
182 views

Are the StackExchange pagedown/wmd help interfaces open-sourced anywhere?

I have the editor up and running as per Where's the WMD editor open source project? But are the StackExchange pagedown/wmd help interfaces, i.e. the tabular help content and bouncing of the ...
0
votes
1answer
98 views

Let the user choose what the TAB does in the editor with caveats

I've read in the meta the discussion on why it's not a good idea to Change 'TAB' keyboard press functionality when typing a question so that it insert spaces instead of changing focus. The ...
1
vote
1answer
361 views

Why does the Markdown Sharp NuGet package lack PageDown (WMD)?

I am creating a new project which will utilize the open source project MarkdownSharp. Rather than downloading and compiling the bits myself I decided to use the MarkdownSharp NuGet package. I realize ...
1
vote
1answer
50 views

Add editor tag [badge:…] [duplicate]

Possible Duplicate: Add badges to Markdown? We already have editor tag [tag:] to insert tags to editted text: some-tag For some posts here on Meta it would be nice and useful to have ...
3
votes
1answer
64 views

Not able to see editor preview when I click “show preview”

While I am editing a post (mine or posted by some one other), I cannot see a preview of the markdown. This makes me uncomfortable that I might break the formatting of the post. Update: After the ...
10
votes
2answers
94 views

What can we do about low-quality edits?

It really bugs me to see tiny edits to posts that need major editing. For example, I mean edits that fix two or three typos but ignore other instances of the same typo just a few sentences away; ...
0
votes
0answers
17 views

Formatting in the text boxes [duplicate]

Possible Duplicate: Should the markdown renderer treat a single line break as <br>? When using the editor to post questions or answer on SO, the line break is added by putting two ...
3
votes
1answer
197 views

What is “WMD” an acronym for?

Original Question Meta Stack Overflow has a wmd tag: What does it stand for? Its tag wiki does not contain any information (yet). I imagine that "M" stands for "Markdown", but beyond that I'm drawing ...
2
votes
0answers
65 views

Uploading an image duplicates references that are used multiple times

Okay, it's kind of difficult to explain in a title, so here goes. Imagine you inserted a URL into your post using the reference syntax, and then use that URL multiple times; the most common scenario ...
1
vote
0answers
29 views

Post textbox plugin [duplicate]

Possible Duplicate: Can I use Stack Overflow's reengineered WMD editor? Could anyone please tell me what is the textbox (any plugin etc.) used throughout StackOverflow for posting ...
11
votes
1answer
284 views

How does SO remove HTML tags from questions?

I am curious how SO goes about removing HTML tags from posts. I just started using their MarkdownSharp project. By default MarkdownSharp encodes any HTML within code blocks like this: <span ...
3
votes
1answer
209 views

What were the advantages of choosing the WMD editor over other HTML editors?

I'm wondering why the Stack Exchange sites use the WMD editor instead of other HTML editors like TinyMCE, for example, which renders the resulting HTML in the text area itself, or even markItUp!. Can ...
0
votes
0answers
83 views

Will wmd-new be able to disable potentially dangerous code? [closed]

I downloaded the latest Mercurial of the wmd-new project at: http://code.google.com/p/wmd-new/ I noticed, on the demo page, that the editor lets me do: <script>alert('hello ...
8
votes
1answer
1k views

Progress of new WMD editor? [duplicate]

Possible Duplicate: Will the WMD repository ever be updated? What's the latest on the progress with the wmd-new editor that the StackOverflow guys were doing? As far as I can tell, there ...
0
votes
0answers
56 views

wmd-new has serious lag after typing in my implementation [closed]

I'm implementing the wmd editor on my site, and no matter what I try I get serious lag as you type into the textarea. I'm using the version forked from wmd-new. Looking at the timeline tab of the ...
0
votes
1answer
38 views

How do we present Tags in the editor?

What do we write in the editor, to present a Tag? I tried searching and all i found was questions about Tag Editing in SO.
12
votes
1answer
935 views

Where's the WMD editor open source project?

Where is the open source project for the WMD editor used on this site?
2
votes
1answer
218 views

Where can I get the source code for stackoverflow.com's WMD version?

I think the question is self-explanatory - its not that that I want SO source code. What I am looking for is how they added image upload from PC feature. I need to implement it too.
3
votes
2answers
270 views

Did WMD 3 ever come out?

Here's what the WMD Google Code page says: Version 3.0 should be released in February/March 2009 and will a major rewrite making use of jQuery. Has this been released? What is the status of the ...
7
votes
3answers
239 views

How does The Editor Handle Tab Characters?

While editing http://stackoverflow.com/questions/2354800/winforms-control-begininvoke-asynchronous-callback, I found that it actually contains tab characters (despite the fact that they cannot be ...
15
votes
2answers
2k views

What HTML editor is used by Stack Overflow?

The Stack Overflow HTML editor is the best I've seen. Is it available as a downloadable component?
2
votes
4answers
420 views

Why use server side markdown?

Why did SO decide to use Markdown sharp? It seems that a better idea would be to get both the HTML and the markdown from the client-side WMD. This way there would be no incompatibilities between two ...
3
votes
1answer
79 views

WMD / bullet lists

Is the depth limitation of bullet lists a markdown feature? Or was it introduced in the markdown processor rewrite? I'm talking about: data with sub nodes and sub-sub-nodes and so on which is: ...
0
votes
1answer
76 views

Automatic syntax highlighting - there must be a better way

I would like to start working on a patch for WMD for one of the most annoying areas I have with it. Say I select a method from Visual Studio (like so): string PartialFileName { get { ...
7
votes
4answers
2k views

Is there an official SO version of the WMD editor available for download? [duplicate]

Possible Duplicate: Where's the WMD editor open source project? I'd like to know if the version of Markdown that SO uses, with the same header with blank background and the same help ...
3
votes
2answers
241 views

Stackoverflow-like text editing

We use a markup style system in a CMS. It works in a similar way to the system used for asking questions on stackoverflow (though it uses a different syntax). I am curious if the text editing system ...
2
votes
1answer
1k views

Source code syntax highlighting on stackoverflow wmd

I was wondering how stackoverflow (wmd) solves syntax highlighting on source code snippets. I understand that if text is marked as code it gets that <pre> CODE </pre> tags and that the ...
6
votes
3answers
233 views

What are the most useful hotkeys/tips in the WMD editor?

In the WMD editor, I recently discovered: CTRL-L (link) CTRL-G (graphic) CTRL-B (bold) CTRL-I (italic) What are some other useful hotkeys or tips on using WMD more efficiently?
13
votes
3answers
2k views

Can I use Stack Overflow's reengineered WMD editor?

I hope this isn't an outrageous question. I'm developing a Web application that is going to be sort of like a blogging platform, but aimed towards storing snippets of code. I have read the blog posts ...
59
votes
16answers
1k views

Improvements to editor for formatting source code

Does anyone else have problems with the editor? I may be doing something incredibly stupid but I find that whenever I use tab I tab out of the box. Which is obviously irritating if your trying to add ...