baranovskypd / goodpress

WIP!! :warning: R Package to Write Posts from R Markdown to Wordpress :warning:
https://maelle.github.io/goodpress/
Other
34 stars 5 forks source link

Open blog url automatically #19

Closed henrywangnl closed 4 years ago

henrywangnl commented 4 years ago

I like that it automatically opens the post URL on the browser after wp_post is called successfully, but it seems not every time.

maelle commented 4 years ago

ah weird :thinking: it should always happen when the post is published / private

https://github.com/maelle/goodpress/blob/5a14966e93a1b7abf539a4267bfc75e2b3a05606/R/post.R#L192-L195

henrywangnl commented 4 years ago

it didn't replicate anymore, never mind!