VSNotes icon indicating copy to clipboard operation
VSNotes copied to clipboard

Interested in helping VS Notes?

Open patleeman opened this issue 6 years ago • 9 comments

It seems like VS Notes has been growing pretty steadily and more and more people are using it. Unfortunately I haven't been giving it much time or using it much myself. If anyone is willing to join me in maintaining this extension please let me know!

patleeman avatar Nov 05 '18 21:11 patleeman

Hi @patleeman, I'm interested in helping VS Note!

michaelgenesini avatar Nov 14 '18 14:11 michaelgenesini

Awesome! Thanks @michaelgenesini! I sent you a collaborator invite.

patleeman avatar Nov 14 '18 14:11 patleeman

I want to help!

wolfhoundjesse avatar Jan 30 '19 03:01 wolfhoundjesse

Awesome! Thank you @wolfhoundjesse! I'll add you to the repo.

patleeman avatar Jan 30 '19 18:01 patleeman

@patleeman I'd love to help out. Is there any documentation on how to develop?

casonadams avatar Feb 09 '19 18:02 casonadams

The recent release of VS Code 1.31.0 included updated documentation and examples for the extensions APIs.

Sent with GitHawk

wolfhoundjesse avatar Feb 09 '19 19:02 wolfhoundjesse

I'd like to help as well. There are a few features I'd like to add, some of which have been discussed already. Before making any functional changes, I'd like to significantly refactor the code so that it is more testable. I've started by refactoring/rewriting the note parsing code and adding tests for it. Progress of this can be seen in the master branch of my fork. I'm happy to hear any feedback.

jozefs avatar Apr 26 '20 17:04 jozefs

@jozefs Your master branch looks refreshing really. What is the best way to build and install it locally?

canpolat avatar Jul 29 '20 21:07 canpolat

@canpolat Thank you! The steps are roughly:

npm ci
npm install -g vsce
vsce package

This will generate a vsix file that can be manually installed into VSCode. The latest version can also be downloaded from Releases. Feel free to open an issue in my fork if you need any further help.

jozefs avatar Aug 04 '20 11:08 jozefs