View Single Post
Old 08-15-2023, 03:09 AM   #8794
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 131
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by JimmXinu View Post
This part, at least, can be addressed by only setting the pattern for sites that support date.
I already had my chapter title patterns set only in [archiveofourown.org] but my mistake was putting ${date} in chapter_title_def_pattern as well. I decided not to use chapter_start anymore cause that would just make things more complicated.

Attached is the result with these patterns:
Spoiler:
Code:
## The basic pattern used when not using add_chapter_numbers or
## mark_new_chapters
chapter_title_def_pattern:${title}

## Pattern used with add_chapter_numbers, but not mark_new_chapters
chapter_title_add_pattern:${number}. ${title} ◈ ${date}

## Pattern used with mark_new_chapters, but not add_chapter_numbers
## (new) is just text and can be changed.
chapter_title_new_pattern:${title} ◈ ${date} | (NEW)

## Pattern used with add_chapter_numbers and mark_new_chapters
## (new) is just text and can be changed.
chapter_title_addnew_pattern:${number}. ${title} ◈ ${date} | (NEW)
In overrides I put:
Code:
strip_chapter_numbers:true
add_chapter_numbers:true

mark_new_chapters:latestonly
Attached Thumbnails
Click image for larger version

Name:	Clipboard01.jpg
Views:	108
Size:	102.1 KB
ID:	203164  
culytera is offline   Reply With Quote