sinaatalay / rendercv

The engine of the RenderCV App
http://docs.rendercv.com
MIT License
1.75k stars 116 forks source link

Feature request : Bold keywords automatically #144

Open gschurck opened 1 month ago

gschurck commented 1 month ago

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 :

design:
   bold_keywords: 
      - Python
      - FastAPI
      - JavaScript

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:

sinaatalay commented 1 month ago

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.