getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
56 stars 92 forks source link

Add Boolean functionality to Medium and Devto plugin #405

Closed JesperDramsch closed 2 years ago

JesperDramsch commented 2 years ago

Addresses #404

Checks for "negating" keywords, i.e. "no", "false", or "0" in the metadata. Otherwise publishes the article to medium or devto respectively

Also chenged the fromatting of the devto_plutin.py using black

Kwpolska commented 2 years ago

@JesperDramsch Please resolve the conflicts in your branch.

JesperDramsch commented 2 years ago

@Kwpolska I don't know how. The same errors were merged in #403 and I didn't add any foo anywhere.

Kwpolska commented 2 years ago

@JesperDramsch You’ll need to pull master from this repo and then git merge master on your branch. In this case, git pull git://github.com/getnikola/plugins.git master should do it. Then please resolve the conflicts using your editor of choice. This resource can help.

JesperDramsch commented 2 years ago

Ok done. Sorry that took so long.