Skip to content
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

Cannot open links #212

Open
FuriousLlama opened this issue Nov 2, 2023 · 2 comments
Open

Cannot open links #212

FuriousLlama opened this issue Nov 2, 2023 · 2 comments

Comments

@FuriousLlama
Copy link

I tried different ways to link to a file but I don't see the highlighted text when hovering over a LINK path. I've tried disabling all other extensions but that did not help.

Notice how a regular URL does have the expected underline while the other links do not.

image

@Challanger524
Copy link

Same thing with filepaths without :<num> and #<anchor> at the end, only workaround is to append :0 or :1 to the filepath like: // LINK readme.md:0

@caiobolzani
Copy link

caiobolzani commented Feb 26, 2024

First, enable links in the editor, so any http regular link will be clickable...
then I used the following syntax (Windows OS):
// LINK \Users\MyName\Desktop\file.txt and it becomes clickable also (no C:, no double backslash)
hope it helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants