Add reading time to page display#2514
Add reading time to page display#2514guillaumehanotel wants to merge 1 commit intoBookStackApp:masterfrom
Conversation
0bab88f to
7e1157b
Compare
|
Thanks for offering this PR @guillaumehanotel, But i think the value of such a feature would really need to be confirmed before inclusion as I'm personally not too convinced in the benefit of this. If BookStack was primarily for articles/blog-posts then maybe this would be ideal for all users otherwise this would need to be configurable visible, which is something I'd prefer to also avoid. Either way, the main page content is generally reserved for content only, no meta data. I saw you originally had a JS based solution. What might be useful is if you tweak that so it can be added via the "Custom HTML Head Content" setting, then share that on the original issue, so that others can add it to their instance if desired. |
|
Thank you for your feedback, |
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