0.0.1 • Published 3 years ago

honkit-plugin-toggle-chapters v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Expandable chapters for Honkit

==============

This plugin adds an icon to each chapter, that has a child and css states for the child list to collapse/expand ones.

How to use it?

Add it to your book.json configuration:

{
    plugins: ["toggle-chapters"]
}

Install your plugins using:

npm install honkit-plugin-toggle-chapters

Configuration

There is no configuration needed at the moment, can be left empty.

{
	"pluginsConfig": {
		"toggle-chapters":{}
	}
}