mdmath
mdmath copied to clipboard
I cannot find the extension on the VSCodium marketplace
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
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.
I second that - please support other OSS solutions, and publish also to open-VSX
I need to have a deeper look into that ... may take some time ...
thanx
... help requested with publishing to open-VSX ... ok, I should have read above comment more carefully, thanks.
@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!