[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 12 Next »

WordDAV allows editing of wiki pages from within Microsoft Word. Word/DAV provides two links for general use.
The first is "Edit in Word", following this link will open up Microsoft Word if you have installed. You will then be prompted for your username and password. Once authenticated Word will open with the pages content allowing you to edit and save from within Word itself.
The Second is "Doc Import", this link allows you to upload existing Word documents as content for you wiki-pages.

compound-menuitem macros for Word/DAV

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 "Doc Import" link.

{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 "Doc Import" link.

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

Adding the links to builder view menu.

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.

Choose the appropriate set of commpoun-menuitem macros based on the version of confluence you are using.
Add these macros to the viewMenu code. Press okay.

Save your layout.
Word/DAV functionality will now be available via the view menu in all spaces use that layout.

  • No labels