[gatsby-remark-copy-linked-files] A request to make the plugin not restricted to local markdown only #31592
-
It is not a bug but more like a request for making some changes to the code. So... I'm trying to create a source plugin that will fetch markdown (JSON field // index.js
if (
isRelativeUrl(link.url) &&
getNode(markdownNode.parent).internal.type === `File`
)
... The reason why it is not working because Therefore, I suggest that by editing the line to if (
isRelativeUrl(link.url) &&
getNode(markdownNode.parent).dir
)
... As long as we have a field called Hope this gets approved... Thanks! Oh btw, I'm more than happy to contribute if you want me to. 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello? Anyone? |
Beta Was this translation helpful? Give feedback.
Hello? Anyone?