devbean / obsidian-wordpress

An obsidian plugin for publishing docs to WordPress.
https://devbean.github.io/obsidian-wordpress
Apache License 2.0
158 stars 22 forks source link

Adding Private option to post publish status #56

Closed nitinthewiz closed 11 months ago

nitinthewiz commented 1 year ago

Hi,

I like how easy this plugin is to use, and how it's supported on mobile as well as desktop. The one thing that I noticed was missing is that the Post Statuses only included Draft and Published. These are nice options, but WordPress provides a range of other options. The most relevant to me is "Private". A private blog post is considered as "published" but is only visible to anyone logged into the site. This allows for us to accurately timestamp when a post went out. This is not available in the "drafts" option.

I would love it if you consider this PR. If I've made some misstep in the release versioning or the translations, please let me know or please fix them as you see fit.

Link to WP API for Posts status - https://developer.wordpress.org/rest-api/reference/posts/

devbean commented 11 months ago

This feature has been merged to latest 0.18.0, as well as futrue supported.

nitinthewiz commented 11 months ago

yay! 😄