da4a82f85d
*Total -- 4,270.81kb -> 4,068.30kb (4.74%) /node_modules/gitbook-plugin-theme-default/_assets/website/images/apple-touch-icon-precomposed-152.png -- 4.70kb -> 1.82kb (61.3%) /node_modules/gitbook-plugin-sitemap/node_modules/sitemap/env/src/node-v0.12.0-linux-x64/lib/node_modules/npm/node_modules/request/node_modules/hawk/images/hawk.png -- 6.78kb -> 3.41kb (49.68%) /node_modules/gitbook-plugin-sitemap/node_modules/sitemap/env/lib/node_modules/npm/node_modules/request/node_modules/hawk/images/hawk.png -- 6.78kb -> 3.41kb (49.68%) /node_modules/hawk/images/hawk.png -- 6.78kb -> 3.41kb (49.68%) /node_modules/gitbook-plugin-back-to-top-button/screenshots.png -- 24.01kb -> 19.66kb (18.15%) /node_modules/gitbook-plugin-page-toc-button/screenshot1.png -- 45.28kb -> 38.60kb (14.76%) /node_modules/gitbook-plugin-theme-default/preview.png -- 212.67kb -> 182.23kb (14.31%) /node_modules/gitbook-plugin-page-toc-button/screenshot2.png -- 50.49kb -> 43.42kb (14%) /node_modules/gitbook-plugin-sitemap/node_modules/sitemap/env/src/node-v0.12.0-linux-x64/lib/node_modules/npm/node_modules/request/node_modules/hawk/images/logo.png -- 70.05kb -> 61.60kb (12.06%) /node_modules/gitbook-plugin-sitemap/node_modules/sitemap/env/lib/node_modules/npm/node_modules/request/node_modules/hawk/images/logo.png -- 70.05kb -> 61.60kb (12.06%) /node_modules/hawk/images/logo.png -- 70.05kb -> 61.60kb (12.06%) /node_modules/gitbook-plugin-sitemap/node_modules/sitemap/env/src/node-v0.12.0-linux-x64/lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png -- 28.79kb -> 25.58kb (11.14%) /node_modules/gitbook-plugin-sitemap/node_modules/sitemap/env/lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png -- 28.79kb -> 25.58kb (11.14%) /node_modules/boom/images/boom.png -- 28.79kb -> 25.58kb (11.14%) /node_modules/gitbook-plugin-splitter/gitbook-splitter-demo.gif -- 274.06kb -> 251.52kb (8.23%) /node_modules/gitbook-plugin-sitemap/node_modules/sitemap/env/lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png -- 37.05kb -> 34.24kb (7.57%) /node_modules/gitbook-plugin-sitemap/node_modules/sitemap/env/src/node-v0.12.0-linux-x64/lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png -- 37.05kb -> 34.24kb (7.57%) /node_modules/hoek/images/hoek.png -- 37.05kb -> 34.24kb (7.57%) /node_modules/gitbook-plugin-lightbox/dist/assets/images/prev.png -- 1.33kb -> 1.27kb (4.26%) /node_modules/gitbook-plugin-lightbox/dist/assets/images/next.png -- 1.32kb -> 1.27kb (3.85%) /node_modules/gitbook-plugin-search-plus/search2.gif -- 1,156.55kb -> 1,114.27kb (3.66%) /node_modules/gitbook-plugin-search-plus/search3.gif -- 624.33kb -> 605.30kb (3.05%) /node_modules/gitbook-plugin-theme-default/_assets/website/fonts/fontawesome/fontawesome-webfont.svg -- 382.44kb -> 377.43kb (1.31%) /node_modules/gitbook-plugin-search-plus/search.gif -- 1,065.60kb -> 1,057.01kb (0.81%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
---|---|---|
.. | ||
book | ||
.npmignore | ||
LICENSE.txt | ||
README.md | ||
gitbook-splitter-demo.gif | ||
index.js | ||
package.json |
README.md
gitbook-plugin-splitter
this plug-in provides a vertical bar that divides the summary and main content.
other feature
- It will save the position information of the splitter to sessionStorage.
How to use it?
Add it to your book.json
configuration:
{
"plugins": ["splitter"]
}
Install your plugins using:
$ gitbook install
change logs
version 0.0.6 (2016-12-06T16:54:38)
- fix: Fixed not to do anything when the width of the screen size was 600px or less (#6)
- fix: changed the position of the bar position from "localStorage" to "sessiongStorage" (#10)
version 0.0.6 (2015-11-06T16:54:38)
- supported Gitbook v3
version 0.0.5 (2015-11-06T16:54:38)
- fixed don't work toggle button of summary view display from Gitbook V2.5.x
This software is released under the MIT License, see LICENSE.txt.