View Single Post
Old 07-31-2012, 10:50 PM   #4
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by trianglekitty View Post
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...
davidfor is offline   Reply With Quote