sindresorhus/refined-github

Option to show whitespace characters #588

arkon posted onGitHub

It'd be nice if we could see whitespace characters like in an IDE/code editor so it's easier to see things like tabs vs spaces, trailing spaces, etc.


Would be super useful. I think we should just do it by default without an option. Diffs are all about seeing changes, and whitespace characters are part of that.

posted by sindresorhus over 7 years ago

I'm not sure I want to see poor code whenever I browse.

However it does make sense in diffs and CodeMirror. Perhaps this can be achieved with a custom font.

posted by bfred-it over 7 years ago

Oh, I assumed this was about diffs only. I agree, only makes sense in diffs and CodeMirror.

posted by sindresorhus over 7 years ago

Tabs in CodeMirror have their own element, however spaces don't :(

.cm-tab {
     background: url(tab-symbol.svg);
}

https://codemirror.net/demo/visibletabs.html

posted by bfred-it over 7 years ago

Related content around the web, unfortunately not very positive:

I created a font with fontello and:

  • the space works
  • the tab uses the space character instead of its dedicated character on Chrome
  • (gray) color can't be set via font
  • character width has to match the selected character width

<img width="157" alt="screen shot 2017-08-24 at 19 23 37" src="https://user-images.githubusercontent.com/1402241/29666369-31a1dcd6-8902-11e7-8ff0-1fa0ab8050ed.png">

In short: this has to be built in JS. If we can access CodeMirror's instance there's a plugin for that https://github.com/coderaiser/cm-show-invisibles

posted by bfred-it over 7 years ago

BitBucket do this quite well with an option to show whitespace. screenshot from 2017-10-20 08-41-30 Then you get to see faint dots like: screenshot from 2017-10-20 08-41-44

posted by bweston92 over 7 years ago

Where are you seeing that? I can't find it anywhere in my BB repos.

posted by bfred-it over 7 years ago

@bfred-it hmm it is on private BitBucket server (without addons) maybe BitBucket Cloud is different.

posted by bweston92 over 7 years ago

https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-code-show-whitespace seems to work for me. Perhaps the author will let the plugin pull it in?

posted by tallen1983 about 7 years ago

https://github.com/glebm/render-whitespace-on-github shows whitespace in file and diff view, but not in codemirror (afaik).

posted by jdreesen about 7 years ago

https://groups.google.com/forum/m/#!topic/codemirror/L2EJ8Bs3mGA seems to imply it can be done with their specialChars option. That in combination with the script I posted above would solve both, I think.

posted by tallen1983 about 7 years ago

@issuehunt has funded $80.00 to this issue.


posted by IssueHuntBot almost 6 years ago

@sindresorhus has rewarded $72.00 to @notlmn. See it on IssueHunt

  • :moneybag: Total deposit: $80.00
  • :tada: Repository reward(0%): $0.00
  • :wrench: Service fee(10%): $8.00
posted by issuehunt-app[bot] over 5 years ago

Fund this Issue

$80.00
Rewarded

Rewarded pull request

Recent activities

notlmn was rewarded by sindresorhus for sindresorhus/refined-github# 588
over 5 years ago
notlmn submitted an output to  sindresorhus/ refined-github# 588
almost 6 years ago