mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Add note to use_threadmark_wordcounts setting--base_xenforo sites' wordcounts ignore words insite Spoiler tags.
This commit is contained in:
parent
6e2bc4b8c4
commit
c3fd518817
2 changed files with 6 additions and 2 deletions
|
|
@ -673,8 +673,10 @@ always_use_forumtags:false
|
|||
## SB, SV & QQ base_xenforoforum sites using use_threadmark_wordcounts
|
||||
## is one of the few cases where numWords is effected by
|
||||
## ignore_chapter_url_list.
|
||||
## Note that if always_include_first_post is true, first post will not
|
||||
## Note: that if always_include_first_post is true, first post will not
|
||||
## be included in the word count if not also threadmarked.
|
||||
## Note 2: Word counts from the site exclude words inside Spoiler
|
||||
## tags.
|
||||
use_threadmark_wordcounts:true
|
||||
|
||||
## base_xenforoforum stories with threadmarks have a few additional
|
||||
|
|
|
|||
|
|
@ -700,8 +700,10 @@ always_use_forumtags:false
|
|||
## SB, SV & QQ base_xenforoforum sites using use_threadmark_wordcounts
|
||||
## is one of the few cases where numWords is effected by
|
||||
## ignore_chapter_url_list.
|
||||
## Note that if always_include_first_post is true, first post will not
|
||||
## Note: that if always_include_first_post is true, first post will not
|
||||
## be included in the word count if not also threadmarked.
|
||||
## Note 2: Word counts from the site exclude words inside Spoiler
|
||||
## tags.
|
||||
use_threadmark_wordcounts:true
|
||||
|
||||
## base_xenforoforum stories with threadmarks have a few additional
|
||||
|
|
|
|||
Loading…
Reference in a new issue