git-it-write
git-it-write copied to clipboard
A WordPress plugin to publish markdown files present in a Github repository as posts to WordPress automatically.
Hello, I really like your plugin and use it frequently. However, I'm experiencing an issue with CSS code. When I use the following code in my Github .md file: h1...
Would be nice to see an integration example with utterances comments where the comments created with utterances reference the files properly
Is there a way to retrieve the github credentials in php? I am working on a news aggregator theme and it requires git-it-write so it would be better if I...
Thanks for your work, Please consider allowing other git servers, like gitlab or any self-served git.
If a post already exists, an update modifies the create date. This fix will preserve the existing post_created date.
Hi @vaakash! I've now been using your plugin quite successfully, I'm not sure if you'd like a donation that I can give somewhere to help support your project. One remaining...
Resolves #48
Hi Aakash! Thank you so much for this project. I got up and running in 2 hours and it's 100% what we need and your documentation is great. We have...
Not sure if the documentation here needs updating or it's a bug, but the following work: ``` {} ``` ``` ![alt text...
This pull request introduces functionality to dynamically set the author ID based on the email provided in a new property field named `author` in the markdown file. The process involves:...