Adding an Edit Link in Your InterfaceHistory | Edit
Oxygen XML Web Author Component can be launched to edit a file by simply following a link with a carefully built target. The base URL for the Edit link used to open the Web Author is the URL that you see in the browser when the Dashboard page is opened.
Example: The base URL for oXygen XML Web Author demo
deployment
https://www.oxygenxml.com/webapp-demo-aws/app/oxygen.html| Parameter name | Description |
|---|---|
| url | The OXY-URL of the file to be opened. |
| ditamap | For DITA files, the OXY-URL of the DITA Map to use as a context for resolving keys. |
| trackChanges |
|
| author | The name of the author |
The OXY-URL uses a custom schema according to the file storage
system the file comes from.
- GitHub
- The URLs have the following
format:
github://getFileContent/<user>/<repo>/<branch>/path/to/file.dita - Git
- The URLs have the following
format:
github://getFileList/<encoded-repo-http-url>/<branch>/path/to/file.dita - WebDAV
- The URLs have the following
format:
webdav-https://dav.box.com/dav/path/to/file.ditawhere the WebDAV URL of the file is:
https://dav.box.com/dav/path/to/file.dita. - SharePoint
- The URL of the file is the SharePoint file URL, prefixed with
spo-. - REST
- The URLs have the following
format:
The format can be further specified by the implementer of the REST API.rest://<server-id>/path/to/file.dita