mdmath icon indicating copy to clipboard operation
mdmath copied to clipboard

I cannot find the extension on the VSCodium marketplace

Open w00zie opened this issue 5 years ago • 5 comments

The title is self-explaining. Is there something I'm missing? I also tried ext install goessner.mdmath but it didn't produce any result.

Thanks!

Environment

     Operating system: Debian testing
       VSCode version: VSCodium 1.47.2
Markdown+Math version: None

w00zie avatar Jul 30 '20 13:07 w00zie

This is because VSCodium cannot use the official MS extension gallery due to Microsoft's restrictive Terms of Service.

I'm working on migrating our internal extension gallery at Coder (where we manually added your extension) to Open-VSX, and I'd be really grateful if you can add your extension to open-vsx org officially! A simple guide on publishing extensions to Open-VSX is available here.

oxy avatar Jan 13 '21 15:01 oxy

I second that - please support other OSS solutions, and publish also to open-VSX

coxackie avatar Feb 04 '21 16:02 coxackie

I need to have a deeper look into that ... may take some time ...

thanx

goessner avatar Jun 02 '21 11:06 goessner

... help requested with publishing to open-VSX ... ok, I should have read above comment more carefully, thanks.

goessner avatar Jun 17 '21 07:06 goessner

@goessner I successfully installed the extension using npm install at ${HOME}/.vscode-oss/extensions/mdmath. I can see that it shows up in Vscodium. But it doesn't work! I mean the preview of markdown with latex equation does not render even simple latex equation!

lamyergeier avatar Jul 08 '21 18:07 lamyergeier