7
votes
1answer
129 views

Make TAB work on the editor

In the editor it'd be really nice if the tab key is trapped with JavaScript and is transferred to 4 space or similar so when I try to indent my code I can do it with one key. We have the code button ...
0
votes
1answer
113 views

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

Possible Duplicate: Let the user choose what the TAB does in the editor with caveats I was wondering Why "Tab", "PageUp" and "PageDown" aren't working on text area? it can be very useful ...
10
votes
2answers
342 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 ...
-15
votes
4answers
146 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 ...
-12
votes
1answer
128 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 ...
0
votes
2answers
112 views

paragraph indentation

I've noticed a couple of questions that where completely formatted as "one line of code". They look like this: Hello, I have a question. Now I'm going to paste a lipsum: "Lorem ipsum dolor sit ...
17
votes
4answers
667 views

Blockquote glitch in editor in Chrome 6 and 7

Please star this ticket rchern helpfully created to help have the bug addressed: Issue 56095: Markdown behavior since v6 branch Well, I would just bump up this question with an edit, but ...
10
votes
1answer
333 views

Markdown quirkiness with hyperlinks including images

I noticed some weird behavior of Markdown regarding adding hyperlinks to images. Start with an image: ![alt text][1] [1]: http://example.com/image.jpg Now, highlight ![alt text][1] and hit ...