Some features use underscores for feature disabling
See original GitHub issueI tried disabling some features (btw great feature! pun intended), but some weren’t working for me. When turning on the debug log I found that the one I wanted to disable was using underscores instead of dashes: linkify_branch_refs
. Neither the overview (https://github.com/sindresorhus/refined-github/tree/master/source/features) nor the file (https://github.com/sindresorhus/refined-github/blob/master/source/features/linkify-branch-refs.js) reveal that.
It would be great if this (seems like an edge case) is fixed, or it becomes more discoverable.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Can you add an option to disable underscore? #753 - GitHub
I really want to remove the avoid italic format by underscore from my markdown, can you tell me if there is any option...
Read more >Disable underscore interpretation for MenuItems
My observation is that what it does is detect what is the content, and if it's a string containing _, then it wraps...
Read more >How to Disable Function of Underscores? - TeX
@AlanMunn I really would like to disable it. I cannot use it \url{...} in all environments. So I really need it. Tor's pointed...
Read more >no-underscore-dangle - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >Getting rid of underscore in fieldvalues popup - Esri Community
Is there any quickest and easiest way to get rid of underscore in field values in popup? For example, field: value pair is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I wonder now why you were trying to disable
linkify_branch_refs
Ha thanks for the links to the long discussions 😃 For my and my teams workflow it is very useful to have the branch name. But it’s okay. I’m very happy being able to disable the linkify as I never visit those links anyway.
The
alt
is working for me too, although a bit buggy. I’ll see if I can get it into my workflow.