阅读时间

Estimated reading time and word count for EmDash posts.

插件

阅读时间

Estimated reading time and word count for EmDash posts.

  • 分类: 内容
  • 状态: 可用
  • 版本: 1.0.0
  • 价格: Free

Readers decide in three seconds. Give them a reason to stay. Calculates word count and reading time, written to post metadata on publish. Ships a companion Astro component.

Installation

pnpm add @plugdash/readtime
import { readtimePlugin } from "@plugdash/readtime";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [readtimePlugin()],
    }),
  ],
});

Usage scenarios

  • Blog posts — display estimated reading time to set reader expectations.
  • Editorial dashboards — track content length across your publication.