m2w icon indicating copy to clipboard operation
m2w copied to clipboard

Automatically upload and update local markdown to WordPress via Python

Results 1 m2w issues
Sort by recently updated
recently updated
newest added

如果文章头信息的`status`是`draft`值, 则在后续更新的时候会报错`FAILURE to find the post. Please check your User Configuration and the title in your WordPress.`经过排查是`get_all_articles`方法在获取文章的时候, 只能获取到已经发布的(`publish`)的文章, 于是报错了.