xinntao / gitbook-plugin-click-reveal

Add click to reveal in your Gitbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click To Reveal Plugin

npm version

Simple plugin to add « Click to Reveal » functionnality to your GitBook.

Preview

Installation

In your book.json add the plugin:

{
    "plugins": [
        "click-reveal"
    ]
}

Usage

Quick use :

{% reveal %}
Your element to **hide**
{% endreveal %}

With custom text :

{% reveal text="Click here to reveal my secret" %}
Your element to **hide**
{% endreveal %}

About

Add click to reveal in your Gitbook

License:MIT License


Languages

Language:JavaScript 79.0%Language:CSS 21.0%