August: Week 2 - accordproject/cicero-word-add-in GitHub Wiki

  • Store the templates in use in CustomXmlPart on the Word Document.

  • Reattach event listeners when the document is reopened or the add-in is restarted.

  • Instead of the simultaneous rendering of CiceroMark, convert the whole object into OOXML and then insert that into the document.

  • Make the content, except for the variables, in the template uneditable. This will allow us to implement parsing clause in an easier way.