gitbook-plugin-valine

comment system valine integration into GitBook

Usage no npm install needed!

<script type="module">
  import gitbookPluginValine from 'https://cdn.skypack.dev/gitbook-plugin-valine';
</script>

README

> Overview
The plugin is a comment system using valine for gitbook.
https://valine.js.org/
▲ Important
Require GitBook >=3.0.0.

Quick Start

{
    "plugins": ["valine"],
    "pluginsConfig": {
        "valine": {
            "appId": "your appId",
            "appKey": "your appKey"
        }
    }
}
  • Install your plugins using:
gitbook install ./

After that, you can use the valine comment system.

Configuration

value type default required description
appId string yes Application <APP_ID> from Leancloud.
appKey string yes Application <APP_KEY> from Leancloud.
placeholder string Just go go no Comment box placeholders.
avatar string '' no Gravatar type.
Optional value:
- ''(Empty string)
- mp
- identicon
- monsterid
- wavatar
- retro
- robohash
- hide
pageSize number 10 no Number of pages per page.
lang string zh-CN no Multilingual support.
Optional value:
- zh-CN
- zh-TW
- en
- ja
recordIP boolean false no Record reviewer IP.

Advanced E-mail Alert

If you want to config the e-mail alert, you can see

https://github.com/DesertsP/Valine-Admin