Replies: 10 comments 3 replies
-
Hi Gardner, he rich code editor: In your GitHub account settings, you can disable the rich code editor, which should prevent the sidebar from appearing when you double-click on a token in code. To do this, go to "Settings" > "Editor" and uncheck the box next to "Enable rich text editor". Use the "Classic" file explorer: If you prefer the old file explorer interface, you can switch to the "Classic" mode. To do this, click on the "Explorer" button on the left-hand side of the page and then click the "Switch to classic file explorer" link at the bottom of the menu. Use a browser extension to customize the GitHub interface: There are several browser extensions available that allow you to customize the look and feel of websites, including GitHub. For example, the "Stylus" extension allows you to create your own custom stylesheets to modify the appearance of web pages. You could use this to hide certain elements of the GitHub interface that you don't need or want. Use a different code editor: If you prefer a simpler code editing experience, you could consider using a different code editor, such as Sublime Text or Atom. These editors allow you to edit your code locally and then push changes to GitHub when you're ready. I hope one or more of these suggestions help! |
Beta Was this translation helpful? Give feedback.
-
There is no |
Beta Was this translation helpful? Give feedback.
-
I don't see an "Explorer" button on a source code page in a repo. Are we talking about the same thing? This is regarding the GitHub web ui. |
Beta Was this translation helpful? Give feedback.
-
+1 is there any way to turn it off please |
Beta Was this translation helpful? Give feedback.
-
At this point the most convenient way to read code in GitHub is through the Raw mode. Just copy (or type) the https URL of the file and paste it in a new tab, then replace |
Beta Was this translation helpful? Give feedback.
-
Any update? Please provide an option to turn this feature off. The file explorer makes reading code really hard. It also breaks browser navigation in a number of ways, makes using "ctrl-f" in the browser not work as expected, etc. The list is long. I'm mostly going to Raw mode to read code now, which is hardly ideal. |
Beta Was this translation helpful? Give feedback.
-
+1 Please... I really need to turn it off. |
Beta Was this translation helpful? Give feedback.
-
Bump. This is really frustrating. Particularly how difficult it makes it to select code. What's even more frustrating is that it is such an html-hostile application that I can't even use browser plugins to make the experience better for myself. It's just a |
Beta Was this translation helpful? Give feedback.
-
Ugh their "rich" code editor is the worst 😒!! They had an option to switch it off while it was in beta IIRC, but now that it is somehow out of beta, the option's gone.
|
Beta Was this translation helpful? Give feedback.
-
Found this useful for me (firefox, dark reader): const elements = document.getElementsByClassName("eJSJhL");
while(elements.length > 0){
elements[0].parentNode.removeChild(elements[0]);
}
var element = document.getElementsByClassName("iJOeCH");
element[0].classList.remove("Box-sc-g0xbh4-0");
element[0].classList.remove("iJOeCH"); So, basically I have to remove some noisy fancy classes and divs so web ui and editor view now works. At least not so bad as before. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
Hi there,
New features seem to have changed the standard behavior of basic web controls. This includes highlighting a token in code when it is double clicked. I wanted to select the word, not invoke a rich editor that would then expand a side bar on the right showing me the location of the token. It shifts the entire UI in an unexpected way and makes a jarring experience.
There is also the new "folder explorer" mode which opens on the left. This seems to hide the top navigation elements. It's difficult to get a back to the "repo" link at the top of the page. The explorer elements seem to want to stick around.
It's great that GitHub is adding more features. It would be great if there was a way to turn them off or enable a "low-fi" mode (maybe old-curmudgeon-mode?). I just want basic html. I don't want the page shifting around anytime I click on something or scroll.
Thanks for accepting my feedback.
Beta Was this translation helpful? Give feedback.
All reactions