@mariolopjr/gatsby-remark-relative-images
Convert image src(s) in markdown to be relative to their node's parent directory. This will help gatsby-remark-images match images outside the node folder. For example, use with NetlifyCMS.
Convert image src(s) in markdown to be relative to their node's parent directory. This will help gatsby-remark-images match images outside the node folder. For example, use with NetlifyCMS.
Format the relative time between the current date and a given date in a human readable format. The output is rounded to the nearest time unit, i.e. 1 year ago, 5 minutes ago, in 3 days, in 6 seconds
Relative path converter to absolute
Display time in a human-readable format.
Normalize paths in frontmatter and body of markdown files to be gatsby compliant
Solves the relative path problem in Node.js by allowing a require call to reference the current package
Very flexible relative time formatting function. You can quickly get the formatted time like 2 minutes ago, 3 weeks ago, in 5 years.
A secure-by-default path module (wrapper around node's path)
Use Gulp to resolve Typescript path aliases during compilation.
Installs local dependencies for optimal developer experience
A JS clone of Rails' time_ago_in_words
Simple function that recieves a date and gives back the relative time using Intl.RelativeTimeFormat('en', { numeric: 'auto' })