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

Feature Request: Link to WordPress article on confirmation #23

Closed kdmurray closed 1 year ago

kdmurray commented 1 year ago

I would like to be able to have a link from Obsidian that I can click that takes me to the WordPress admin panel and opens up the post in edit mode:

/wp-admin/post.php?post={{post-id}}&action=edit

This will make doing final edits from the WP editor and setting any other metadata quicker and easier.

devbean commented 1 year ago

I have added this feature in 0.10.0, please check it out.

PS: There is an option in settings, please enable it first.

kdmurray commented 1 year ago

Works as designed. Thanks!