Quote:
Originally Posted by peaceridge
How do you get Calibre to keep the leading 0's? Whenever I enter them, Calibre strips them out - a bit of a problem sending them to Kindle as the 10 sorts with the 1, before the 2.
|
Look at the sample give on the Save to Device screen:
Code:
series_index
The series number. To get leading zeros use {series_index:0>3s} or {series_index:>3s} for leading spaces