Renovamen / oh-my-cv

An in-browser, local-first Markdown resume builder.
https://ohmycv.app
GNU General Public License v3.0
216 stars 39 forks source link

add "expertice" field under name #10

Closed Mjanssen03 closed 4 days ago

Mjanssen03 commented 2 months ago

Hi there,

Is it possible to have a option to put the expertise of a individual onder the name? This would allow for a clear demonstration of the expertise in one glance.

Something like this, or another implementation?


name: Haha Ha Expertise: Engineer X header:

Thanks for making a great tool!

Vuccappella commented 1 month ago

I second this, its crucial to be able to put at the top the position you are an expert in or the position you are applying for as it makes the job for recruiters much easier at a glance to be able to tell who for what position is applying

Renovamen commented 5 days ago

Does this work for you?

image

(To add a colon : in the header, you need to use a YAML safe notation for a it (like :) instead of directly using :)

Mjanssen03 commented 4 days ago

Thank you for the possible solution. However I thought about adding it under the HAha HA section in blue in a bigger font then the one used in header. Like there is a name and header field, could there also be a field for expertise?

Renovamen commented 4 days ago

I see. Does this work for you? Use HTML strings:

image

And I just found that using YAML multi-line strings allows you to directly use special symbols like : and #, which is more convenient.

This solution might not be very intuitive, and I understand the importance of adding an expertise field. However, I want the header customization to be more flexible. We might find many other fields to add to the header in the future, and it doesn’t make much sense to add all of them individually.

Mjanssen03 commented 4 days ago

Thank you for your quick response! This solution will work for me. Good luck with the project!