Autolinker.js
Autolinker.js copied to clipboard
UNC linking
Is it possible to auto link a UNC path? So, in other words can we take a string like
\server\folder\file.txt
And convert it to a file link? So, it would need to convert it to
file://server/folder/file.txt
Not sure what is the use case for that. When would you want to send a link to something local to the recipient's machine ?
An example would be that we have a Web application that creates tickets. And these tickets have notes. Sometimes, people would want to put links to files on the network in the notes. The links would be in the UNC format.
Ok, got it. Thanks for the explanation !
I also would find this feature handy. It is especially useful when dealing with intranet applications. support for UNC paths and the file:// protocol would be great.