when you enable that option in the settings, it will open the sidebar right away (or close it if you turn it off)
if that option is set, on page load it’ll start with it open.
The monkey wrench in this whole thing is that the option doesn’t exactly do what it sounds like. It toggles between two different styles for the sidebar, one (the default) which shows the sidebar as an overlay that closes when you click outside of it or navigate, and the second being a sidebar that actually takes up space in the page as basically another column and doesn’t care if you click on anything.
I could make it just remember if it was open last too, that’s totally doable, but I feel like automatically starting with it open is probably just as good.
Btw, I also just made links in markdown that link to external sites open in new tabs.
I just put in a change which:
The monkey wrench in this whole thing is that the option doesn’t exactly do what it sounds like. It toggles between two different styles for the sidebar, one (the default) which shows the sidebar as an overlay that closes when you click outside of it or navigate, and the second being a sidebar that actually takes up space in the page as basically another column and doesn’t care if you click on anything.
I could make it just remember if it was open last too, that’s totally doable, but I feel like automatically starting with it open is probably just as good.
Btw, I also just made links in markdown that link to external sites open in new tabs.
Awesome! Both changes work great!