blakedietz / vscode-nested-tags

Stop using your file tree to organize your notes. Transform VSCode into a note-taking app by adding tag support.
MIT License
75 stars 17 forks source link

License Question #66

Closed kevinslin closed 3 years ago

kevinslin commented 3 years ago

Thanks for the great extension. Wanted to ask what the license was since I didn't see it in the repo

blakedietz commented 3 years ago

https://github.com/blakedietz/vscode-nested-tags/blob/master/LICENSE

MIT. Didn't have one in there. Added it. Any plans? :)

kevinslin commented 3 years ago

I'm the author of a note taking extension inside vscode: http://dendron.so/

We're looking to add better tag support, possibly by bundling an extension that already does it well. That's why I asked :)

blakedietz commented 3 years ago

Ah, very nice app! Well, if you think it would work, go right ahead and let me know! If not, no worries.

However, I'm not sure how well it would fit in to other projects strictly from a reusability perspective. I do have an issue open for writing a 2.0.0 version that uses proper ast parsing to enrich the underlying data structures. This should make some of the other feature requests people have logged a bit simpler to implement.