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

Add page_break functionality #190

Open
amin-asdzdh opened this issue Oct 30, 2024 · 4 comments
Open

Add page_break functionality #190

amin-asdzdh opened this issue Oct 30, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@amin-asdzdh
Copy link

It would be very useful to have a feature that enables the insertion of empty lines to customise spacing. This would be especially helpful for sections that start near the end of a page, where part of the content flows onto the next page.

@amin-asdzdh amin-asdzdh added the enhancement New feature or request label Oct 30, 2024
@sinaatalay
Copy link
Owner

Spacing is fully customizable with design.margins field. Isn’t it sufficient?

@sinaatalay
Copy link
Owner

We can add page break functionality.

Something like:

cv:
  sections:
    this_is_a_section_title: 
      - This is a TextEntry. 
      - This is another TextEntry under the same section.
      - This is another another TextEntry under the same section.
    page_break: 
    this_is_another_section_title:
      - company: This time it's an ExperienceEntry. 
        position: Your position
        start_date: 2019-01-01
        end_date: 2020-01
        location: TX, USA
        highlights: 
          - This is a highlight (a bullet point).
          - This is another highlight.

@amin-asdzdh
Copy link
Author

yes, page break functionality would be great, thank you

@L480
Copy link

L480 commented Nov 3, 2024

A page_break feature would be awesome.

@sinaatalay sinaatalay changed the title Option to Insert Empty Lines for Improved Page Layout and Spacing Control Add page_break functionality Nov 17, 2024
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

3 participants