Tagged Questions

The standard editor used to enter Stack Exchange questions, answers, wiki entries, user profile about me field, and so forth. It supports a live preview of Markdown syntax. This editor is open source. On the server it is MarkdownSharp: http://code.google.com/p/markdownsharp/ On the client it is ...

learn more… | top users | synonyms (1)

0
votes
1answer
61 views

Why “Tab”, “PageUp” and “PageDown” aren't working on text area?

I was wondering Why "Tab", "PageUp" and "PageDown" aren't working on text area? it can be very useful when you want to edit or scrolling up/down the code you are going to post.
6
votes
0answers
27 views

Improving a suggested edit on a tag wiki excerpt lets me exceed the excerpt max length

When checking crypto's suggested edit queue this evening, I saw a suggested edit for a tag wiki that needed improving, so I went ahead and did it. This presented me with good old Pagedown, however, ...
2
votes
0answers
63 views

I cannot see the formatting toolbar on Stack Overflow [closed]

I cannot see the formatting toolbar on Stack Overflow, but it's working well here on Meta. I'm on Chrome 18 on Windows XP.
4
votes
1answer
80 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
0answers
35 views

Code block can't handle DOCTYPE lines correctly [closed]

Possible Duplicate: Code block is not properly formatted when placed immediately after a list item How to nest code within a list using markdown Lines like <!DOCTYPE html PUBLIC ...
5
votes
3answers
106 views

Buttons and Preview gone?

I have been using SO for a few hours this evening and all of a sudden, the edit buttons and preview disappeared. I am using Chrome and OS X 10.7. I just cleared my cache, but the buttons are still ...
2
votes
1answer
64 views

WMD: Code inside lists

When posting code inside a list you need to indent it by an additional level, i.e. 8 instead of just 4 spaces. The CTRL+K shortcut and the Code button of the editor use the regular 4-space indentation ...
10
votes
0answers
84 views

How can I preview an edit so that it appears with the same style as “Edit History”?

I am editing a question and would like to preview my changes prior to saving. I can see how the page will look and can optionally hide this preview. However, I would like to see the actual changes ...
4
votes
1answer
74 views

Problem when auto indenting code on shift+enter

I don't know about you guys but this is starting to get annoying. There's a problem when you try to keep the indentation using Shift+Enter in a code block. Having the caret at the end of the line ...
7
votes
1answer
47 views

Tag information appears below Edit Summary box

The tag information box appears below the Edit Summary box on the editing page for tag wikis (see screenshot below). I am using Chrome Canary 19.0.1046.0 on Windows 7 64-bit. You can try and ...
0
votes
1answer
78 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 ...
2
votes
0answers
28 views

Link button in post editor escapes square brackets in code

The link button in the post editor incorrectly escapes square brackets in inline code. To reproduce: Write the following MarkDown in the editor text text `function[]` text text Select ...
7
votes
1answer
87 views

Allow “small” and “abbr” HTML tags [closed]

Possible Duplicate: Allow the <small> tag A long time ago Jeff posted about allowed HTML tags and also asked what other tags do we want allowed. In the answers to that question, some ...
1
vote
1answer
243 views

Stackoverflow - Official WMD Editor [closed]

Possible Duplicate: Where's the WMD editor open source project? Was wondering which of the numerous WMD editors is the official WMD editor is of SO? When I Google SO and WMD Editor ...
5
votes
1answer
73 views

Position of HTML attributes breaks embedding images

I want to embed an image of this beautiful unicorn. <img src="http://i.stack.imgur.com/YHnAW.png"/> Perfect! Now, it's a little too … majestic, so I'd like to make it smaller. Markdown ...
3
votes
1answer
60 views

WMD shortcut conflict with Unicode input mode (CTRL + SHIFT + U)

The Ctrl U WMD shortcut turns the current line in a list item. The Ctrl Shift U shortcut triggers the unicode input mode. Ctrl+Shift, Ctrl+Alt keyboard shortcuts in the WMD editor is tagged ...
3
votes
2answers
110 views

Bolding words that include an underscore doesn't work

Here's the screenshot of my experience with italic text over Stack Overflow. Basically it just wraps the word into asterisks and leaves it like this. Here on Meta I do not observe this bug.
0
votes
1answer
138 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 ...
0
votes
0answers
38 views

Peculiar performance problem on a page?

I'm using IE8 32-bit on Windows 7 SP1 64-bit. I went to this question, srolled up and down a little bit, then scrolled the code blocks in all directions, then started to type an answer, scrolling ...
7
votes
0answers
171 views

Writing a long post… losing everything

So I recently signed up for Stack Overflow and wanted to write my first question. Then, after carefully wording it and writing the post (it took.. I don't know, 20 minutes), I click on "log in" ...
9
votes
2answers
166 views

Make textareas (vertically) resizable

As noted in several question here on Meta, resizing a textarea horizontally used to break the pages layout: Prevent the post text area from being obscured by the sidebar when resized Format and ...
0
votes
1answer
41 views

Add editor tag [badge:…] [closed]

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 ...
4
votes
2answers
41 views

Improving the post/question editor for coding support?

I love StackExchange. The only frustration is copying and pasting code over or writing code in answers and posts. For example, to write the following block of Python: 1. def hello(self): 2. if ...
59
votes
1answer
286 views

Add explicit support for citing scientific literature

The number of scientific SE sites is increasing steadily currently we have for the natural sciences: Statistical Analysis, Math, Theoretical Computer Science, Physics, Skeptics, Astronomy, Theoretical ...
3
votes
0answers
29 views

WMD's “live preview” functionality gets very jumpy when there's an image in the editor [closed]

Possible Duplicate: While making a post with an image, the image flickers in and out of the preview while I type This video demonstrates what I'm talking about I assume the flickering is ...
1
vote
0answers
19 views

Tag information box triggered from post preview is covered by the tag textbox

When drafting (and possibly editing*) a post, if you hover over a [tag:tagname] element in the post preview, the information box appears underneath the tag list, effectively obscuring the contents of ...
-12
votes
3answers
80 views

Having font color option in SO question Editor

Stack Overflow provides good tools in Question editor like "Links", and "Styling." Another thing that for me would be nice is a color selector. Although an HTML editor is available, a direct click on ...
0
votes
1answer
61 views

User interactions with answer posting textarea

When I try to make a particular word or sentence within the post answer text area Bold it looks like this: my first sentence But when I try to make more of the sentence bold, e.g.: my first ...
0
votes
1answer
96 views

Check for the indentation code control

I know that it isn't a new question (I read already some others questions) but: the question was asked many months ago; my problem, perhaps, is a little different! Well, as I wrote in the previous ...
2
votes
0answers
61 views

Text freezes while writing on low-bandwith and low-latency connections

When writing on a wireless 3G connection, I often experience freezing of content of the form. It seems that my browser is creating many requests while I'm writing. When my connection is loosing ...
-8
votes
2answers
110 views

Better drafts feature for questions

The current draft functionality is at best quite lame. I think it would be easier to ask better questions if I could draft my questions and have any number of drafts I like, like in a standard email ...
1
vote
0answers
60 views

Where can I get the Stack Overflow post editor? [closed]

Possible Duplicate: What's the deal with the WMD editor? Where's the WMD editor open source project? I'm looking to find the editor used on Stack Overflow and other Stack Exchange ...
0
votes
0answers
35 views

Converting text in a link include characters that were not selected

I was editing a tag wiki, and I have noticed that in some cases, when I select text to make it a link, the text that is converted in a link includes characters that were not selected. For example, if ...
3
votes
1answer
72 views

Can we have find and replace in the editor?

I'd like a "find and replace" function in the post editor. As it stands, I copy it into Notepad, apply Find & Replace, and copy it back. That's a little inconvenient. Just a simple one would do, ...
3
votes
1answer
53 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 ...
7
votes
1answer
37 views

Unicode Entities are shown in preview, but not in the post

When editing a question and including entities like &#x25C1;, they are shown in the preview window. This applies both to hexadecimal entities only. However, in the final post, they're not ...
1
vote
0answers
47 views

Please add a toolbar button or keyboard shortcut for the Keyboard style [closed]

Possible Duplicate: Key equivalent for <kbd></kbd> I originally posted this on Meta.Superuser.com almost a year ago where it was upvoted a lot. Unfortunately, it has not been ...
6
votes
1answer
68 views

The editor doesn't correctly build the link when the selected text contains brackets

The button to create a link doesn't behave correctly when the text contains brackets. Suppose you want to create a link from "unicorns -[discussion]"; selecting the text, and clicking the link ...
5
votes
1answer
80 views

Code is incorrectly wrapped when applying blockquote style

Often, I embed code snippets from other sites as actual block quotes (together with their explanation). Expected result Let's take this absolutely nonsense example. I want to see this output: If ...
10
votes
2answers
92 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; ...
1
vote
1answer
84 views

An Editor bug that I'm really getting tired of

I'm using Chrome 14.0.835.186 on MacOS 10.6.8, and I frequently have trouble editing my posts because the editor, when loading the post content, has a tendency to omit things. Here is a recent ...
0
votes
0answers
15 views

Formatting in the text boxes [closed]

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 ...
7
votes
1answer
81 views

All links in markdown editing help should open in a new window

In the markdown editing help there are two links that go else where - the Advanced help link and the link about what HTML is supported. The HTML link does not open in a new window, like the advanced ...
0
votes
0answers
18 views

Editor TextArea does not always scroll on selection drag

Minor issue but it's rather annoying. If you start a selection in the padding of the TextArea (or whatver that area might be), the TextArea will not scroll with the selection if you reach the top or ...
5
votes
1answer
128 views

Is the complete SO rendering JS available uncompressed?

I have a blog which I've started working on for the first time in a while, and I can't help but notice how often I want to use the SO markup. I don't just mean prettify, I mean using `, __, and * as ...
1
vote
1answer
92 views

Formatting toolbar in IE9 scrolls editor back to start of post

When editing a post in Internet Explorer 9, and applying formatting to the selected text with a click on one of the toolbar's formatting buttons, the editor scrolls back to the start of the post. ...
3
votes
1answer
171 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 ...
4
votes
2answers
93 views

Why am I getting undefined text in the Answer text box?

While trying to update this answer to the question What part of tag score do I not understand yet?, I came across the undefined text in the Answer text box. I clicked on the edit link to modify the ...
14
votes
2answers
382 views

On Mac browsers, Command-L should select the address bar

When I view any normal site on a Macintosh using Safari, Chrome or Firefox, Command-L selects all the text in the address bar, allowing me to navigate somewhere by URL. This is similar to Alt-D, the ...
-12
votes
1answer
108 views

Prompt IE users to install iespell when they first use the Markdown editor?

I read the following link, but for IE users the solution was a bit self serve and not explicitly documented as a step to follow that I have seen: Please add a spell checker to the markdown editor. On ...

1 2 3 4