dvcrn / markright

➡ Electron powered markdown editor with live preview
GNU General Public License v3.0
914 stars 55 forks source link

Windows network drives not accessible #52

Open mrbogus opened 8 years ago

mrbogus commented 8 years ago

You cannot access mounted network drives on MS windows. If you select the file by using the unc path, e.g. \\server\folder\file.md everything works as expected. But if you use the mounted network drive path, e.g. f:\file.md (with f: pointing to \\server\folder), you cannot access that location.