Quote:
Originally Posted by KimbreLee
I need to present a list of all the tags that have been created when uploading files. I would like to also see a list of the custom columns I have created. Anyway to print these lists?
|
For the list of all Tags (or other columns, standard or custom), along with the number of books that use each one, see:
https://www.mobileread.com/forums/sho...9&postcount=25
As for the Custom Columns, the simplest way is to make a screenprint of the >Preferences>Add your own columns option in Calibre.
The harder way is to use a SQLite database browser to browse table custom_columns, export the data, and print it. An end-user tool for doing browsing is:
http://sqlitebrowser.org/
DaltonST