Quote:
Originally Posted by halloleo
Are there extensions for the template language?
|
Yes. You can add your own template functions written in python (User-defined Python template functions), and you can write entire templates in python (Python Template Mode). Both of these can use whatever bits of calibre you wish, although I suggest you be very careful if the function/template changes calibre's database.
The documentation @BR is referring to is here.