[All Adaptavist Apps]

Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

WordDAV allows editing of wiki pages from within Microsoft Word.

For confluence version 2.8 and greater

The code below adds an "Edit in Word" link.

{compound-menuitem:webui
                  |location=system.content.action/primary
                  |key=editinworditem3
                  |icon=/download/resources/com.benryan.confluence.wordplugin:editinworditem3/editinwordblue.png
                  |caption=Edit in Word}

The code below adds a link to import word documents.

{compound-menuitem:webui
                  |location=system.content.action/secondary
                  |key=importworditem1
                  |caption=Doc Import}

For confluence version < 2.8

The code below adds an "Edit in Word" link.

{compound-menuitem:webui|location=system.page.actions|key=editinworditem1|icon=/download/resources/com.benryan.confluence.wordplugin:editinworditem1/editinword.png|caption=Edit in Word}

The code below adds a link to import word documents.

{compound-menuitem:webui|location=system.page|key=importworditem|caption=Doc Import}

Adding the links to builder menus

On the administration console, choose manage layouts.

Create a new layout, I've called this one WordDAV.

Click on the menu's tab.
In the section titles Menu Shorcut Macros, click on the Edit button.

Add the macros to the viewMenu code.

  • No labels