-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Introduce a Next Page Block to allow post pagination #4930
Comments
See #1467 - @swissspidy made some progress on this one. It would be nice to continue this work. |
This seems to have been closed before #1328 (should not be). |
Also, we'd want to do it like this in advance: #2973 |
I'm removing |
@swissspidy I think this one was just closed by mistake as "new block" tickets were moved into a project, but the blocks that match existing functionality should be kept open. Sorry about it :) |
Closed via #1467 |
Issue Overview
In the classic editor, you can insert a
<!--nextpage-->
comment to break a post into multiple pages. This should be supported in Gutenberg as well and be possible in an intuitive way.Expected Behavior
It should be intuitive to add pagination functionality to a post.
Current Behavior
You can currently insert the comment manually in the HTML view, and it technically works because of existing core logic. However it's not possible to create that in a user-friendly way, and is not visually reflected in the editor when the comment exists.
Possible Solution
There should be a "Next Page" block that takes over that functionality. Existing
<!--nextpage-->
comments could be autoconverted to that.Related Issues and/or PRs
#983 (similar approach for the more tag)
The text was updated successfully, but these errors were encountered: