Closed samael205 closed 6 years ago
The WebView of VSCode does not support links which are generated dynamically by JavaScript.
This is why I convert them to plain text, because otherwise, if you click on one nothing would happen.
ah, it's good to know.
Thank you
@samael205
I found a way to use links in Markdown:
It will open a popup in VSCode, which asks you, if you really want to open the URL.
This seems to be enough security for a WebView.
Thank, Works fine!
Hello,
First of all, I wanted to thank you for this great extension you have. It helps me a lot to organize myself.
I've seen the last update, and I'm testing the Details in Markdown with links, and when I double click to see the description in non-editable mode, the links appear as plain text
Or is it something I'm doing wrong?