amoosbr / vscode-markdown-nomnoml

Adds nomnoml support to VS Code's builtin markdown preview
MIT License
6 stars 1 forks source link

Transfer Ownership to Official ? #2

Open MentalGear opened 3 years ago

MentalGear commented 3 years ago

Thank you for this great nomnoml integration with vsCode markdown! Yet, it hasn't been updated in 3 years and there are a few rendering bugs that the old version has. I would hope maybe @skanaar could directly take ownership or fork this into his own organisation to make sure it stays in sync with the latest version.

amoosbr commented 3 years ago

That's a good proposal and I'm open to transfer the extension to another maintainer. I'm no longer using the extension myself and don't plan to maintain it further. Especially, if VS Code or a dependency would require a fix in this code base. But I took your comment as motivation to publish a new version with the fixes from the PR plus some updated dependencies. I hope it didn't break anything or added new rendering issues. Had only limited time and sample files to test with.

MentalGear commented 3 years ago

Thanks for the update and also for your great work on the extension, amoosbr! It's stable and super lightweight, just what's needed contrary to some other extensions that come loaded with lots of unnecessary things.

One more question: How does the update process for the vsCodeExtension work? Is it automatically pulled from the repo or do you need to execute manual steps for it to be updated?

Hopefully @skanaar will take ownership - would make a great centralized addition, and from what I can tell your extension only would need to be synched now and then with the latest nomnoml version.

amoosbr commented 3 years ago

There are some manual steps required to publish a new version to the VS Code Marketplace. The steps here are pretty much all that is needed. I'm sure it can be automated. There are probably some marketplace extensions, that could be used as reference.

skanaar commented 3 years ago

Hi guys. I'm on vacation right now, but in a while I'll have a look and think about it.

MentalGear commented 3 years ago

Thanks, have a great vacation ! 🏖️

skanaar commented 3 years ago

I have been thinking about it and unfortunately I won't have the time to maintain this package. If @MentalGear (or some other user) are active users of the extension then they might be a better choice for assuming ownership.