All Projects → willin → gitbook-plugin-atoc

willin / gitbook-plugin-atoc

Licence: MIT license
A TOC plugin for GitBook

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gitbook-plugin-atoc

myBook
使用GitBook记录开发笔记
Stars: ✭ 30 (+36.36%)
Mutual labels:  gitbook, gitbook-plugin
markdown-index
Generate a global index for multiple markdown files recursively
Stars: ✭ 15 (-31.82%)
Mutual labels:  toc, toc-generator
awesome-gitbook-plugins
📚 Supercharge your books with the best of GitBook plugins!
Stars: ✭ 44 (+100%)
Mutual labels:  gitbook, gitbook-plugin
gitbook-plugin-flexible-alerts
GitBook plugin to convert blockquotes into beautiful and configurable alerts using preconfigured or own styles and alert types.
Stars: ✭ 29 (+31.82%)
Mutual labels:  gitbook, gitbook-plugin
gitbook-plugin-page-toc
Add Table of Contents (TOC) to every page in your GitBook.
Stars: ✭ 25 (+13.64%)
Mutual labels:  toc-generator, gitbook-plugin
gitbook-plugin-autotheme
GitBook自动换肤插件
Stars: ✭ 13 (-40.91%)
Mutual labels:  gitbook, gitbook-plugin
gitbook-treeview
🌲 A gitbook plugin for generating tree view for ech page
Stars: ✭ 38 (+72.73%)
Mutual labels:  gitbook, gitbook-plugin
how-to-build-the-gitbook-with-gitbook-cli
如何藉由 gitbook-cli 來建置自己的 GitBook。
Stars: ✭ 26 (+18.18%)
Mutual labels:  gitbook
acala-wiki
Acala GitBook Wiki, https://wiki.acala.network
Stars: ✭ 22 (+0%)
Mutual labels:  gitbook
teslaapi.io
Unofficial Tesla API Documentation
Stars: ✭ 29 (+31.82%)
Mutual labels:  gitbook
projects
A website that showcases interesting projects, using Angular JS.
Stars: ✭ 106 (+381.82%)
Mutual labels:  gitbook
dao
Documentation for Liker Land and LikeCoin.
Stars: ✭ 20 (-9.09%)
Mutual labels:  gitbook
advanced-php-crawler
新浪博客文章/wenku8轻小说文库爬虫,可抓取图片保存,一键制作电子书。kindle读书党的神器!
Stars: ✭ 26 (+18.18%)
Mutual labels:  gitbook
tocer
A command line interface for generating table of contents for Markdown files.
Stars: ✭ 44 (+100%)
Mutual labels:  toc
whitepaper
The Fission Technical Whitepaper
Stars: ✭ 15 (-31.82%)
Mutual labels:  gitbook
LearningReIn30Mins
正则表达式30分钟入门
Stars: ✭ 20 (-9.09%)
Mutual labels:  gitbook
nodejs
⛳ Node.js 应用开发课程资料
Stars: ✭ 14 (-36.36%)
Mutual labels:  gitbook
plugin-disqus
Disqus comments on your books
Stars: ✭ 49 (+122.73%)
Mutual labels:  gitbook
BooGi
Generate GitBook-like modern docs/tutorial websites using Gatsby
Stars: ✭ 117 (+431.82%)
Mutual labels:  gitbook
scalaz-docs
Scalaz Japanese Documentation
Stars: ✭ 21 (-4.55%)
Mutual labels:  gitbook

gitbook-plugin-atoc

npm npm npm

This plugin will add table of content to the page and provide navigation function inside a page.

Add <!-- toc --> to the markdown files. When you build the book, it will insert a table of content where you insert <!-- toc -->

book.json Config:

{
	"plugins": ["atoc"],
	"pluginsConfig": {
		"atoc": {
			"addClass": true,
			"className": "atoc"
		}
	}
}

You can add this config to add a HTML ClassName to the TOC ul element

LICENSE

MIT

Alipay Donation(通过支付宝捐赠):

qr

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].