Quote:
Originally Posted by trianglekitty
Ah...so it isn't even a Nook issue but a windows issue. That makes perfect sense, thank you!
|
As always, it is Windows fault
[/QUOTE]
I don't suppose there's a way in calibre to see the number of characters in a column field?[/QUOTE]
I'm not an expert on the template language. But looking at
http://manual.calibre-ebook.com/template_lang.html, I can see a "strlen" function. But, I suspect that using the "shorten" function might do what you want. I would try:
Code:
{#genre}/{author}/{series}/{title} - {summary:shorten(50, ..., 0)}
That should give (assuming I have the call to shorten right) something like:
Code:
Ste/Watchto/The Dark Tower- first in the series, characters meet, stuff happe...