gitbook-plugin-halogenpi-staticpagefooter

1.1.0 • Public • Published

gitbook-plugin-halogenpi-staticpagefooter

This plugin is to show the creation date and word count as footer

The general purpose is to show a footer by page name

  • Config

Gitbook book.json

    "plugins": [
        "halogenpi-staticpagefooter"
    ],
    "pluginsConfig": {
        "halogenpi-staticpagefooter": {
            "wordcount":"%d words",
            "modify_label": "Last edited on:",
            "staticmodifies": {"page1.md": "2000-01-01",
                "page2.md": "2000-01-02"}
        }

copyright and modify_label support html code

wordcount is a formatter for showing number of words

cjk is supported

If page path is not found in staticmodifies, it does not show the right footer by default

Package Sidebar

Install

npm i gitbook-plugin-halogenpi-staticpagefooter

Weekly Downloads

0

Version

1.1.0

License

Apache 2

Unpacked Size

14.9 kB

Total Files

5

Last publish

Collaborators

  • halogen_pi_npm