mkloubert / vscode-kanban

Kanban board for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban
GNU Lesser General Public License v3.0
283 stars 52 forks source link

What happens with the links in markdown format? #7

Closed samael205 closed 6 years ago

samael205 commented 6 years ago

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 errorkanbanlink errorkanban2

Or is it something I'm doing wrong?

mkloubert commented 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.

samael205 commented 6 years ago

ah, it's good to know.

Thank you

mkloubert commented 6 years ago

@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.

samael205 commented 6 years ago

Thank, Works fine!