Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noxify/gridsome-plugin-remark-image-download


https://github.com/noxify/gridsome-plugin-remark-image-download

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Gridsome Remark Plugin - Image Downloader

Simple plugin for `@gridsome/transformer-remark` to enable the download of remote images.

## Install

```
npm install -s https://github.com/noxify/gridsome-plugin-remark-image-download.git

```

## Setup

```js
module.exports = {
siteName: 'Gridsome',
plugins: [
//...
],
templates: {
//...
},
transformers: {
//Add markdown support to all file-system sources
remark: {
plugins: [
['@noxify/gridsome-plugin-remark-image-download', {
targetPath: './src/assets/contentImages'
}]
]
}
}
}

```

## Documentation

You can find the complete documentation here: https://webstone.info/documentation/gridsome-plugin-remark-image-download