You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest an improvement for our blog articles on GitHub. It
would be great if we could add a "reading time" property to each article. This
would give readers an estimate of how long it would take them to read the
entire article.
I believe this would be a useful feature for our readers as it would help them
plan their reading time and also give them an idea of the length of the article
before they start reading. It would also be beneficial for those who have
limited time and want to quickly browse through articles that they can finish
in a short amount of time.
Implementing this feature would also make our blog more user-friendly and
enhance the overall reading experience. It would also be a great addition for
those who prefer to read articles on their commute or during breaks.
I hope this suggestion will be considered and implemented in the near future.
Thank you for your time and consideration.
How to it
To add reading time to your Gatsby blog articles written in MDX format, you can
use the gatsby-remark-reading-time plugin. This plugin will calculate the
estimated reading time for each of your MDX files and make it available in your
GraphQL queries. Here's how you can implement it in your project:
Hello everyone,
I would like to suggest an improvement for our blog articles on GitHub. It
would be great if we could add a "reading time" property to each article. This
would give readers an estimate of how long it would take them to read the
entire article.
I believe this would be a useful feature for our readers as it would help them
plan their reading time and also give them an idea of the length of the article
before they start reading. It would also be beneficial for those who have
limited time and want to quickly browse through articles that they can finish
in a short amount of time.
Implementing this feature would also make our blog more user-friendly and
enhance the overall reading experience. It would also be a great addition for
those who prefer to read articles on their commute or during breaks.
I hope this suggestion will be considered and implemented in the near future.
Thank you for your time and consideration.
How to it
To add reading time to your Gatsby blog articles written in MDX format, you can
use the gatsby-remark-reading-time plugin. This plugin will calculate the
estimated reading time for each of your MDX files and make it available in your
GraphQL queries. Here's how you can implement it in your project:
The text was updated successfully, but these errors were encountered: