0.1.9 • Published 8 years ago

gitbook-plugin-page-toc-button-rmp v0.1.9

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

Gitbook Page TOC Button Plugin npm version

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
   		}
	}
}			
NameTypeDefaultDescription
maxTocDepthNumber2Maximal depth of headers (2 = h1 + h2 + h3). A value > 2 is not supported.
minTocSizeNumber2Minimal number of toc entries for showing the toc button.

Screenshots

The page toc button:

Page Toc Button

The page toc menu:

Page Toc Menu

Changelog

  • 0.1.0 Releases:
    • 0.1.0 First release
    • 0.1.1 Button icon switched
0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago