1.5.2 • Published 8 years ago
gitbook-plugin-tags v1.5.2
gitbook-plugin-tags
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
# Tagsadd plugin in book.json
{
"plugins": [
"tags"
],
}add tags in page
Just drop one line such as
tags: tag1, tag2, tag3 is heretags 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!
1.5.2
8 years ago
1.5.1
9 years ago
1.5.0
9 years ago
1.4.1
10 years ago
1.4.0
10 years ago
1.3.4
10 years ago
1.3.2
10 years ago
1.3.1
10 years ago
1.3.0
10 years ago
1.2.0
10 years ago
1.1.4
10 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago