patleeman / VSNotes

Simple VS Code extension for plain text note taking.
https://marketplace.visualstudio.com/items?itemName=patricklee.vsnotes
MIT License
174 stars 33 forks source link

Are we tied to VanillaJS? #42

Closed wolfhoundjesse closed 5 years ago

patleeman commented 5 years ago

I'm not opposed to TypeScript. I don't know it, so I stuck with vanilla.

wolfhoundjesse commented 5 years ago

That makes sense! 😉

I'm learning a lot about the APIs by rewriting this in TypeScript, so I'm going to keep going with it. You can decide later if you want to make the switch or not. Thanks for the quick response!

patleeman commented 5 years ago

Awesome, i'd love to see the code when you're done!

wolfhoundjesse commented 5 years ago

It's almost done. I've learned a ton about vscode's API from this experiment! The only thing left is some refactoring of the TreeView. That one is still mostly JS.

patleeman commented 5 years ago

Awesome, can't wait to see it.