How to remove Github's Wiki default sidebar
Asked Answered
I

3

34

Since a few weeks, Github wikis present a compulsory side bar to the right of wiki pages that take up some space for writing. Example:

enter image description here

I could not find any button nor instructions on the net to remove this sidebar.

Is there a command or instructions to get it removed somewhere?

Intention answered 13/5, 2014 at 15:25 Comment(2)
curious if you ever figured this out?Four
Not yet. I'd write it back otherwise.Ramos
C
2

As of right now there is not a way to remove the sidebar. I would suggest you make a note to the developers of this issue and they may act upon it. Until then we will just have to deal with the stick sidebar.

Charybdis answered 14/5, 2019 at 4:32 Comment(0)
F
1

This isn't a definitive answer, but here are a couple tools that might help.

If you're using Chrome or Firefox, you could use the Stylus add-on. It allows you to restyle any webpage by modifying the CSS. You can write your own user styles, but there's several on userstyles.org for Github. I use Github Wide, which widens the Github interface. That gives me more space for writing.

If that's not enough and you really want to zap the sidebar, a relatively easy way to remove an element from a webpage is to use AdBlock. You can add any element you don't want to see as a custom filter. You might be able to use a combination of that plus your own Stylish user style to tweak the CSS so that the content you want to see fills the now-empty space.

Feltonfelts answered 1/8, 2015 at 1:52 Comment(1)
As an aside, the Github Dark Stylish user style (userstyles.org/styles/37035/github-dark) is really excellent if you like a dark theme. The creator updates it often to keep up with Github's UI changes.Feltonfelts
A
0

I don't think that there is a way to remove this sidebar. However, when I am editing a wiki page, if the sidebar is on top of the content, I get a horizontal slider.

Aelber answered 20/12, 2014 at 13:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.