[PR #2514] [CLOSED] Add reading time to page display #6015

Closed
opened 2026-02-05 10:22:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2514
Author: @guillaumehanotel
Created: 1/29/2021
Status: Closed

Base: masterHead: feature/reading-time


📝 Commits (1)

  • 7e1157b Add reading time to page display

📊 Changes

3 files changed (+7 additions, -0 deletions)

View changed files

📝 app/Http/Controllers/PageController.php (+5 -0)
📝 resources/lang/en/entities.php (+1 -0)
📝 resources/views/pages/page-display.blade.php (+1 -0)

📄 Description

Hello,

as referred in issue #852, i lay the first stone for this feature by adding a estimated read time below a page title.
Any advice is welcome to help me integrate this feature correctly in the project.

Thank you


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/2514 **Author:** [@guillaumehanotel](https://github.com/guillaumehanotel) **Created:** 1/29/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/reading-time` --- ### 📝 Commits (1) - [`7e1157b`](https://github.com/BookStackApp/BookStack/commit/7e1157b5b1473789e5eaf4eb4d3849ae6f1968c0) Add reading time to page display ### 📊 Changes **3 files changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/PageController.php` (+5 -0) 📝 `resources/lang/en/entities.php` (+1 -0) 📝 `resources/views/pages/page-display.blade.php` (+1 -0) </details> ### 📄 Description Hello, as referred in issue #852, i lay the first stone for this feature by adding a estimated read time below a page title. Any advice is welcome to help me integrate this feature correctly in the project. Thank you --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:22:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6015