syntra / gatsby-remark-reading-time

Gatsby remark plugin to add an estimated reading time field to all remark nodes
MIT License
25 stars 16 forks source link

Latest release wasn't published #14

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello, There was no release following #13 so the issue is still there. Would it be possible to run npm publish ?

If you don't have time to maintain this repo, I'm happy to take over. @garetmckinley

aaronUnosquare commented 2 years ago

@alvinometric did someone resolve this? I have the same problem with gatsby v4.

ghost commented 2 years ago

Unfortunately not. There's #15 that allows the extension to work with Gatsby v4, but @garetmckinley is MIA.

I'd be more than happy to take over the maintenance of this

aaronUnosquare commented 2 years ago

@alvinometric do you have some work around to remove the warning caused by this issue? warn Plugin gatsby-remark-reading-time is not compatible with your gatsby version 4.4.0 - It requires gatsby@^2.0.0

ghost commented 2 years ago

15 needs to be merged in order to fix this, that's the only way. Apart from making your own repo

AriTheElk commented 2 years ago

Hey, sorry for being unresponsive in this repo. Open source notifications tend to get buried under my work notifications. I added you as a permanent maintainer of this repo @alvinometric. If you want, I can add you to the maintainers of the npm package so you can publish if you want.

Honestly didn't realize anybody was using this package lol

aaronUnosquare commented 2 years ago

@garetmckinley @alvinometric that would be awesome if it could be merged and publish :)

ghost commented 2 years ago

Oh this is great! I'd love to be able to publish, but I understand if you don't feel comfortable with it

blopa commented 2 years ago

Any news on this? :eyes:

alexandrumogic commented 2 years ago

Hey! Need support for gatsby v4 please 🙏

rameshkunwar commented 1 year ago

Doesn't work with Gatsby v5.x. Any planned updates @garetmckinley?

alecgerona commented 1 year ago

To people stuck here. timeToRead is readily available with the gatsby-transformer-remark plugin. Tutorial here