gitbook-plugin-local-pagefooter-pdf

0.0.3 • Public • Published

gitbook-plugin-local-pagefooter

English 简体中文

Customize the footer of each article, you can add copyright and document reversion of time. The time can be local or UTC.

Install

npm install gitbook-plugin-local-pagefooter

or in book.json

"plugins":{
    "local-pagefooter",
}
and run
gitbook install

Useage

"plugins":{
    "local-pagefooter",
}

Configuration

"local-pagefooter": {
  "copyright":"&copy someone",
  "islocal" : true, // true/false
  "modify_label": "The document reversion time: ",
  "modify_format": "YYYY-MM-DD HH:mm:ss"
}

fields copyright and modify_label support html code.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

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

Package Sidebar

Install

npm i gitbook-plugin-local-pagefooter-pdf

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

14.1 kB

Total Files

5

Last publish

Collaborators

  • ryanjfrizzell