anki icon indicating copy to clipboard operation
anki copied to clipboard

Support VSCodium?

Open GrimPixel opened this issue 2 years ago • 5 comments

Hi. I am currently creating a list of programs supporting Anki. If your extension is in VSCodium marketplace, I would put it on the list. How do you think? https://polyglotclub.com/wiki/Language/Multiple-languages/Culture/FLOSS-programs-with-Anki-support

GrimPixel avatar Nov 03 '22 14:11 GrimPixel

I don't know what supporting VSCodium entails, do we need to do anything?

jasonwilliams avatar Dec 14 '22 21:12 jasonwilliams

There: https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions-marketplace

GrimPixel avatar Dec 14 '22 22:12 GrimPixel

You can always download the extension and install it from the vsix

mebu83 avatar Jan 29 '23 20:01 mebu83

OK, cool. Thanks for the mentioning. It would be great if it is in the VSCodium market as well.

GrimPixel avatar Jan 30 '23 12:01 GrimPixel

Hi @jasonwilliams, as far as I can see, the easiest way would be to add your extension to the ovsx marketplace. You could integrate this into your release workflow. To do that, you would have to

  • make an account with the eclipse foundation (you will need this to sign the publisher agreement for ovsx)
  • sign the publisher agreement (probably a "don't sue us and don't distribute malware" kind of deal, but I haven't read it, and you need to decide if you're comfortable with that) (you will need this to create an API token)
  • sign in to open-vsx you can use your github account for this
  • create an API token
  • add the token to your ci secrets, and add boilerplate to your workflow, (probably optionally) install the ovsx package with npm i ovsx
  • lastly, add a call like npx ovsx publish -p $newtoken to your workflow

That should do it, I think. Would be great if you found the time, and thanks for working on this extension!

FynnFreyer avatar Apr 03 '23 10:04 FynnFreyer

Sorry it took so long, how is this? https://open-vsx.org/extension/jasew/anki

jasonwilliams avatar Apr 18 '24 20:04 jasonwilliams

@jasonwilliams Looking good, thanks a lot!

FynnFreyer avatar Apr 22 '24 08:04 FynnFreyer