https://github.com/wangding/gitbook-plugin-gtalk
:dolphin: GitBook Plugin. A modern comment component based on GitHub Issue and Preact.
https://github.com/wangding/gitbook-plugin-gtalk
comment gitalk gitbook gitbook-plugin
Last synced: 14 days ago
JSON representation
:dolphin: GitBook Plugin. A modern comment component based on GitHub Issue and Preact.
- Host: GitHub
- URL: https://github.com/wangding/gitbook-plugin-gtalk
- Owner: wangding
- License: mit
- Created: 2019-06-02T05:54:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T00:28:46.000Z (over 2 years ago)
- Last Synced: 2024-08-10T23:44:23.079Z (over 1 year ago)
- Topics: comment, gitalk, gitbook, gitbook-plugin
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gitbook-plugin-gtalk
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbook-plugin-gtalk

GitBook Plugin. A modern comment component based on GitHub Issue and Preact.
## Usage
Add it to your `book.json`:
```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://www.npmjs.com/package/gitalk).