View Single Post
Old 09-27-2012, 06:01 PM   #883
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,312
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by cryzed View Post
Also, the current feature that strips/adds chapter numbers is pretty awesome, if now you could add the ability to simply add chapter numbers ONLY to the table of contents and remove them from the chapters themselves that would be great too.
Try this version. It makes add_chapter_numbers a tri-state variable.

Code:
## Don't like the numbers at the start of chapter titles on some
## sites?  You can use strip_chapter_numbers to strip them off.  Just
## want to make them all look the same?  Strip them off, then add them
## back on with add_chapter_numbers:true.  Only want them added back
## on for Table of Contents(toc)? Use
## add_chapter_numbers:toconly.  Don't like the way it strips numbers
## or adds them back?  See chapter_title_strip_pattern and
## chapter_title_add_pattern.
strip_chapter_numbers:false

## add_chapter_numbers can be true, false or toconly
add_chapter_numbers:false
As for the title page templates, I'll look into it. Other things going going this weekend, though.

Last edited by JimmXinu; 10-02-2012 at 10:49 AM. Reason: Remove obsolete beta versions
JimmXinu is offline