Skip to content

swapnil1411/cicero-word-add-in

 
 

Repository files navigation

Accord Project Smart Clause Microsoft Word add-in

Use the Accord Project Microsoft Word add-in to manage the Smart Clauses in your legal documents.

Table of Contents

Change History

April 25, 2018:

  • Initial version: basic React based UI framework is in place. Binds text in the document to Smart Clauses. Introspects clauses to create templates (in progress).

Prerequisites

  • Microsoft Word 2016

Installation

Note: installation from the Microsoft Marketplace will be possible once the add-in is published to the web. For now you need to manually install the add-in as described below.

  1. Clone this repo using Git.
  2. Open a Node.js command prompt in the root folder of the project.
  3. Run npm install to install all dependencies.
  4. Run export HTTPS=true && npm start to start the project. A browser window opens showing a partial UI.
  5. To see the full UI, open Word and sideload the manifest.
cp cicero-word-add-in.xml /Users/<NAME>/Library/Containers/com.microsoft.Word/Data/Documents/wef/

If the wef folder does not exist you need to create it.

To activate the task pane:

  1. Launch Word
  2. Press the "Insert" tab
  3. Press the down arrow to the right of the "My Add-ins" button
  4. Select the "Accord Project" add-in
  5. Press the button to open the task pane and activate the add-in

For Developers

For more information, see Sideload Office Add-ins for testing.

To understand how the project files are set up, and to learn how to create your own project using these components, see Use Office UI Fabric React in Office Add-ins.

About

Microsoft Word add-in for the Accord Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • HTML 9.0%