Slide that opens file in VSCode, but relative link? #1949
Unanswered
jasonkuhrt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a slide that I will use to transition into Cursor (VSCode fork, assume some for this discussion). It will have a link like
cursor://file/...
. Absolute paths work, however, I would prefer to keep the details of my system out of it and put a relative link instead. Browsers following acursor://...
protocol will of course not be able to resolve relative paths. Instead I am looking for a pre-processor over the link URL on the Slidev side, for example:How would you solve this? A custom link component?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions