If you highlight some text, you can just press a button to have it automatically emphasized on indented 4 spaces for a code sample. I think it would be great if we had this feature with strike-throughs so I don't have to manually type s tags. People use strikethoughs to delete text from their posts when editing it and adding information. This is nicer than just deleting it because it gets the point across that its older information but you can still see the original text.

share|improve this question
auugh this was a bad idea, I wish I could downvote my own post :P – CrazyJugglerDrummer Apr 26 '10 at 21:10
1  
I think it is a good idea to have but we'll just have to have the strike tag for now. – 0A0D Jul 21 '10 at 13:51

2 Answers

up vote 13 down vote accepted

There's no way that strikethrough is used enough to justify a button, and I certainly don't want to encourage its use any more than it already is..

share|improve this answer
1  
Why don't you want to encourage its use? – endolith Nov 7 '09 at 21:55
1  
Okay, now I agree with this 100%. It definitely isn't used that much, plus it makes more sense to just delete the strikethroughed text most of the time. (if not, it takes 15 seconds to do it manually...) – CrazyJugglerDrummer Mar 9 '10 at 20:50
1  
Actually I use it a lot. When I ask question I do a multi-teared question in where the answer isn't always done with one post. For that reason, I use the strikethrough because it will make people realize parts of the question is already answered. Like this question. stackoverflow.com/questions/12079285/… – Matt Ridge Aug 22 '12 at 19:48
1  
Strikethrough can be legally useful, when somebody replied to your answer in comments and you fixed your code as a result. If you just fix it, people may start wondering why the comment is odd. This way you show what the original answer was and why the comment is valid. – user199936 Oct 26 '12 at 15:04

In the absence of a button (and given that Jeff has said it's not likely to be implemented) you can use the HTML tag:

Like this or this or this

Like <strike>this</strike> or <s>this</s> or <del>this</del>

See this answer for a complete list of the HTML that's allowed.

share|improve this answer
9  
Or even just "<s>text</s>". – dmckee Jul 26 '09 at 18:38
1  
One of the key points in the suggestion was that the user didn't have to type one of these. Providing a button produces a lower barrier of entry for people and promotes the use of the feature -- like bold and italics. I don't know if strikethrough is the only HTML feature that should be promoted, nor do I have a strong opinion on if strikethrough should be promoted to a button. Just making an observation that your answer/point seems to go against the grain of the CrazyJugglerDrummer's desire. – ckittel Jul 26 '09 at 20:36
thanks ckittel, I was thinking more of a button. some other html tags might be useful too,. – CrazyJugglerDrummer Jul 27 '09 at 0:07
Ah sorry - I've updated my answer to reflect this – ChrisF Jul 27 '09 at 8:53
I was looking around for this... – ATOzTOA Feb 26 at 17:24

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged