Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: consider handling new post/page with a permalink redirect #1683

Closed
designsimply opened this issue Dec 16, 2015 · 1 comment
Closed
Labels
[Feature] Post/Page Editor The editor for editing posts and pages. [Type] Enhancement

Comments

@designsimply
Copy link
Contributor

Raised by @folletto

Extra Idea: "Instant ID Redirect"

Also, something that we could do and would be super-safe and very comforting for the user in terms of saving their data:

/post/posts/$site/$id
/posts/new/posts/$site/$id

This means that every "new" endpoint is a redirect that triggers a save, so at the cost of saving "empty" documents (if it's possible) we always have for the user a proper URL that has the ID in, so can be immediately referenced and saved.

@designsimply designsimply added [Type] Enhancement [Feature] Post/Page Editor The editor for editing posts and pages. labels Dec 16, 2015
@designsimply designsimply added this to the Editor: Future milestone Dec 16, 2015
@rachelmcr
Copy link
Member

rachelmcr commented Dec 22, 2017

With the current autosave implementation, as soon as the user begins to enter content in the editor we autosave the post with the relevant site and post ID in the URL. I think this covers the spirit of this idea, so I'm going to close this issue.

#bug-scrub #pre-gutenburg-bug-purge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Post/Page Editor The editor for editing posts and pages. [Type] Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants