Skip to main content

Set Default Chapter-Toggle


GitHub-logo.pngI experienced that it annoys me alot that you always need to Open the Drop-Down from each Chapter.

Which looks like this:

2024-09-08 17_53_48-CrosshairX.png

 

Enter Custom Code

So i found a Way on how to set a Default to always toggle those Chapter open.
Basicly you only need to open the Bookstack "Settings-Page" from your Wiki and then open the "Customization" Tab, scroll to the Bottom of the Page and insert the following Code into the "Custom Code Section":

<style>
    .chapter-contents-toggle {
        display: none !important;
    }
    .inset-list {
        display: block !important;
    }
</style>

 

 

Your Result would then look like this :)

2024-09-08 17_54_59-GlusterFS & Keepalived... _ Knowledge Base - Brave.png