ricardomfmsousa / vscode-chordpro

Visual Studio Code ChordPro Extension
https://marketplace.visualstudio.com/items?itemName=ricardomfmsousa.chordpro
MIT License
25 stars 15 forks source link

Chord to PDF #7

Open lporras opened 1 year ago

lporras commented 1 year ago

Hi,

Nice vscode extension, I would like to contribute, I think I could try this from the Feature list:

I have to investigate first how to develop a vscode extension. I think we can use the chordpro command line tool for this, unless you have a different idea.

lporras commented 1 year ago

CC: @ricardomfmsousa

ricardomfmsousa commented 1 year ago

Hello @lporras, thank you!

All contributions are more than welcome, so feel free to start the challenge! Actually I've looked into that a few months ago, and I was planning to start working on it, but currently time is not my friend and it failed me again...

I was planning on using a Node.js based solution because if you use the official CLI it means that you'll have to bundle all binaries for all OSes in order to have it working everywhere. This is really difficult to maintain and would increase a bit the extension size.

I haven't explored this deeply, but here's an example to start from: https://github.com/reverentgeek/charter

Cheers!