Bibliome 1.6 is out on the Mac App Store now, with the AppleScript dictionary, so Hookmark can link to whatever the reader is showing.
until it’s in the integration scripts bundle, you can add it yourself. in Hookmark, Settings > Scripts, click + under the app list, pick Bibliome, and make the whole Get Address script this one line:
tell application id “com.langberg.mypdflibrarian” to get current link
replace everything in that box with the line above. pasted into another app’s template it won’t work, and Hookmark says “No linkable item found in Bibliome”.
Copy Link gives you a link to the document and page, and following it opens Bibliome back on that page.
two things i ran into:
- if Bibliome updates while Hookmark is running, Hookmark can keep looking at the old copy and fail with “A identifier can’t go after this identifier”. quitting Hookmark from the menu bar and opening it again fixes it. closing the window isn’t enough.
- the link carries the file’s path, so it breaks if the PDF is moved outside Bibliome.
@LucB the Related idea from earlier still stands. i’d still like to know what that section can call and which fields it wants before i build it.