Tweaking pchrist7's kindle_read_status
I have a custom True/False field that I check when I've finished reading a book and would like to have the kindle read status column evaluation, or the template override the usual percentage check if the field is true. The kindle_read_status template seems to only accept a single metadata field so I'm unsure how to get the "ready_n" field evaluated alongside the "Comments" field.
I was thinking turning the following pseudocode into proper code and putting it in the Read_Status column template would work.
(if the "ready_n" field is true, then {comments:kindle_read_status(1,Reading,Not Read)}
else {comments:kindle_read_status(95,Reading,Not Read)})
|