DEV Community

Discussion on: Publish DEV articles from a Git repo, with Github + Pipedream

Collapse
 
muhimen123 profile image
Muhimen

I write my dev posts in the terminal using vim and then publish it using an API wrapper I made, with python.

Collapse
 
dylburger profile image
Dylan J. Sather

That’s awesome. Do you run a Python script after editing or did you set it up as a Vim plugin to run commands to publish?

Collapse
 
muhimen123 profile image
Muhimen

I just edit it with vim(actually neovim) and then run the script. I just need to mention the name of the file.