Editor: consider handling new post/page with a permalink redirect #1683
Labels
[Feature] Post/Page Editor
The editor for editing posts and pages.
[Type] Enhancement
Changes to an existing feature — removing, adding, or changing parts of it
Milestone
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.
The text was updated successfully, but these errors were encountered: