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

Vault internal Markdown links won't open #16

Closed
ChrisSimeon opened this issue Mar 8, 2021 · 4 comments
Closed

Vault internal Markdown links won't open #16

ChrisSimeon opened this issue Mar 8, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@ChrisSimeon
Copy link

Hey, first of all: thanks for your great Plugin, I try to switch to keyboard only and links where one of the things where I still had to use the mouse.

Unfotunately it seems that it doesn't work with markdown styled internal links. The [[Wikilinks]] work perfectly and so does external markdown links like [David Hasselhoff](https://en.wikipedia.org/wiki/David_Hasselhoff) but if internal links like [David Hasselhof](../1%20Idols/Super%20Idols/David%20Hasselhoff.md) does not work and gives me the following error:

main.ts:80 Uncaught (in promise) Error: Invalid URL
at handleHotkey (eval at (app.js:1), :152:47)
at HTMLDocument.handleKeyDown (eval at (app.js:1), :187:29)
handleHotkey @ main.ts:80
handleKeyDown @ main.ts:122

The link is valid if I command+click it or at least it finds the note in this case.

Is there a is there a bug or are my links just shit?

@mrjackphil
Copy link
Owner

Yep. Seems it doesn’t work correctly. Will fix this when will be able.

@mrjackphil mrjackphil added the bug Something isn't working label Mar 9, 2021
@ChrisSimeon
Copy link
Author

Little update: I think it has to do with the fact that I chose relative paths in the settings and not absolute paths. Absolute Paths work in fact.

@mrjackphil
Copy link
Owner

@ChrisSimeon That's definitely is. I'm using relative paths, too. It open's a My Computer on my Windows machine :)

@mrjackphil
Copy link
Owner

@ChrisSimeon Should be fixed in 0.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants