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> |
||
---|---|---|
.. | ||
assets | ||
.npmignore | ||
LICENSE | ||
README.md | ||
index.js | ||
package.json | ||
screenshot1.png | ||
screenshot2.png |
README.md
Gitbook Page TOC Button Plugin
This plugin adds a table of content (TOC) button to your GitBook page. All three GitBook themes (White, Sepia, Night) are supported. This project took heavy inspiration from https://plugins.gitbook.com/plugin/anchor-navigation.
Usage
Installation
Add the plugin to your book.json
:
{
"plugins" : [ "page-toc-button" ]
}
Optional configuration
You can add the following configuration params to your book.json
:
{
"plugins" : [
"page-toc-button"
],
"pluginsConfig": {
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
}
}
}
Name | Type | Default | Description |
---|---|---|---|
maxTocDepth | Number | 2 | Maximal depth of headers (2 = h1 + h2 + h3). A value > 2 is not supported. |
minTocSize | Number | 2 | Minimal number of toc entries for showing the toc button. |
Screenshots
The page toc button:
The page toc menu:
Changelog
- 0.1.0 Releases:
- 0.1.0 First release
- 0.1.1 Button icon switched