Search found 3 matches

by mcasperson
Sat Mar 08, 2014 12:05 am
Forum: Feature Request
Topic: Open WebDAV Documents via link in browser
Replies: 13
Views: 12431

Re: Open WebDAV Documents via link in browser

1. Save the following script to ~/bin/oxygen_webdav.sh, editing the OXYGEN_HOME variable to point to your installation directory: #!/bin/bash OXYGEN_HOME="/home/mcasperson/Oxygen XML Editor 15" FIXED_URL=${1/webdav:\/\//http:\/\/} cd "${OXYGEN_HOME}" ./oxygen.sh "${FIXED_URL...
by mcasperson
Wed Feb 26, 2014 11:42 pm
Forum: Feature Request
Topic: Open WebDAV Documents via link in browser
Replies: 13
Views: 12431

Re: Open WebDAV Documents via link in browser

I can't really speak to how Windows deals with custom protocols, but I know that Chrome and Firefox allow you to specify which application to launch when a link built using a custom protocol is clicked. But in order for this feature to be effective, an application needs to be able to be launched wit...
by mcasperson
Wed Feb 26, 2014 3:37 am
Forum: Feature Request
Topic: Open WebDAV Documents via link in browser
Replies: 13
Views: 12431

Open WebDAV Documents via link in browser

Firefox allows you to have custom applications respond to custom protocol handlers. For example, if a webpage had the link webdav://directory/document.xml, I could configure Firefox to open Oxygen when that link is clicked. Right now though there does not seem to be any way to open a webdav document...