JSPM

gitbook-plugin-hide-element

0.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 149
  • Score
    100M100P100Q79288F
  • License ISC

Hide the element that you don't want to see.

Package Exports

  • gitbook-plugin-hide-element

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gitbook-plugin-hide-element) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

GitBook Plugin

Hide the element that you don't want to see.

Usage

{
    "plugins": [
        "hide-element"
    ],
    "pluginsConfig": {
        "hide-element": {
            "elements": [".gitbook-link"]
        }
    }
}