View Single Post
Old 09-21-2022, 01:47 AM   #5
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,832
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Comfy.n View Post
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:

Click image for larger version

Name:	Screenshot 2022-09-21 153749.jpg
Views:	324
Size:	50.2 KB
ID:	196668

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>
BetterRed is offline   Reply With Quote