![]() |
#9121 |
Member
![]() Posts: 13
Karma: 10
Join Date: Jul 2022
Device: none
|
|
![]() |
![]() |
![]() |
#9122 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,926
Karma: 55947249
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
I can't quite remember how to do this: How do I remove the ToC numbering only if the title starts with "Chapter"?
I have 2 dozen storyUrl sections for strip_chapter_numbers, hoping to reduce that down a bit. Last edited by ownedbycats; 11-25-2023 at 11:47 PM. |
![]() |
![]() |
![]() |
#9123 |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,124
Karma: 3386177
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
defaults.ini says:
Code:
## (Two versions of chapter_title_strip_pattern are shown below. You ## should only have one uncommented.) ## This version will remove the leading number from: ## "1." => "" ## "1. The Beginning" => "The Beginning" ## "1: Start" => "Start" ## "2, Chapter the second" => "Chapter the second" ## etc ## Leaves unchanged "1.1" or "1" ## Note that your ToC entry(ies) may be empty if the ## chapter_title_strip_pattern removes everything and you don't have ## add_chapter_numbers:true. chapter_title_strip_pattern:^[0-9]+[\.: -]+(?=[^0-9]|$) ## This version remove leading numbers and 'Chapter 1': ## "Chapter 1" => "" ## "1. Chapter 1" => "" ## "1. Chapter 1, Bob's First Clue" => "Bob's First Clue" ## "Chapter 2 - Pirates Place" => "Pirates Place" ## etc ## Note that your ToC entry(ies) may be empty if the ## chapter_title_strip_pattern removes everything and you don't have ## add_chapter_numbers:true. #chapter_title_strip_pattern:^([0-9]+[\.: -]+)?(Chapter *[0-9]+[\.:, -]*)? Code:
chapter_title_strip_pattern:^(Chapter *[0-9]+[\.:, -]*)? |
![]() |
![]() |
![]() |
#9124 |
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,124
Karma: 3386177
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Test Version Posted
2023-11-26 - Better handling of &<> entities with stripHTML() and chapter titles. #1019 |
![]() |
![]() |
![]() |
Tags |
fanfiction |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[GUI Plugin] Open With | kiwidude | Plugins | 401 | 01-03-2023 09:00 AM |
[GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 492 | 10-25-2022 09:13 AM |
[GUI Plugin] Marvin XD | Philantrop | Plugins | 126 | 01-29-2017 01:48 PM |
[GUI Plugin] KiNotes | -axel- | Plugins | 0 | 07-14-2013 07:39 PM |
[GUI Plugin] Plugin Updater **Deprecated** | kiwidude | Plugins | 159 | 06-19-2011 01:27 PM |