Finish inclusion of always_include_first_post_chapters feature.

This commit is contained in:
Jim Miller 2019-07-24 18:36:56 -05:00
parent 4d6cc75b9b
commit 105efcf395
3 changed files with 10 additions and 0 deletions

View file

@ -742,6 +742,10 @@ use_threadmark_wordcounts:true
## dateCreated_format
#datethreadmark_format:%%Y-%%m-%%d %%H:%%M
## When set true, always_include_first_post_chapters will cause FFF to
## treat both threadmarks *and* first post links as chapter links.
#always_include_first_post_chapters:false
[base_xenforoforum:epub]
## See remove_spoilers above for more about 'spoilers'. This example

View file

@ -278,6 +278,7 @@ def get_valid_set_options():
'apocrypha_to_omake':(base_xenforo_list,None,boollist),
'replace_failed_smilies_with_alt_text':(base_xenforo_list,None,boollist),
'use_threadmark_wordcounts':(base_xenforo_list,None,boollist),
'always_include_first_post_chapters':(base_xenforo_list,None,boollist),
'fix_pseudo_html': (['webnovel.com'], None, boollist),
'fix_excess_space': (['novelonlinefull.com', 'novelall.com'], ['epub', 'html'], boollist)
}
@ -486,6 +487,7 @@ def get_valid_keywords():
'internalize_text_links',
'replace_failed_smilies_with_alt_text',
'use_threadmark_wordcounts',
'always_include_first_post_chapters',
'datethreadmark_format',
'fix_pseudo_html',
'fix_excess_space',

View file

@ -769,6 +769,10 @@ use_threadmark_wordcounts:true
## dateCreated_format
#datethreadmark_format:%%Y-%%m-%%d %%H:%%M
## When set true, always_include_first_post_chapters will cause FFF to
## treat both threadmarks *and* first post links as chapter links.
#always_include_first_post_chapters:false
[base_xenforoforum:epub]
## See remove_spoilers above for more about 'spoilers'. This example