Besides my Logos library, I have PDF files stored in a cloud service (in my case OneDrive) which I synchronize to my local hard drive. Could you help me with the following scenarios:
1) For my academic research, I would like to be able to refer (in the most ideal scenario) to a specific page or a specific destination in a particular PDF from within a Logos note.
Outside of Logos, using plain html the following scenarios work (USERNAME and COMMENTARY are variables and the named destination exists in the pdf):
- Referencing to a named destination in a locally stored pdf: <a href="C:\Users\USERNAME\OneDrive\digitalLibrary\COMMENTARY.pdf#nameddest=Acts17.14">Commentary named destination</a href>
- Referencing to a page in a locally stored pdf: <a href="C:\Users\USERNAME\OneDrive\digitalLibrary\COMMENTARY.pdf#page=361">Commentary page</a href>
2) On top of that, it would be ideal to be able to use a Generic Path variable to keep the links intact when switching between Windows (10) machines. However, I did not manage to get this working with a Generic Path variable in plain html - let alone from within Logos
- <a href="%UserProfile%\OneDrive\digitalLibrary\COMMENTARY.pdf#page=361">Generic path page</a href>
I do remember I saw a previous post on this issue within the Logos forums, but following these instructions did not solve my issue (though I can't find the particular post anymore), since Logos seems to alter the link syntax to a non-existent location, e.g.:
- C:\Users\USERNAME\OneDrive\digitalLibrary\COMMENTARY.pdf#nameddest=Acts17.14
is changed to
Any ideas or suggestions?