This is the first post published from VSCode, using an in-development VSCode extension. (firstPost.md)
I wanted a simple tool for composing in Markdown and publishing to Hive, and I decided to try my hand at VSCode extension development. VSCode in full-screen mode provides a distraction-free composer.
VSCode is open source and widely used by developers. It has a built-in Markdown preview feature and built-in Git support. VSCode can work also help organize blog content. You can store your blog posts in folders on your computer, or even use Git to version control the content. Offline editing works great!
What the extension can do now:
What the extension can't do yet:
As development of the extension advances, I'll post more blogs like this for testing and sharing updates.