gitbook-plugin-hypercomments

1.0.1 • Public • Published

HyperComments widget for GitBook

This is a plugin for GitBook since version 2.3.0.

It integrates a HyperComments widget into you book.

Image

Usage

Add the plugin to your book's configuration book.json and set wid required option.

wid - HyperComments widget identificator (you create a wid for HyperComments by adding a new website on the HyperComments website)

{
    "plugins": [
        "hypercomments"
    ],
    "pluginsConfig": {
        "hypercomments": {
            "wid": XXXXX
        }
    }
}

lang - set widget language for all books languages. Additional option. By defaults - current book language.

Аfter configuring book.json, run gitbook install to install all added plugins.

Links

This plugin on github.com, plugins.gitbook.com, npmjs.com

Package Sidebar

Install

npm i gitbook-plugin-hypercomments

Weekly Downloads

1

Version

1.0.1

License

none

Last publish

Collaborators

  • akulov