Quote:
Originally Posted by davidfor
The utilities plugin can display these change or delete these settings for a book. It can set and delete them for a group of books, but viewing them is one at a time.
To see them all, this will show all books with their own reading settings is:
SELECT c.ContentID, Title, Attribution, ReadingFontFamily, ReadingFontSize, ReadingAlignment, ReadingLineHeight, ReadingLeftMargin, ReadingRightMargin FROM content c JOIN content_settings cs USING (ContentID)
|
As a Linux user, I found 'sqlitebrowser' (in the Debian repositories). It is a simple program, with which you can view (and edit, if needed) the contents of an SQLite DB in a spreadsheet-like way. Familiarity with SQL commands is not needed.
But there are similar programs for Windows.