Quote:
Originally Posted by JimmXinu
From defaults.ini; checkout out the second example chapter_title_strip_pattern setting:
|
Do I need to use anything else with that second example because on it's own it doesn't seem to do anything. There are still numbers listed before "Chapter."
EDITED: Figured it out. I needed this block of code for everything to work.
Code:
strip_chapter_numbers:true
add_chapter_numbers:true
chapter_title_add_pattern: Chapter ${number}. ${title}
chapter_title_strip_pattern:^([0-9]+[\.: -]+)?(Chapter *[0-9]+[\.:, -]*)?
Thanks for the quick response.
Amalthia