Quote:
Originally Posted by Rellwood
I would be so happy if I could just pay someone to create a template or file that I could just add and not have to do it myself and mess it up.
|
No need for paying. Just go to your calibre installation folder and find these files:
Code:
Calibre2\app\resources\jacket\template.xhtml
Calibre2\app\resources\jacket\stylesheet.css
On my Windows machine, the installation folder is:
Code:
C:\Program Files\Calibre2\app\resources\jacket
Now, you add your custom columns by editing the
template.xhtml file, like this (see the
red lines):
On the above example, I've added two custom columns:
#pages and
#read_date. Notice that the
# has been replaced by an underscore. For the
#read_date column I added a class, corresponding to a CSS rule defined on the
stylesheet.css file (see below).
The CSS rule is just an example. You can use whatever you want, or none.