gitbook-plugin-click-reveal

1.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    10
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i gitbook-plugin-click-reveal

Weekly Downloads

11

Version

1.0.0

License

MIT

Unpacked Size

37.1 kB

Total Files

7

Last publish

Collaborators

  • vbrosseau