| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 3 
				Karma: 10 
				Join Date: May 2015 
				
				
				
				Device: Lenovo G30-50 Debian 8.1, Samsung Galaxy G4, Ipad Air and Macbook Air 
				
				
				 | 
	
	
	
		
		
			
			 
				
				How can you open a book in Calibre by a link?
			 
			
			
			I am trying to create links to Pandoc, similarly as you can open Spotify with a specific song by `spotify:[song-id]` but with Calibre like  
		
	
		
		
		
		
		
		
		
		
		
		
	
	`calibre:[doi/isbn].p=[page].c=[chapter]` The ultimate goal is to have links which contains the specific locations in a book such that the link directs you also to the appropriate location. You can assume that the filetype of all books is CHM. Please, comment if this is not the optimal selection for the opening of a book in a particular page. I am open to consider other formats supported by Calibre. At this point, I am evaluating how this could be possible. My thread about automating note presentation about tables in this thread here where you see that I try to use LaTeX's Pandoc tables to include Files in filesystem and Books in Calibre. The motivation for this project comes from the fact that I am often given 5-10 books to read at specific pages; and repeat that some weeks - sometimes all of the sudden. How can you open a book by a link etc in PDF in Calibre? How can you open a specific page/section in a book by a link in Calibre?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Ex-Helpdesk Junkie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421 
				Karma: 85400180 
				Join Date: Nov 2012 
				Location: The Beaten Path, USA, Roundworld, This Side of Infinity 
				
				
				Device: Kindle Touch fw5.3.7 (Wifi only) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			calibre does I believe use some url scheme internally, but it isn't exported to the OS. At least in theory that feature could be added; I don't know how much interest Kovid Goyal has in doing so, I guess we will see when he responds.  
		
	
		
		
		
		
		
		
		
		
		
		
		
			![]() I don't know that it's possible (currently) to open at a specified location. For one thing, ebooks have no page numbers, so what reference scheme do you use instead? P.S. The Development subforum is not meant for feature requests or asking how to use features -- it is for discussion about how to code for calibre, e.g. someone wants to implement a feature. Last edited by eschwartz; 05-18-2015 at 06:01 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 null operator (he/him) 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,018 
				Karma: 30277294 
				Join Date: Mar 2012 
				Location: Sydney Australia 
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 Moderator Notice Masi - I moved this to main forum. If you indicate that you are prepared to develop the external link feature, then it can be moved back to the Development subforum FWIW - I link Author Notes I keep in Evernote to calibre server Authors pages via commands such as this Code: 
	chrome.exe http://my-computer:8083/browse/matches/authors/187 Code: 
	http://my-computer:8083/browse/book/1179 BR Last edited by BetterRed; 05-18-2015 at 06:56 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 creator of calibre 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609 
				Karma: 28549044 
				Join Date: Oct 2006 
				Location: Mumbai, India 
				
				
				Device: Various 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I have no idea what you are asking for. Open a book by a link from where? If you mean over the internet, then you can do so using the calibre server, which generates specific URLs for every book.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	As for opening at a specific location, you will need to wait for the content server to support in browser reading, which is on my todo list. But it will never by by chapter/page. It will be by CFI.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Ex-Helpdesk Junkie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421 
				Karma: 85400180 
				Join Date: Nov 2012 
				Location: The Beaten Path, USA, Roundworld, This Side of Infinity 
				
				
				Device: Kindle Touch fw5.3.7 (Wifi only) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Speaking of which, Kovid, I noticed a few interesting commits in the past ~days. Looks like preliminary work for the long-awaited Content Server rewrite.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 creator of calibre 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609 
				Karma: 28549044 
				Join Date: Oct 2006 
				Location: Mumbai, India 
				
				
				Device: Various 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Indeed, I am now working on that, it's going to be a long road though. And there is likely going to be a hiatus in calibre releases while I focus on it, since this is not the sort of thing that can be done in a week  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Ex-Helpdesk Junkie 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421 
				Karma: 85400180 
				Join Date: Nov 2012 
				Location: The Beaten Path, USA, Roundworld, This Side of Infinity 
				
				
				Device: Kindle Touch fw5.3.7 (Wifi only) 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			True enough. We can wait.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	![]() There is after all a very worthwhile thing to wait for.  
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 3 
				Karma: 10 
				Join Date: Oct 2024 
				
				
				
				Device: Moon+ android 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Fast link
			 
			
			
			I know how to make a fast link to a book. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	http://my-computer:8083/browse/book/1179 But i have 2 libraries. This link refreres to the first library. How to make a fast link to a book in the other library?  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 creator of calibre 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609 
				Karma: 28549044 
				Join Date: Oct 2006 
				Location: Mumbai, India 
				
				
				Device: Various 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 3 
				Karma: 10 
				Join Date: Oct 2024 
				
				
				
				Device: Moon+ android 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Thank you for the quick reply. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Correct me if i am wrong, these url sheme works only on the computer with calibre installed? Im looking for a fast link that works on other computers aswell  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 Fanatic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 569 
				Karma: 32228 
				Join Date: Feb 2012 
				
				
				
				Device: Onyx Boox Leaf 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Can the Content Server change Calibre:// to http(s)://current_domain( 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 ort) ?Sent from my Pixel 7 Pro using Tapatalk  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 3 
				Karma: 10 
				Join Date: Oct 2024 
				
				
				
				Device: Moon+ android 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 Fanatic 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 569 
				Karma: 32228 
				Join Date: Feb 2012 
				
				
				
				Device: Onyx Boox Leaf 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			No, I know it can't do it at the moment, because I tried. I use mostly the Content Server, so when I want to link books, I just use the relative links, which don't work in the Main Calibre. So at the moment, I can't use Calibre://. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Sent from my Pixel 7 Pro using Tapatalk  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#14 | 
| 
			
			
			
			 null operator (he/him) 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 22,018 
				Karma: 30277294 
				Join Date: Mar 2012 
				Location: Sydney Australia 
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			As I understand how stuff works, to have calibre:// URLs function in a browser would require a custom protocol handler such as used to exist for FTP.  See ==>> protocol_handlers - Mozilla | MDN 
		
	
		
		
		
		
		
		
		
		
		
		
		
			BR Last edited by BetterRed; 10-26-2024 at 07:32 PM. Reason: Add Mozilla link.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
| Tags | 
| calibre, links, notes | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Is there a way to open Calibre to the last book and page you've read? | Dragons | Library Management | 4 | 08-14-2022 12:00 PM | 
| Calibre cannot open this Kindle book | DarrylMueller | Conversion | 6 | 04-21-2013 12:44 PM | 
| Touch Can't open BN book in Calibre | tdonline | Barnes & Noble NOOK | 5 | 03-04-2013 04:16 PM | 
| Cannot open book from within calibre | wamsaya | Calibre | 9 | 02-23-2012 03:45 PM | 
| Open book through Catalogue link | gertblij | Library Management | 13 | 10-14-2010 12:04 PM |