0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/unit/helpers
Rosco Kalis 301e1b2419 🎨Improved image counting for the {{reading_time}} helper (#9366)
refs #9200

- We have not yet counted the images within your html, this commit counts images based on the this algorithm: https://blog.medium.com/read-time-and-you-bc2048ab620c
- Added imageCount utility, which counts images using an img-tag regex, amended from the general tag-regex found in wordCount
- Added this imageCount to the {{reading_time}} helper, adding 12 seconds to the reading time for every image
- The feature image is still counted as before
- The first image adds 12 seconds, the second 11, the third 10, and so on
- Images from the tenth onwards add 3 seconds to the reading time
2018-03-05 09:30:15 +01:00
..
test_tpl
asset_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
author_spec.js
body_class_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
content_spec.js
date_spec.js
encode_spec.js
excerpt_spec.js
facebook_url_spec.js
foreach_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
get_spec.js 🐛Fixed {{get}} helper's date comparison (#9454) 2018-02-14 18:33:07 +01:00
ghost_foot_spec.js
ghost_head_spec.js Moved image utils to lib/image 2017-12-14 20:46:53 +01:00
has_spec.js
img_url_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
index_spec.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
is_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
lang_spec.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
meta_description_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
meta_title_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
navigation_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
next_post_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
page_url_spec.js
pagination_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
plural_spec.js
post_class_spec.js
prev_post_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
reading_time_spec.js 🎨Improved image counting for the {{reading_time}} helper (#9366) 2018-03-05 09:30:15 +01:00
t_spec.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
tags_spec.js
template_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
title_spec.js
twitter_url_spec.js
url_spec.js Bump sinon to version 4.1.2 (#9283) 2017-11-28 18:19:23 +01:00
utils_spec.js 🎨Improved image counting for the {{reading_time}} helper (#9366) 2018-03-05 09:30:15 +01:00