Take a look at this macro:
MACRO: @Web Open URL Passed from KM Web Server
From My Release Notes
Author.@JMichaelTX
PURPOSE:
- Open ANY URL (including custom URL schemes) passed by the KM Web Server
HOW TO USE:
- Create a URL like this:
http://127.0.0.1:4490/action.html?macro=<YourMacroUUID>&value=<TheURLYouWantToOpen>
- where the
<YourMacroUUID>
is the UUID of this macro - and the
<TheURLYouWantToOpen>
is just that, but MUST be URL encoded.
- where the
- Execute the above URL from anywhere that will process normal, web, URLs.
WHAT IT DOES:
Warning! This uses the KM Public Web Entry, which may have some security issues. See KM wiki for details.
The KM Web URL is like this:
http://127.0.0.1:4490/action.html?macro=<YourMacroUUID>&value=<TheURLYouWantToOpen>
For example:
http://127.0.0.1:4490/action.html?macro=1238B406-69B6-4093-8E59-85431F7483AD&value=/Users/Shared/Dropbox/Your%20File%20Name.txt
Questions?