Add link attachments of non-HTTP protocol
I was intended to add an application-specific link (URL) attached to my Zotero. It was like URL schemas `marginnoteapp://note/1C1E***`, serving as cross-reference from another app. Yet Zotero failed to add it as an attachment. Is there any way I can bypass this restriction or any suggestion?
You would make a change like was done here:
https://github.com/zotero/zotero/pull/1520/files
https://github.com/zotero/zotero/pull/1567/files
The URL schema could be found at `MarginNote Pro.app/Contents/Info.plist`, where
the key CFBundleURLSchemes points to the `marginnoteapp` value.
If that doesn’t mean anything to you, then you’ll need to wait until someone gets around to adding it.