You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I send several CVs for different jobs, I like to bold some technical keywords related to the job each time.
But it's a bit cumbersome to do this manually for each CV. So I would like to add an option like this to rendercv :
Could it fit into the scope of the project, or should I keep it in a separate fork?
And what might be the best way to implement it:
Add asterisks ** in the yaml before generating latex, but it means using a different yaml than the one in the repo when using ci/cd. But allow to edit a specific word.
Keep the yaml without the stars **, but still make the keywords from the list bold in latex. However, it is not possible to remove the bold from a specific word.
Add a bold_keywords CLI command that we can run manually before generating latex and pdf to bold the corresponding keywords in yaml file each time. Can easily be automated in script, and the use cases are still separate. I think it could be a good tradeoff.
The text was updated successfully, but these errors were encountered:
This sounds like a really good idea. We should consider adding rendercv_settings field in the YAML input file, in addition to cv, design, and locale_catalog. It could contain the bold_keywords key.
Although I won't be able to work on new features for some time, I will leave this issue open until it's implemented.
When I send several CVs for different jobs, I like to bold some technical keywords related to the job each time.
But it's a bit cumbersome to do this manually for each CV. So I would like to add an option like this to rendercv :
Could it fit into the scope of the project, or should I keep it in a separate fork?
And what might be the best way to implement it:
**
in the yaml before generating latex, but it means using a different yaml than the one in the repo when using ci/cd. But allow to edit a specific word.**
, but still make the keywords from the list bold in latex. However, it is not possible to remove the bold from a specific word.bold_keywords
CLI command that we can run manually before generating latex and pdf to bold the corresponding keywords in yaml file each time. Can easily be automated in script, and the use cases are still separate. I think it could be a good tradeoff.The text was updated successfully, but these errors were encountered: