Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonster/mendeley-word-plugin
Word for Windows plugin for Mendeley
https://github.com/simonster/mendeley-word-plugin
Last synced: about 1 month ago
JSON representation
Word for Windows plugin for Mendeley
- Host: GitHub
- URL: https://github.com/simonster/mendeley-word-plugin
- Owner: simonster
- License: other
- Created: 2012-05-03T06:38:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-03T08:32:34.000Z (over 12 years ago)
- Last Synced: 2024-10-13T19:33:05.661Z (2 months ago)
- Language: Visual Basic
- Size: 113 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# The Mendeley Word for Windows Plugin
This is the Mendeley Word for Windows plugin code, extracted from the template that they ship with
Word as of version 1.5.1 and distributed under the terms of the Educational Community License. It is
based on the Visual Basic code I wrote 5 years ago for [Zotero](http://www.zotero.org/).In 2009, I rewrote
the [Zotero Word for Windows plugin](http://www.zotero.org/support/word_processor_plugin_installation_for_zotero_2.1)
in [C++](https://github.com/zotero/zotero-word-for-windows-integration). That code is cleaner, more
versatile, and not written in Visual Basic, and is probably a better starting point for any free (as
in AGPL) reference mangement software looking to implement integration with Word. However, I provide
this code because it's partly mine and it wants to be free. Mendeley has already used my code in a
proprietary product, so I think anyone should be able to.Do not ask me for support or assistance. I will never touch this code again. If you are having
trouble with the Mendeley Word plugin, my advice is to switch to Zotero, but I'm biased :)This distribution includes the following modules and class modules from Mendeley-1.5.1.dotm:
* Mendeley
* MendeleyLib
* ZoteroLib
* EventClassModuleIt does not contain the following modules, which lack an ECL copyright notice and, in the absence of
further information from Mendeley Ltd., are assumed to be closed source.* MendeleyDataTypes
* MendeleyRibbon
* MendeleyUnitTests
* StyleListModelCompatible versions of some of these files may be available in Mendeley's
[openoffice-plugin](https://github.com/Mendeley/openoffice-plugin/tree/master/src) repository.Copyright (c) 2009-2012 Mendeley Ltd.
Copyright (c) 2006 Center for History and New Media, George Mason University, Fairfax, Virginia, USA