Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noxify/gridsome-plugin-remark-image-download
- Owner: noxify
- License: mit
- Created: 2020-02-17T23:02:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T21:09:59.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T18:20:25.120Z (almost 2 years ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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