Skip to content

WalterMa/gitbook-plugin-hypercomments2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyperComments2 widget for GitBook

Forked from akulov/gitbook-plugin-hypercomments.Seems original author is no longer maintained since 2016.

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 ID (you create a wid for HyperComments by adding a new website on the HyperComments website)

{
    "plugins": [
        "hypercomments2"
    ],
    "pluginsConfig": {
        "hypercomments2": {
            "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

About

HyperComments widget for GitBook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • CSS 2.4%