@@ -544,10 +544,10 @@ descending order.
544
544
545
545
# ### Setting the reading time
546
546
547
- When [enabled], the [readtime] package is used to compute the expected reading
548
- time of each post, which is rendered as part of the post and post excerpt.
549
- Nowadays, many blogs show reading times, which is why the [built-in blog plugin]
550
- offers this capability as well.
547
+ When [enabled], the reading the expected reading time of each post is computed,
548
+ which is rendered as part of the post and post excerpt. Nowadays, many blogs
549
+ show reading times, which is why the [built-in blog plugin] offers this
550
+ capability as well.
551
551
552
552
Sometimes, however, the computed reading time might not feel accurate, or
553
553
result in odd and unpleasant numbers. For this reason, reading time can be
@@ -566,7 +566,14 @@ readtime: 15
566
566
567
567
This will disable automatic reading time computation.
568
568
569
- [readtime] : https://pypi.org/project/readtime/
569
+ !!! warning "Chinese, Japanese and Korean characters"
570
+
571
+ Reading time computation currently does not take segmentation of Chinese,
572
+ Japanese and Korean characters into account. This means that the reading
573
+ time for posts in these languages may be inaccurate. We're planning on
574
+ adding support in the future. In the meantime, please use the `readtime`
575
+ front matter property to set the reading time.
576
+
570
577
[enabled] : ../plugins/blog.md#config.post_readtime
571
578
572
579
# ### Setting defaults
0 commit comments