View Single Post
Old 08-08-2025, 06:21 PM   #6
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,476
Karma: 8025702
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Rellwood View Post
If there was a way to fill a column with how I want the plugboard to be. I can do one plugboard one column for all the books, but if there was a way to tag or use a column that I could preload with number or word or phrase or tag that would indicate how I want that book to be done - instead of making the plugboard fill it out. I would rather know ahead of time what it is going to look like if there was a way to make the column tell the plugboard which way to go - then have a second column show the final results. Then if I could change the tag, the column with the resulting plugboard will change - allowing me to see the results?
Ignoring your last post ...

It is perfectly possible to put a plugboard template into a custom text column then show that evaluated template in a composite (column-built-from-other) column, with perhaps a default if the template text column is empty. The actual plugboard would use the value in the composite column. This gives you total control over how any book appears on the kindle.

Edit: something like this. One advantage is that you can use the tag browser to select all books with the same template.
Click image for larger version

Name:	Clipboard01.jpg
Views:	29
Size:	77.6 KB
ID:	217388

The template in the composite column is
Code:
program:
	if $#foobar3 then
		template($#foobar3)
	else
		template('{title}')
	fi

Last edited by chaley; 08-08-2025 at 06:46 PM.
chaley is offline   Reply With Quote