Quote:
Originally Posted by ownedbycats
I have a stored template, readstatus(), which pulls from a Kobo Utilities #percentread column and a Reading list #readinglist column.
Code:
program:
if $$#percentread >=#1 && $$#percentread <=#99
then 'currentlyreading'
elif "To Be Read" in $#readinglist && $$#percentread ==#0
then 'toberead'
elif $$#percentread >=#100
then 'read'
elif $$#percentread == 'None'
then 'undefined'
elif $$#percentread >=#0
then 'unread'
fi
I use it mainly for template checks and the like. Then I realized I could also have them appear in the tag browser.
Attachment 200069
Putting the template directly into the composite column also works and is simpler for most people.
|
I like the clean look of those icons instead of the default "column" icons. How did you change them and where did you get them?