
Some API calls are on a deprecation path, so we may be inevitably be forced to moveĪway or split the library into multiple DLLs. The plugin should technically work with Word versions starting with 2003, but we have stopped supporting everything below Word 2010ĭue to impossible to fix bugs cropping up as time goes on and Microsoft drops compatibility themselves.

The interop API docs can be found in the MSDN. Visual Studio and select 'MFC Class from Typelib'. To generate new interfaces for Word interop communications you should use the Add New Class wizard in Zotero talks to Word via js-ctype bindings These commands are received in zotero-service.js Protocol is used to issue commands to Zotero process from Word.
HOW TO ENABLE ZOTERO IN WORD CODE
In VBA macro code you will find that SendMessage
HOW TO ENABLE ZOTERO IN WORD WINDOWS
dot template UI Word for Windows 2003 is needed.

RibbonUI can be edited by extracting the dotm file or using the Custom UI editor. Word templates have support for custom macrosĪnd adding UI elements to call the macros, which is how the extension is implemented on Word. Start by opening the dotm/dot template in Word. Go to Debug->Compile Project to ensure there are no code errors.Go to View->Macros->View Macros (Ribbonized Word) or Tools->Macros->View Macros (Word 2003) and click "Edit" for one of the Zotero macros.Open the template from inside Microsoft Word.Word 2007 (for the ribbonized dotm template).If going through the ‘ Add-ins ‘ ribbon, click on the button called ‘ Zotero Bibliographic Management: Zotero Insert Bibliography ‘. At the top of the Word document, you should see a ribbon called ‘ Add-ins ‘ and/or ‘ Zotero ‘. Otherwise older versions of Word may fail to function properly. Click on the Word document where you want the bibliography to be inserted. Templates should be built with the oldest version of Word to be supported.

Set to Win32 target in dropdown to the right of Release dropdown.The Zotero tab has options for Add/Edit Citation and Add/Edit Bibliography. Installing the Zotero Word plugin adds a Zotero tab to Microsoft Word. Set to Release configuration in the dropdown in the toolbar In Zotero, go to Tools and select Add-ons to find and enable the Word plug-in.Change imports.h to point to the appropriate files (may be in different places with newer Office).Much like the Zotero Word Plugin, the Zotero Connector adds a Zotero menu to the Google Docs interface (outlined in red). Open build/zoteroWinWordIntegration/zoteroWinWordIntegration.sln Support for Google Docs is part of the Zotero Connector for Chrome, Firefox, Edge, and Safari and requires the Zotero program to function.Microsoft Office (previously build with 2010, but newer versions should work).Windows XP C++ libraries (install in VS by right-clicking the project and selecting "Install Missing Features").This is a Firefox add-on that consists of a library written in C++ that communicates with Microsoft Word out of process using OLE Automation, a js-ctypes wrapper for said library, and a template that is installed into Microsoft Word to communicate with Zotero.
