View Single Post
Old 05-24-2023, 03:11 AM   #26
nnm
Junior Member
nnm began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2023
Device: Kindle Paperwhite 4
Quote:
Originally Posted by ownedbycats View Post
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?

Last edited by nnm; 05-24-2023 at 03:14 AM.
nnm is offline   Reply With Quote