-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
Adds summary field to data model and templates #211
Conversation
Could you please provide the screenshots of what |
Thank you, guys. |
Thank you for the pull request! I think it would be the best to not merge this. We are planning to transition to Typst soon, and each design update like this increases the complexity of maintenance. We need to ensure that design (LaTeX templates) works as expected with various combinations of For those interested in using these keys in RenderCV: It is already quite simple to do so. That's why we allow users to use arbitrary keys in their YAML files and override the default LaTeX templates. Check out the links for details. |
This fixes issue #210 by adding a summary field to entry types.
For example:
The only change in functionality is in the data model here
rendercv/data/models/entry_types.py
. The rest of the files are updating the templates and tests.