gitbook-plugin-edit-link
Advanced tools
Comparing version
@@ -0,1 +1,3 @@ | ||
var path = require('path'); | ||
module.exports = { | ||
@@ -15,4 +17,6 @@ hooks: { | ||
rtEditLink = '<a href="' + config.base + '/' + page.path + '" class="btn fa fa-edit pull-left"> ' + config.label + '</a>'; | ||
newPath = path.relative(this.options.originalInput, page.rawPath); | ||
rtEditLink = '<a href="' + config.base + '/' + newPath + '" class="btn fa fa-edit pull-left"> ' + config.label + '</a>'; | ||
page.content = page.content.replace ( | ||
@@ -19,0 +23,0 @@ '<!-- Actions Right -->', |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"author": "rtCamp <admin@rtcamp.com>", | ||
@@ -8,0 +8,0 @@ "contributors": [{ |
@@ -52,1 +52,11 @@ GitBook Plugin: Edit Link | ||
This means if that HTML comment changes, this plugin will break but I hope to fix it easily whenever that happen. | ||
## Changelog | ||
**1.2 - 03 April 2015** | ||
- Multiligual gitbook support added by [@aniav](https://github.com/aniav) ([#2](https://github.com/rtCamp/gitbook-plugin-edit-link/pull/2)) | ||
**1.1.3 - 11 Jan 2015** | ||
- Initial release |
16007
2.11%22
10%62
19.23%