Quote:
Originally Posted by davidfor
Book statistics
The templates can be simple columns, or calculations based on column values. For example, I currently have:
Code:
Words: program:$$#words
Pages: program:$$#pages
Reading estimate Lower: program:mod($$#words, 12)
Reading estimate Higher: program:mod($$#words, 10)
|
Can you give some info on how to add these custom columns to Calibre? I'm a little confused by the
program:$$#page syntax. For example, I have a custom int column with a lookup name of #pages -- how would I rename that column for it to be recognized?