-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for file links #171
Comments
Not possible: http://stackoverflow.com/questions/5246292/open-local-folder-from-link |
Could still be implemented so that the user can easily copy the address and paste it to his system. It works like that in Confluence for example. |
Problem with not-working file:// links in browsers easily solved via extensions or via pre-configured settings:
So linkifyjs must only mark |
At now library already support
So, at first, we must fix the bug with |
Since RFC8089, both the |
I ran into this issue as well. Any idea when V3.0 will be ready? |
* Refactor scanner to emit more granular tokens The DOMAIN token (among others) has been removed in favour of WORD, UWORD and other tokens. SCHEME (formerly PROTOCOL) tokens now come in several flavours. Includes additional facilities for token groups, which will be useful for future plugins down the line Also fixes file URL behaviour * Update plugins to use new scanner tokens Also improves hashtag and mention plugin accuracy * Update tests to work with new scanner * Better workspace packages to improve build order * Update benchmark require * Remove resolved FIXME * Additional tests for linkify register functions Fixes #171 Fixes #245 Fixes #351
Links that begin with |
Support for links like \share\directory\file.pdf and file:///\share\directory\file.pdf would be nice (especially for use in a business context).
The text was updated successfully, but these errors were encountered: