GitBook Plugin to change sidebar menu's to collapsible menu. For gitbook with many pages, navigating long menus can get irritating.
npm install gitbook-plugin-collapsible-menu-exGitBook Plugin: Collapsible Menu EX
======================================
GitBook Plugin to change sidebar menu's to collapsible menu. For gitbook with many pages, navigating long menus can get irritating.
Update book.json file to include collapsible-menu-ex plugin.
```
{
"plugins": ["collapsible-menu-ex"],
}
1. If you are not seeing all chapters expanded, then check if your book.json is valid. You can use this online tool - http://json.parser.online.fr/beta/
2. Check if you are using default gitbook theme. It is NOT recommended to modify gitbook themes directly
3. Clean your browser cache.
4. Check browser's javascript console for errors.
It hooks into gitbook's page.change event. First it hides all pages, and then using .active css class show's its parent and grandparent nodes (chapters).
Testing with PDF book generation. I hope it won't break.
Just after publishing this one, I came across - https://github.com/poojan/gitbook-plugin-toggle-chapters
If for some reason this plugin troubles you, you can try other. :-)
1.0.4 - 2 April 2018
- Add parent Menu arrow control
1.0.3 - 31 March 2017
- Fixed