Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Links to local/UNC files, the file: URI #78

Open
hginzel opened this issue Oct 20, 2016 · 0 comments
Open

Links to local/UNC files, the file: URI #78

hginzel opened this issue Oct 20, 2016 · 0 comments

Comments

@hginzel
Copy link

hginzel commented Oct 20, 2016

Generate proper links to local files and when the file: URI is used, please. E.g.

  • [file](C:\Temp\file.txt) should produce href="file:///C:/Temp/file.txt" link.
  • [file](C:/Temp/file.txt) should produce href="file:///C:/Temp/file.txt" link.
  • [file](file:///C:/Temp/file.txt) should produce href="file:///C:/Temp/file.txt" link.
  • [file](C:\Temp dir\file with spaces.txt) should produce href="file:///C:/Temp dir/file with spaces.txt" link.
  • [X](\\server\folder) should produce href="file://///server/folder" link.
  • [X](file://///server/folder) should produce href="file://///server/folder" link.

https://en.wikipedia.org/wiki/File_URI_scheme
https://tools.ietf.org/html/rfc3986
http://kb.mozillazine.org/Links_to_local_pages_don't_work
https://addons.mozilla.org/en-US/firefox/addon/local-filesystem-links

@hginzel hginzel changed the title links to local/UNC files, the file: URI Links to local/UNC files, the file: URI Oct 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant