You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: