0.1.2 • Published 7 years ago

gitbook-plugin-ghcomment v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gitbook-plugin-ghcomment

npm npm npm

GitHub issue comment for GitBook

plugin ghcomment is based on https://github.com/nimojs/github-comments 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
---