DEV Community

Discussion on: Is there a way to edit dev.to post directly on VSCode?

Collapse
 
rhymes profile image
rhymes

I don't think so at the moment, it would require a public API and a VSCode extension. There's a feature request on accessing posts via git github.com/thepracticaldev/dev.to/... and one on a public API github.com/thepracticaldev/dev.to/...

Collapse
 
equiman profile image
Camilo Martinez

Ohh thanks, nice to see there is something about in mind.

Collapse
 
ben profile image
Ben Halpern

Main thing standing in between us and a public API right now is token management. Basically a user should have_many tokens and should be able to create/destroy them.

The actual API endpoints are pretty straightforward once that happens. And the token management is pretty straightforward as well. We just need to make it happen.