I have a basic command that when files of certain types are dragged to the editor window, the path is shown as a snippet in the form of
file:///path/to/file.I want to make the above snippet to be a "live" hyper link, e.g. by clicking it the file is opened by the corresponding application. Is it possible?
Thank you in advance.