읽기 시간

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.