I would like to achieve the effect of the multipage document in Quill editor. What I mean by that is, after text will reach the certain amount of max pixels height (some equivalent of 300dpi)it will create page break/or jump to next page (container editor instance). Something like in Google Docs.
I wanted to just create another instance of quill and focus into it but that would create another toolbar (single toolbar for multiple editors is not supported yet, but there is pr for that)
For now, I am just creating a divider which is a div element with the same color as the background behind the white page.
Does anyone know some nice and clean solution for that or have any ideas how I could solve it?
