-9
votes
1answer
140 views

Change “Your post appears to contain code”-message to an ignorable warning [closed]

I just tried to answer a question, but sadly the editor didn't let me submit my answer. After searching here for the issue I found out that there were some other people who had the same problem. Sadly ...
2
votes
1answer
102 views

Allow “title” attribute in allowed html <tags>

title is a Global HTML Attribute applicable to any HTML <tag> with the purpose of adding some 'extra information' to the contents of that tag. When used it's rendered as a tooltip with the ...
6
votes
0answers
68 views

Allow us to paste in an image from the clipboard without clicking the image button first

I love being able to paste an image from the clipboard in having clicked the insert image button, but I don't like needlessly clicking on things if I don't have to (mostly!) Currently what happens ...
12
votes
2answers
132 views

Enable tab and shift + tab for code formatting

After some discussion on this question I decided to make a feature-request (or at least a discussion about it). It would be very nice to be able to use Tab and Shift+Tab to move code blocks (like in ...
1
vote
1answer
71 views

WYSIWYG Image editors for domain-specific QA's?

I think I just had a pretty good idea: could we have domain-specific WYSIWYG editors (like miniature / context specific image editors) for specific Stacks? Here are some uses: a circuit diagram ...
3
votes
0answers
31 views

A couple improvements to the mobile site

The following a a few easy and simple ways to improve the easy-of-use of the mobile version of stackoverflow.com: Increase the size of the navigation menu buttons These buttons are currently too ...
43
votes
0answers
184 views

The editor should be able to convert multi-line blocks to lists

Let's say I write up a bunch of rows and decide I want to make it a list. So I have this: Item 1 Another Item Something Else When I mark all these three lines and click the List-button (doesn't ...
0
votes
0answers
32 views

Long post edit and markdown preview

When I write a post in SO, I use to watch the markdown preview very often. It is a bless that it is updated in real time. However, when my post is long, I have to scroll down the page to look at at ...
40
votes
2answers
277 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 ...
-4
votes
2answers
76 views

Allow the creation of links in formatted code through markdown or the GUI

As pointed out in this answer it is possible to create a link in formatted code. But, only by using explicit HTML. Since I think creating a link to documentation within a code block is a fairly common ...
3
votes
0answers
60 views

WYSIWYG editor on mobile version

Can you implement WYSIWYG editor in the mobile version of Stack Overflow? I'm kinda often use the site from my iPhone and it would be nice not to enter *s and `s manually. :)
12
votes
0answers
90 views

Can we get a toggle button in the post editor that lets us use the Tab key to insert 4 Spaces?

Could we get a Toggle Button when writing a post that would make it so that the Tab key inserts Space x 4 instead of tabbing out of the TextBox? There are so many times when I'm writing an answer ...
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 ...
14
votes
0answers
132 views

Add an Image Upload button to the Mobile Site

With the release of iOS 6, the most commonly used mobile browser now supports standard generic image upload buttons. This is actually really handy. I can take screenshots on my phone or iPad, and use ...
2
votes
1answer
57 views

Add a “format as keystroke” button to the post editor

I edited a question on SO. My edit was approved, but only after it was modified to change an instance of code formatting to keystroke formatting. I did not know how to format as a keystroke, so it ...
-1
votes
1answer
38 views

Replace tabelator by two spaces in answer editor

Many users copy&pastes their code into the answer editor, which sets the tab size to something like four spaces treated as single character. This screws the indentation up, the code often needs to ...
4
votes
0answers
67 views

Provide user interface to insert language hints

I find myself visiting Syntax highlighting language hints on a regular basis to figure out what languages Prettify supports and by what names it calls them. I guess many others don't bother, or don't ...
3
votes
2answers
69 views

Why are image links by the editor not inline?

I see that image links have the URL at the bottom, which may confuse new users, and has become a minor nuisance at Ask Ubuntu, leaving unhandleable (due to the URL being lost) problems. Is the ...
7
votes
0answers
38 views

Preview of the question's summary

It would be nice if the users asking the question could preview the way the summary of their question looks on the list of questions. The current way of automatically summarizing the question by its ...
6
votes
1answer
114 views

Auto indentation in code editor

When writing code in the question/answer editor's code block I believe that it would be extremely useful if we could have the code auto indented instead of being forced to hit space bar multiple ...
-14
votes
1answer
86 views

Allow tweet embed

Would it be nice I believe that embedding a Tweet in a question/answer with Embedded Tweets feature would be a good way to make it clear you're quoting a tweet. As I saw some posts today that used ...
4
votes
1answer
74 views

Selection to code syntax on ipad

It's nearly impossible to use the editor's toolbar on an iPad, in case you have a selection on the first line text inside the editor. You cannot reach the buttons below anymore. It's hard to explain, ...
1
vote
1answer
93 views

Measure against frustration when question has been closed or deleted

It happened several times that wanted to answer a question on SO. I did some research, edited a text, corrected errors using Microsoft Word (my English not very good) and created a code example. But ...
5
votes
1answer
59 views

Shortcut key for 'change to web' in Add Image dialog

I, like several other, use shortcuts a lot and having the Editor with shortcuts is a lovely feature, but I do miss one shortcut. I tend to use JING to do screeshoots of what I'm talking about and it ...
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 ...
23
votes
1answer
253 views

Let me preview an edit so that it appears with the same style as revisions

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

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

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 ...
3
votes
1answer
124 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 ...
10
votes
2answers
345 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 ...
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 ...
6
votes
2answers
43 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 ...
78
votes
2answers
441 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 ...
-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 ...
0
votes
1answer
194 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 ...
-4
votes
2answers
143 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 ...
3
votes
1answer
75 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, ...
1
vote
0answers
52 views

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

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 ...
7
votes
1answer
105 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 ...
17
votes
2answers
1k 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
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 ...
2
votes
0answers
46 views

Remember height of textarea for edit/posting?

It would be nice if SO backend would save users preferenced height of THIS textearea (I'm writing there right now) for later use. I'bored about resizing it everytime I access editor
16
votes
2answers
2k views

Imgur upload box is not keyboard-friendly

We have lots of wonderful keyboard shortcuts with which to compose an answer. One of these is CTRL-G, which brings up the image uploader. Unfortunately, the resulting box requires me to remove my ...
3
votes
3answers
193 views

Prevent the post text area from being obscured by the sidebar when resized

When I try to resize the input box, I get overlap by the Similar Questions box. Obviously this isn't very useful. Maybe a way to disable it automagically when I resize or finding a new geometry for ...
7
votes
1answer
85 views

Changing code indentation levels automatically or manually [duplicate]

Possible Duplicate: Add increase/decrease tab indent buttons to the editor toolbar If you have some code which is heavy nested and you just copy some of the inner code you end up with a lot ...
5
votes
0answers
153 views

Make multi-line code indent work with sloppy selections in the editor

This is only a minor annoyance, but one at least I often run into. Would it be possible to make the "indent code" button (or Ctrl+K) always indent entire lines when there's a multi-line selection? It ...
5
votes
0answers
54 views

Double click editor height adjust to expand

I think it would a really useful addition if you double click on the gray bar that allows you to stretch the editor's height that it would automatically expand, or perhaps expand to fit the entire ...
1
vote
0answers
79 views

Suggestion for better icon separation in markdown editor

I think it'd be useful to split the Hyperlink, BlockQuote, CodeSample, and Image actions/icons into 2 groups that are organized closer to their functionality as the other buttons are arranged. B I | ...
1
vote
0answers
55 views

Keyboard-driven editing sucks on slower machines

I work on a netbook, which isn't top-notch machine and when I compose either a question or an answer and I try to mark chars or words of phrases with: Shift+[left/right arrow] Ctrl+Shift+[left/right ...
1
vote
0answers
113 views

Markdown editor bug for inline code links

I think there is a bug with the editor. Create a inline codeblock with the back ticks. SomeClassName Double click the single word which highlights SomeClassName. Click add a link and save it. ...

1 2