Skip to content

billryan/gitbook-plugin-ghcomment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
---

About

GitHub issue as comment for GitBook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published