In vscode-markdown-editor only Cybernetics2 works.
I care most about the Cybernetics3 option, because that's what the working URLs look like, in wiki.js, which I use.
For that, Cybernetics1/2/4 is incorrect in wiki.js.
For images it is the same, but the URL must always have a file extension.
It would be good for vscode-markdown-editor to handle every case, just like the built-in VSCode preview.
Then my problem will be solved with redundancy. :)
Additionally: The URL should open in your editor, not in the regular VSCode text editor.
In VSCode's built-in preview, each of these links works properly:
In
vscode-markdown-editor
onlyCybernetics2
works.I care most about the
Cybernetics3
option, because that's what the working URLs look like, in wiki.js, which I use. For that,Cybernetics1
/2
/4
is incorrect in wiki.js.For images it is the same, but the URL must always have a file extension.
It would be good for
vscode-markdown-editor
to handle every case, just like the built-in VSCode preview. Then my problem will be solved with redundancy. :)Additionally: The URL should open in your editor, not in the regular VSCode text editor.