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

Multi-Page Viewing (2nd/ 3rd/ while typing) #34

Open
acdc-digital opened this issue Jan 1, 2025 · 0 comments
Open

Multi-Page Viewing (2nd/ 3rd/ while typing) #34

acdc-digital opened this issue Jan 1, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@acdc-digital
Copy link
Owner

Implementing a true multi-page editor in a web application (where each page has a fixed height in pixels, and new pages appear automatically when content exceeds that height) is a non-trivial task—no text editor library (including TipTap) does this natively out of the box. However, you can approximate this behavior by measuring rendered content and then splitting (or virtually paginating) it into multiple “pages.”

@acdc-digital acdc-digital added the enhancement New feature or request label Jan 1, 2025
@acdc-digital acdc-digital added this to the Versionii milestone Jan 1, 2025
@acdc-digital acdc-digital self-assigned this Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant