https://github.com/billryan/gitbook-plugin-ghcomment
GitHub issue as comment for GitBook
https://github.com/billryan/gitbook-plugin-ghcomment
Last synced: 10 months ago
JSON representation
GitHub issue as comment for GitBook
- Host: GitHub
- URL: https://github.com/billryan/gitbook-plugin-ghcomment
- Owner: billryan
- License: mit
- Created: 2018-02-24T12:04:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T16:11:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-18T02:05:42.545Z (11 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitbook-plugin-ghcomment
[](https://npmjs.org/package/gitbook-plugin-ghcomment) [](https://npmjs.org/package/gitbook-plugin-ghcomment) [](https://npmjs.org/package/gitbook-plugin-ghcomment)
## GitHub issue comment for GitBook
plugin ghcomment is based on for displaying comments with GitHub issue.
### add plugin in `book.json`
```
{
"plugins": [
"ghcomment"
],
"ghcomment": {
"owner": "billryan",
"repo": "blog"
}
}
```
Replace `owner` and `repo` with your own issue repo. For gitbook markdown text, you should set `issue_id` in the frontmatter.
```
---
created: 2018-02-24_16-30-16
issue_id: 16
title: xxx
---
```