jcdcdev.Umbraco.ReadingTime 16.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package jcdcdev.Umbraco.ReadingTime --version 16.0.6
                    
NuGet\Install-Package jcdcdev.Umbraco.ReadingTime -Version 16.0.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jcdcdev.Umbraco.ReadingTime" Version="16.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="jcdcdev.Umbraco.ReadingTime" Version="16.0.6" />
                    
Directory.Packages.props
<PackageReference Include="jcdcdev.Umbraco.ReadingTime" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add jcdcdev.Umbraco.ReadingTime --version 16.0.6
                    
#r "nuget: jcdcdev.Umbraco.ReadingTime, 16.0.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package jcdcdev.Umbraco.ReadingTime@16.0.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=jcdcdev.Umbraco.ReadingTime&version=16.0.6
                    
Install as a Cake Addin
#tool nuget:?package=jcdcdev.Umbraco.ReadingTime&version=16.0.6
                    
Install as a Cake Tool

jcdcdev.Umbraco.ReadingTime

Documentation Umbraco Marketplace GitHub NuGet Downloads Project Website

Custom Data Type for calculating reading time. With full variant support!

The following editors are currently supported:

  • Rich Text
  • Markdown
  • Block Grid
  • Block List
  • Nested Content
  • Textstring
  • Textarea

Installation

Install Package

dotnet add package jcdcdev.Umbraco.ReadingTime 

Quick Start

  1. Install the NuGet package
  2. Add the Reading Time data type to a document type. You can configure:
    • Words per minute (default is 200)
    • Min Unit (default is Minute)
    • Max Unit (default is Minute)
  3. Save and publish content.
  4. Reading Time will display in the backoffice

Using the value in your templates

In your template, you can accessing the Reading Time property value like any other property:

 @Model.ReadingTime.DisplayTime()

Configuration

You can change the average words per minute in the data type settings.

When creating a new data type, the default will be 200 words per minute.

Contributing

Contributions to this package are most welcome! Please visit the Contributing page.

Acknowledgements (Thanks)

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.1.0 83 2/17/2026
17.1.0-alpha.1 47 2/16/2026
17.0.2 127 1/28/2026
17.0.2-alpha.14 47 1/28/2026
17.0.1 125 12/26/2025
17.0.1-alpha.3 163 12/22/2025
16.0.7 83 2/17/2026
16.0.6 91 1/28/2026
16.0.6-alpha0042 87 1/28/2026
16.0.6-alpha0024 85 1/26/2026
16.0.6-alpha0011 83 1/26/2026
16.0.5 101 12/26/2025
16.0.5-alpha0005 123 12/26/2025
16.0.5-alpha0003 112 12/26/2025
16.0.4 181 12/21/2025
15.0.18 183 12/21/2025
15.0.18-alpha0022 177 12/21/2025
15.0.18-alpha0020 183 12/21/2025
13.0.9 439 12/21/2025
13.0.9-alpha0013 290 12/17/2025
Loading failed