mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-05 02:51:48 +02:00
Finish inclusion of always_include_first_post_chapters feature.
This commit is contained in:
parent
4d6cc75b9b
commit
105efcf395
3 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue