All Projects → billryan → gitbook-plugin-tags

billryan / gitbook-plugin-tags

Licence: MIT license
Tags 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-tags

gitbook-plugin-search-plus
gitbook powerful search plugin
Stars: ✭ 27 (+50%)
Mutual labels:  gitbook
myBook
使用GitBook记录开发笔记
Stars: ✭ 30 (+66.67%)
Mutual labels:  gitbook
user-stories-applied
敏捷的用户故事方法
Stars: ✭ 33 (+83.33%)
Mutual labels:  gitbook
ydkjs-vim
📖 You Don't Know Js in Vim doc
Stars: ✭ 14 (-22.22%)
Mutual labels:  gitbook
jekyll-gitbook
Build Jekyll site with GitBook style!
Stars: ✭ 226 (+1155.56%)
Mutual labels:  gitbook
Xcode-Error-Collection
总结的Xcode报错问题以及解决方法,希望在开发的路上都可以少走一些弯路。
Stars: ✭ 45 (+150%)
Mutual labels:  gitbook
learn-swift-with-bob
Learn Swift 4 with Bob: Intermediate to Advanced Swift 4 Course
Stars: ✭ 22 (+22.22%)
Mutual labels:  gitbook
thegreatmarkdown
《了不起的 Markdown》
Stars: ✭ 44 (+144.44%)
Mutual labels:  gitbook
OSODOS
Open Science, Open Data, Open Source
Stars: ✭ 23 (+27.78%)
Mutual labels:  gitbook
master
This is an Open-Source, community-driven project for the creation of a documentation hub for Raspberry Pi and ARM Cardano Stake Pool Operators.
Stars: ✭ 18 (+0%)
Mutual labels:  gitbook
doc
Documentation repository for wallabag v2.
Stars: ✭ 18 (+0%)
Mutual labels:  gitbook
gitbook-plugin-flexible-alerts
GitBook plugin to convert blockquotes into beautiful and configurable alerts using preconfigured or own styles and alert types.
Stars: ✭ 29 (+61.11%)
Mutual labels:  gitbook
gitbook-plugin-autotheme
GitBook自动换肤插件
Stars: ✭ 13 (-27.78%)
Mutual labels:  gitbook
FreeBSD-Ask
FreeBSD 教程——FreeBSD 从入门到跑路。
Stars: ✭ 113 (+527.78%)
Mutual labels:  gitbook
TypeScript-Library-Checklist
Your pre-launch checklist.
Stars: ✭ 19 (+5.56%)
Mutual labels:  gitbook
mpspider
公众号文章抓取&生成kindle电子书
Stars: ✭ 51 (+183.33%)
Mutual labels:  gitbook
openfisca-doc
User guide of OpenFisca
Stars: ✭ 15 (-16.67%)
Mutual labels:  gitbook
redux-saga-in-korean
redux-saga 공식문서의 한국어 번역 프로젝트.
Stars: ✭ 73 (+305.56%)
Mutual labels:  gitbook
content
Synced content from our gitbook site.
Stars: ✭ 37 (+105.56%)
Mutual labels:  gitbook
vuepress-theme-book
A VuePress theme inspired by Gitbook
Stars: ✭ 107 (+494.44%)
Mutual labels:  gitbook

gitbook-plugin-tags

npm npm npm

Tags for GitBook

Since GitBook do not support this feature native, currently I create this plugin to create tags if tags: xxx in markdown page or YAML header.

Usage

create tags.md file and put it into SUMMARY.md

Create a file named tags.md at the root dir and put it at the last entry of SUMMARY.md. A valid SUMMARY.md is:

# Summary

* [Introduction](README.md)
* [First Chapter](chapter1.md)
* [Tags](tags.md)

You can keep the file tags.md empty or add header such as

# Tags

add plugin in book.json

{
  "plugins": [
    "tags"
  ],
}

add tags in page

Just drop one line such as

tags: tag1, tag2, tag3 is here

tags are separated by comma.

config placement

Tags will show after the title by default, you can config the placement in the bottom.

    "pluginsConfig": {
        "tags": {
            "placement": "bottom"
        }
    }

Demo website ==> https://yuanbin.gitbooks.io/test/content/

Enjoy!

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].