Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Releases: rtCamp/gitbook-plugin-edit-link

Mobile improvements and bug fixes

11 May 09:30

Choose a tag to compare

Contributor: @aschempp


  • Remove link in PDF (#5)
  • Labels can now be multilingual
  • Hide label on mobile view (prevents ugly breaks in social icons)

Gitbook 2.0.1 compatibility

28 Apr 07:58

Choose a tag to compare

Contributor: @todvora


Gitbook 2.0.1 has removed page:after hook which this plugin needs. An issue has been reported here - GitbookIO/gitbook#724 but meanwhile this plugin is using workaround added by this pull request - #4

So when using Gitbook 2.0.1, you may see following warning in console at the time of running build:

warn: hook 'page' used by plugin 'gitbook-plugin-edit-link' is deprecated, and will be remove in the coming versions

You can safely ignore above warning for now.

Multilingual gitbook support

28 Apr 08:00

Choose a tag to compare

Contributor: @aniav


Multilingual gitbook support added by @aniav (#2)