Cross platform Office Add-ins for MacOS and Windows
Hello,
I know really little in Office Add-ins. But the macOS version being slow I started reading the code of it to see why. I was suprise by the number of layers.
I'm wondering if it could be rewritten using the "new" Office JavaScript API and directly communicate with Zotero exposing an HTTP API similar to the Zotero cloud.
This should allow the plugin to work on Word 360 and communicate with Zotero cloud instead of the desktop client with minimal changes. And having the same plugin for macOS and one for Windows.
It also makes sense to avoid using objective-c as Zotero use mostly JS already.
Regards
I know really little in Office Add-ins. But the macOS version being slow I started reading the code of it to see why. I was suprise by the number of layers.
I'm wondering if it could be rewritten using the "new" Office JavaScript API and directly communicate with Zotero exposing an HTTP API similar to the Zotero cloud.
This should allow the plugin to work on Word 360 and communicate with Zotero cloud instead of the desktop client with minimal changes. And having the same plugin for macOS and one for Windows.
It also makes sense to avoid using objective-c as Zotero use mostly JS already.
Regards
Either way, this would require a significant amount of work and effort and the macOS plugin has recently improved in speed by a lot thanks to Word updates which is why this is not being prioritized higher.