Hi,
I have created a protocol handler for zotfile that opens pdf attachments on a specific page. For example, 'zotfile://open/[key]/[page]' opens the pdf associated with the item 'key' on page 'page'. This is very helpful because I can now add links to extracted annotations, which open the pdf on the corresponding page.
I have two problems though:
a) My protocol handler only works in Zotero for FF. In Standalone, I get a pop-up that asks me which application I want to use to open the link (Mac OS) and when I pick Zotero, nothing happens. My guess is that I still have to add some code to make this work in Standalone because the zotero's uri work in Standalone.
Any chance to make them work form notes. That would extremely useful for this new feature and I guess also for other use scenarios (e.g. opening web links, linking to other zotero items from notes etc.)
Thanks!