Quote:
Originally Posted by hanjisung
2) Very long shot, but just in case, is there some sort of key for the column colorization? Even upon hover? For example, my series column is set to 3 different colors. One for if series is complete, one for if it is not, and one for undefined. It would be nice if I hover over the series title, the rule applied to it would appear. Such as 'wolfgang [5] : 'true/false/null'. But better yet, I would love something like a Key with squares below the tool bar/above the search bar that showed the colors you've put in your rules, and text either below, or on hover, which says which rule it represents. You guys probably just remember what your colors mean, but I have goldfish brain.
|
Quote:
Originally Posted by chaley
There is no way to change the tooltip (the "hover" text) for a column.
|
After some reflection I decided to implement "custom tooltips" for columns in the book list using templates. The tooltip can contain whatever you want as long as it can be generated by a template. Tooltips interpret HTML so you can construct complex displays. One test I did was to include in the tooltip the note for the value where the note contained a picture.
To define a column tooltip, right-click on the column header and choose "(Define|Edit) column tooltip ..."
You can include the text that would have been used for the tooltip. See the help text when you first create a column tooltip template:
Quote:
Notes:- The template global variable "column_lookup_name" contains the column lookup name.
- The global variable "original_text" contains the original tooltip text.
|
This feature is in calibre source now and will be included in the next preview or release.