Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Share secret draft link #77204

Open simison opened 1 year ago

simison commented 1 year ago

Allow sharing draft posts with friends, colleagues, editors, translators, etc.

Substack example:

Image

Similar to "share site" feature pdKhl6-12M-p2

See prior art for "share draft" helper peKye1-6z-p2/#comment-66, the feature was removed in 2018 p7DVsv-4P0-p2 although there was some attempts at re-creating it in Calypso (old feature was wp-admin only).

Somewhat similar to "pending review" UI https://wordpress.com/support/post-and-page-visibility/#pending-review

simison commented 10 months ago

Example implementation https://wordpress.org/plugins/public-post-preview/

Slack p1698691780664059-slack-C01V08T6KKJ

crisbusquets commented 7 months ago

For uiFromMars, I use Post Draft Preview:

The UI can be improved, but I like that it's straightforward to enable and always visible. The fact that it's in Gutenberg's header makes sense because we have the preview and publish buttons there.

Image

Image