New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gitbook-plugin-edit-link

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-edit-link - npm Package Compare versions

Comparing version

to
1.2.0

6

index.js

@@ -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">&nbsp;&nbsp;' + config.label + '</a>';
newPath = path.relative(this.options.originalInput, page.rawPath);
rtEditLink = '<a href="' + config.base + '/' + newPath + '" class="btn fa fa-edit pull-left">&nbsp;&nbsp;' + config.label + '</a>';
page.content = page.content.replace (

@@ -19,0 +23,0 @@ '<!-- Actions Right -->',

2

package.json

@@ -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