An open API service indexing awesome lists of open source software.

https://github.com/morizyun/gitbook-plugin-amazon-jp-link

Generate a link for amazon.co.jp for gitbook
https://github.com/morizyun/gitbook-plugin-amazon-jp-link

gitbook-plugin javascript

Last synced: about 1 month ago
JSON representation

Generate a link for amazon.co.jp for gitbook

Awesome Lists containing this project

README

          

gitbook-plugin-amazon-jp-link
==============

Generate a link for amazon.co.jp.

### Installation

Adds the plugin to your `book.json`, then run `gitbook install` if you are building your book locally.

```json
{
"plugins": ["amazon-jp-link"]
}
```

### Usage

#### Generate Link tag

```md
{% AmazonJpLink "B01N59VNQY", "johndue-22" %}macOS Sierra{% endAmazonJpLink %}
```

Generate the following html:

```html

macOS Sierra


```

#### Generate Image tag

```md
{% AmazonJpImage "B01N59VNQY", "johndue-22", "150" %}macOS Sierra{% endAmazonJpImage %}
```

Generate the following html:

```html




```

### Development

#### Test for plugin

**[Test your plugin · GitBook Toolchain Documentation](https://toolchain.gitbook.com/plugins/testing.html)**