View Single Post
Old 05-18-2015, 05:47 PM   #3
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,744
Karma: 30237526
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
That 187 is the row id in the author table, I think the following would work for a book, where the 1179 is the row id in the book table.

Code:
http://my-computer:8083/browse/book/1179
Maybe you can wrangle something via calibre-server to get to the books. As far as opening a book at specific a page - that depends on what reader you use.

BR

Last edited by BetterRed; 05-18-2015 at 05:56 PM.
BetterRed is online now   Reply With Quote