Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Add colors for font on all websites?
Here are five reasons for coloring text.
-
If you're quoting a long text that already uses bolds and italics, then all formatting tools have been exhausted. You can't highlight something.
-
[An obvious example is making error text clear from normal output; most systems will show console errors in red-on-black to distinguish them from the regular output in white-on-black.
The only argument against seems to be fear of misuse. Any feature can be abused; that's not a reason not to implement something. Just ensure that guidelines on when it's acceptable to use are made clear in the guidelines. The SO community are very good at self-policing, so users will likely quickly learn what's appropriate & fall in with the guidelines.
2 answers
The reason why this wasn't added on SO is because lots of people already struggle to use correct formatting for emphasis, using code formatting, quote format and weird crap like that. It's kind of like if you give a kid a box of new crayons. You can be sure that they will try out all the crayons in the box.
The SO community are very good at self-policing, so users will likely quickly learn what's appropriate & fall in with the guidelines
No, that never happens, they will never learn. SO has been doing edit reviews removing code formatting vandal edits for random emphasis
for 10+ years and counting. Apparently I've done some 5000+ reviews over there so believe me when I say it's the same old story now as it was when the site was new.
Besides, I believe that this is the correct way to use emphasis inside text that is already italic. At least that's how printed fiction in published books most often do it.
0 comment threads
This is, technically, already possible. I'm not going to point out how for the same reasons that the request was declined on Stack Exchange: it's far too open to abuse, and (more importantly) it doesn't play nicely with accessibility. Exercise for the reader!
1 comment thread