Quote:
Originally Posted by Comfy.n
Is it possible to add clickable Book Ids on the Book Details pane (right side of the UI)?
Or else, can I make clickable references using the Calibre URL scheme in some field? I have tried adding < calibre://show-book/mylib/100> in comments, but it isn't clickable.
Use case would be to create a custom column for "Related Titles" or "See this", then add some Book IDs, that could be clicked on the details pane to select the linked titles.
|
calibre:// is a URL, to make clickable in HTML you need to wrap it in <a ref > tags. Easiest way to do that in the Comments editor is to press Ctrl+L where you want it, and that will pop this dialogue:
With the values I entered, this HTML is generated
Code:
<p><a href="calibre://show-book/_hex_-54657374/311"><span style="color: #6cb4ee">The Fishing Fleet</span></a></p>