Hello, would you mind sharing more details about your solution? Is your code available anywhere?
@IgorMadeira Any chances we can get any information on if you are planning to open source your solution, and if so, when you’d think you can help us all with your work? Thanks!
I’ve been working hard to implement pagination with ProseMirror. Everything works fine—except for tables. When a table’s height exceeds the page limit, the layout breaks completely. I’ve experienced the same issue even with Badon. Other nodes using display: contents
render correctly across page breaks, even when they span multiple pages. But tables remain a persistent problem. If anyone has a solution for this, I’d really appreciate your help.
That’s really great. Similarly, I also found another product that implements paginated documents based on ProseMirror: Synology’s Docs suite.