Quote:
Originally Posted by Phssthpok
Exactly what I was trying to do. But under the Template window there is a "Template value" panel with two columns: "Book title" and "Template value", and there seems to be no way to change "Book title" to some other column.
|
Why do you want to change that column? All it is doing is identifying which book the value is for. The "Template value" gives you the result of running the template. If you want to see the input values then temporarily add them to the result.
It is possible to see the values of the fields and variables while the template is being processed. This requires using a GPM template (program: ). There are two ways:
- Run calibre in debug mode and use the template language "print" statement.
- Use the template debugger. When you hit a breakpoint you can see the value of any field or variable.
FWIW: the fix mentioned in post #4 is in today's calibre release.