Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
gatsby-remark-copy-linked-files
Advanced tools
Find files which are linked to from markdown and copy them to the public directory
Copies files linked to from markdown to your public
folder.
npm install --save gatsby-remark-copy-linked-files
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [
`gatsby-remark-copy-linked-files`,
]
}
}
]
Then in your Markdown files, simply link to the file you desire to reference.
E.g.
---
title: My awesome blog post
---
Hey everyone, I just made a sweet PDF with lots of interesting stuff in
it.
[Download it now](my-awesome-pdf.pdf)
my-awesome-pdf.pdf
should be in the same directory as the markdown
file. When you build your site, the file will be copied to the public
folder and the markdown HTML will be modified to point to it.
FAQs
Find files which are linked to from markdown and copy them to the public directory
The npm package gatsby-remark-copy-linked-files receives a total of 14,273 weekly downloads. As such, gatsby-remark-copy-linked-files popularity was classified as popular.
We found that gatsby-remark-copy-linked-files demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.