0.3.0 • Published 8 years ago

gitbook-plugin-printlinks v0.3.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

printlinks

Add footnotes or a glossary of links for ebook/pdf versions of your gitbook

NPM NPM

Usage

Just add the plugin on the plugins array of your book.json file:

{
  "plugins": ["printlinks"]
}

To show external links in a glossary, add this to the pluginsConfig field in your book.json:

"printlinks": {
  "externalLinksAreReferences": true
}

and then add a block like this on a page in your book, where you want the glossary to be:

{% printlinks %}
# External References

Here all external resources are listed, that are referenced with in this book.
{% endprintlinks %}

To do

  • Show alert for duplicated links
  • Sort footnotes and footnotes ids by their position on the text. Current ones using text ids has preference
0.3.0

8 years ago

0.2.0

9 years ago

0.1.7

9 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago