GitBook Plugin. A modern comment component based on GitHub Issue and Preact.
Add it to your book.json
:
{
"plugins": ["gtalk"],
"pluginsConfig": {
"gtalk": {
"clientID": "GitHub Application Client ID",
"clientSecret": "GitHub Application Client Secret",
"repo": "GitHub repo",
"owner": "GitHub repo owner",
"admin": ["GitHub repo owner and collaborators, only these guys can initialize github issues"]
}
}
}
Get more information about options. #在https://github.com/wangding/gitbook-plugin-gtalk的基础上修改,以上为原版readme.md,以下为我的修改内容: 将gitalk的issue_id转为MD5,解决中文路径报错问题