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

Output does not show a page break #1

Open
dsentker opened this issue Jan 17, 2017 · 6 comments
Open

Output does not show a page break #1

dsentker opened this issue Jan 17, 2017 · 6 comments

Comments

@dsentker
Copy link

The HTML output does not show a page break. It should be possible to display a new sheet with the correct page break to make corrections if necessary. In addition, the content runs into the footer.
screencapture-bastianallgeier-projects-letter-1484653305440

@bastianallgeier
Copy link
Owner

So far it's really just a single-page tool. It would be nice to add the option for multiple pages, but with the footer and header it seems that this would be quite challenging. I'm happy for any help.

@SamuelRiversMoore
Copy link

SamuelRiversMoore commented Jan 18, 2017

About the page jump challenge, maybe it could be possible to handle it using the css-regions polyfill available here : https://github.com/FremyCompany/css-regions-polyfill.

@bastianallgeier
Copy link
Owner

@SamuelRiversMoore sounds good. Unfortunately the link is broken.

@SamuelRiversMoore
Copy link

link fixed

@christianseel
Copy link

Multi-page support would be awesome and would make the possibilities for this tool endless :)

@mciszczon
Copy link

louis-ev/Papeterie plugin for Kirby CMS is a similar tool and it supports page breaks in an easy way.

The plugins uses a delimiter (=== by default), the content between each delimiter is inserted into a div.one-page. For @media print these pages are divided with:

.page-break {
    display: block;
    page-break-before: always;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants